summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-05-17 17:58:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-05-17 17:58:46 +0200
commit07f029b4b7d3d6d8e5fb4dfc1198b6ae6880fb56 (patch)
tree8bd3f56414be09cfc336adb8f5d99e56f3eff2a4 /doc
parentd6b64c65a0d09dba96a65edd2959bd58fe781fcc (diff)
downloadabaos-07f029b4b7d3d6d8e5fb4dfc1198b6ae6880fb56.tar.gz
abaos-07f029b4b7d3d6d8e5fb4dfc1198b6ae6880fb56.tar.bz2
better magic signature detection (using a compile stamp with date and time)
using local labels where possible, some renames in assembly code added a console_put_hex and serial_put_hex better call to qemu printing the status of the host when crashing the emulator
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS.TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index a65d4ea..b565fed 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -4,7 +4,6 @@ http://wiki.osdev.org/Linker_Scripts
http://wiki.osdev.org/Printing_To_Screen
http://wiki.osdev.org/Exceptions#General_Protection_Fault
https://en.wikipedia.org/wiki/X86_calling_conventions
-https://github.com/FlingOS/FlingOS
http://repo.or.cz/w/lightOS.git
https://littleosbook.github.io/
http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
@@ -12,3 +11,9 @@ http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
http://x86.renejeschke.de/html/file_module_x86_id_139.html
http://retired.beyondlogic.org/serial/serial1.htm
https://pdos.csail.mit.edu/6.828/2014/reference.html
+
+In C#:
+https://github.com/FlingOS/FlingOS
+
+In Rust:
+http://os.phil-opp.com/