-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.txt
18 lines (18 loc) · 1.44 KB
/
refs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[LOSB] littleosbook (https://littleosbook.github.io/)
[SPRO] Serial Programming WikiBook (http://en.wikibooks.org/wiki/Serial_Programming/8250_UART_Programming#UART_Registers)
[SPORTS] Serial Ports OSDev (http://wiki.osdev.org/Serial_ports)
[GDT] Global Descriptor Table OSDev (http://wiki.osdev.org/Global_descriptor_table)
[JMT] JamesM's kernel development tutorials (http://www.jamesmolloy.co.uk/tutorial_html/1.-Environment%20setup.html)
[startc] startc GitHub project (https://github.com/marssaxman/startc)
[jsos] jsos GitHub project (https://github.com/charliesome/jsos)
[BB] Bare Bones OSDev (http://wiki.osdev.org/Bare_Bones)
[MMURTL] MMURTL V1.0 (http://www.ipdatacorp.com/mmurtl/mmurtlv1.pdf)
[BFOS] Bona Fide OS Developer (http://www.osdever.net/)
[BFKD] Bona Fide Kernel Development Tutorial (http://www.osdever.net/bkerndev/Docs/gettingstarted.htm)
[RYTUOS] Roll Your Own Toy UNIX-Clone OS (http://www.jamesmolloy.co.uk/tutorial_html/index.html)
[BTOS] BrokenThorn OS Development Series (http://www.brokenthorn.com/Resources/OSDevIndex.html)
[MikeOS] MikeOS (http://mikeos.sourceforge.net/)
[BareOS] BareMetalOS (https://github.com/ReturnInfinity/BareMetal-OS)
[WSOSS] Writing a Simple OS - from Scratch (http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)
[HMCOS] How to Make a Computer Operating System in C/C++ (https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System)
[ToaruOS] ToaruOS (https://github.com/klange/toaruos)