最終更新日:2022/12/23
The kernel runs the show, i.e. it manages all the operations in a Unix flavored environment. The kernel architecture must support the primary Unix requirements. These requirements fall in two categories namely, functions for process management and functions for file management (files include device files). Process management entails allocation of resources including CPU, memory, and offers services that processes may need. The file management in itself involves handling all the files required by processes, communication with device drives and regulating transmission of data to and from peripherals.
編集履歴(0)
元となった例文
The
kernel
runs
the
show,
i.e.
it
manages
all
the
operations
in
a
Unix
flavored
environment.
The
kernel
architecture
must
support
the
primary
Unix
requirements.
These
requirements
fall
in
two
categories
namely,
functions
for
process
management
and
functions
for
file
management
(files
include
device
files).
Process
management
entails
allocation
of
resources
including
CPU,
memory,
and
offers
services
that
processes
may
need.
The
file
management
in
itself
involves
handling
all
the
files
required
by
processes,
communication
with
device
drives
and
regulating
transmission
of
data
to
and
from
peripherals.