diff options
| author | Miguel <m.i@gmx.at> | 2018-09-11 12:17:18 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-11 12:17:18 +0200 |
| commit | 85bcae89e09186034ac13aa6755368c9fdf30625 (patch) | |
| tree | 8a83353be59765248c5b551a6e96d6fe8812baff /kernel | |
| parent | 9734ece842e21ca063992f65a8e3cfd02427674d (diff) | |
update readme
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/kernel.h | 22 |
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 |
