Title: OS
1O/S
2What does it do?
The O/S or operating system, allows the
applications on a PC to use its hardware. The
operating system or kernel is copied into the
computers RAM after the POST, this is known as
booting up. Here it remains for the entire
duration of which the the computer is switched on.
3IRQs
The o/s handles interrupt requests, these
allocate applications time to use the CPU.
- Multi user system
- Multitasking
4Backing Store Management
This area of the operating system manages the
disk drives.
- Puts data in RAM Quickly
- Maintains the disk index so files and free space
can be found quickly
5Memory Management
Allocates the applications and itself memory. By
doing this it allows the user to more than one
program at once, and swap between them. Virtual
memory, page and swap files can also be used.
These uses the computers HDD as if it were RAM,
allowing the computer to run programs larger than
its RAM. Also known as mulit-programming.
6Manages Human Interface
The O/S manages its function according to the
users inputs on the mouse, keyboard or other
device. The culmination of which allows the
computer to perform useful functions.
7Pathnames
Folders or, directories, are organised in a tree
structure. The bottom of the tree being the
root.
The following diagram shows the directory
structure on a Windows computer system.
8(No Transcript)
9The full name of the the selected file in the
diagram is as follows.
D\music\mp3s not on CD\American HiFi.mp3 Old
operating systems are restricted to the number of
allowed characters in a directory, for example
the same file under MS-DOS would be represented
as D\music\mp3sno1\Americ1.mp3
10Access Rights
Files can be given access rights, for example
read only files can be opened, but not modified.
More advanced systems can set permissions to
allow the file only to be executed and other such
functions. Passwords can be set for the access of
a specific file, or full control can be given.
11Example of a file with the read only attribute set
12Backing Up
There are five types of backup that most common
backup applications can perform Normal copies
all files to the medium and removes the backup
attribute. Incremental copes the files that
have been changed since previous
backup Differential copies files that have
changed, but doesnt remove the archive
attribute Copy - copies selected files, dont
remove attribute and doesnt affect normal
routine Daily - does files changes that day and
doesnt clear attribute