summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-31 14:31:48 +0200
committerMiguel <m.i@gmx.at>2018-08-31 14:31:48 +0200
commitd52c3d119dbbbf2a9573e7698a878cf74afdd08c (patch)
tree50b726883d79d97bf22beb446cdafb86d2d94d82 /README.md
parent1866d374e6f72edeb443556cb66e0b2ce3664eb9 (diff)
doxy and alignment
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac25532..0e108a9 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,13 @@ Welcome to FoolOS
![FoolOS Logo](https://gitweb.softwarefools.com/?p=miguel/fool-os.git;a=blob_plain;f=img/logo.png;hb=HEAD)
+Multiboot
+---------
+The FoolOS Kernel is following the Multiboot Specification (0.6.96)
+providing a multiboot header and the entry point _start().
+
+This in turn calls the C function kernel_main().
+
Disclaimer
----------