add description of all branches
This commit is contained in:
parent
3557efcc7a
commit
e92b10e5aa
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -60,6 +60,17 @@ Boot eduOS via grub
|
|||
}
|
||||
</pre>
|
||||
|
||||
Overview of all branches
|
||||
------------------------
|
||||
1. stage0 - Smallest HelloWorld of the World
|
||||
|
||||
Description of loading a minimal 32bit kernel
|
||||
|
||||
2. stage1 - Non-preemptive multitasking
|
||||
|
||||
Introduction into a simple form of multitasking, where no interrupts are
|
||||
required.
|
||||
|
||||
Usefull Links
|
||||
-------------
|
||||
1. http://www.gnu.org/software/grub/manual/multiboot/
|
||||
|
|
Loading…
Add table
Reference in a new issue