summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
----------