From 85bcae89e09186034ac13aa6755368c9fdf30625 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 11 Sep 2018 12:17:18 +0200 Subject: update readme --- kernel/kernel.h | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'kernel/kernel.h') 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 -- cgit v1.2.3