summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-13 06:49:31 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-13 06:49:31 +0200
commit707c4446505eef5b2971feed9196dcd6c1cdb53e (patch)
tree12fdc8e4e1d44d816b0465bf6f5f9d49de68fb37 /doc
parentb0d4a186416f0939f001acd59ee13a3cc1fbec62 (diff)
downloadabaos-707c4446505eef5b2971feed9196dcd6c1cdb53e.tar.gz
abaos-707c4446505eef5b2971feed9196dcd6c1cdb53e.tar.bz2
added some links
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS.TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index 6c41e53..014ed8b 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -16,6 +16,9 @@ tutorials:
https://littleosbook.github.io
http://www.henkessoft.de/OS_Dev/OS_Dev1.htm
+http://www.brokenthorn.com/Resources/OSDevIndex.html
+- fitting code following the brokenthorm tutorial:
+ https://github.com/tuhdo/os-study
In C#:
https://github.com/FlingOS/FlingOS
@@ -72,6 +75,8 @@ http://www.osdever.net/tutorials/view/lba-to-chs
LILO boot loader
http://www.uruk.org/orig-grub/PC_partitioning.txt
http://wiki.osdev.org/ATA_in_x86_RealMode_%28BIOS%29
+other Boot (not used, but nice other projects):
+https://github.com/vladimirfedorov/bootsector.git: stage1 with FAT, using FASM
C:
http://www.drdobbs.com/extending-c-for-object-oriented-programm/184402731