add description of stage4
This commit is contained in:
parent
c71b6c6c8a
commit
c46cdfe5b2
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -62,23 +62,27 @@ Boot eduOS via grub
|
|||
|
||||
Overview of all branches
|
||||
------------------------
|
||||
1. stage0 - Smallest HelloWorld of the World
|
||||
0. stage0 - Smallest HelloWorld of the World
|
||||
|
||||
Description of loading a minimal 32bit kernel
|
||||
|
||||
2. stage1 - Non-preemptive multitasking
|
||||
1. stage1 - Non-preemptive multitasking
|
||||
|
||||
Introduction into a simple form of multitasking, where no interrupts are
|
||||
required.
|
||||
|
||||
3. stage2 - Synchronisation primitives
|
||||
2. stage2 - Synchronisation primitives
|
||||
|
||||
Description of basic synchronization primitives
|
||||
|
||||
4. stage3 - Preemptive multitasking
|
||||
3. stage3 - Preemptive multitasking
|
||||
|
||||
Introduction into preemptive multitasking and interrupt handling
|
||||
|
||||
4. stage4 - Support of user-level tasks
|
||||
|
||||
Add support of user-level tasks with an small interface for basic system calls
|
||||
|
||||
Usefull Links
|
||||
-------------
|
||||
1. http://www.gnu.org/software/grub/manual/multiboot/
|
||||
|
|
Loading…
Add table
Reference in a new issue