summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/kernel.h22
1 files changed, 19 insertions, 3 deletions
diff --git a/kernel/kernel.h b/kernel/kernel.h
index 0f73302..a99a089 100644
--- a/kernel/kernel.h
+++ b/kernel/kernel.h
@@ -1,7 +1,23 @@
-/********************************************
- * F00l 0S Central Configuration File *
- ********************************************/
+/**
+ * @file
+ * F00l 0S
+REFERENCES
+==========
+
+ http://www.brokenthorn.com/Resources/OSDev17.html
+ http://www.jamesmolloy.co.uk/tutorial_html/9.-Multitasking.html
+ http://pdos.csail.mit.edu/6.828/2011/labs/lab6/
+ http://pdos.csail.mit.edu/6.828/2011/xv6.html
+ http://www.nongnu.org/ext2-doc/
+ http://www.osdever.net/tutorials/view/multiprocessing-support-for-hobby-oses-explained
+ http://forum.osdev.org/viewtopic.php?f=1&t=10944
+ http://wiki.osdev.org/Virtual_8086_Mode
+ http://wiki.xomb.org/index.php?title=ACPI_Tables
+ http://wiki.osdev.org/Hosted_GCC_Cross-Compiler
+ https://sourceware.org/newlib/
+ and many many more...
+*/
#include "log.h"
#ifndef FOOLOS_CONFIG_H