Order in kernel
Posted: Tue Feb 07, 2006 12:00 am
I scheduled a day for every part of my OS.But I 'm not sure in what
order to do the kernel components.I planned to do it in more than a day.
I've quickly finded out that isn't a linear dependence.
For example the file manager is using the device manager who again
uses the file manager(circular).
Components are:
memory management
processor
process scheduler
device manager
file manager
network layer
system calls
...
Also a big question.The kernel uses read, write from C library or system calls or it uses only it's internal functions.
order to do the kernel components.I planned to do it in more than a day.
I've quickly finded out that isn't a linear dependence.
For example the file manager is using the device manager who again
uses the file manager(circular).
Components are:
memory management
processor
process scheduler
device manager
file manager
network layer
system calls
...
Also a big question.The kernel uses read, write from C library or system calls or it uses only it's internal functions.