From 07f029b4b7d3d6d8e5fb4dfc1198b6ae6880fb56 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 17 May 2017 17:58:46 +0200 Subject: 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 --- doc/LINKS.TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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/ -- cgit v1.2.3-54-g00ecf