summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-15 20:31:56 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-15 20:31:56 +0200
commit48f0fe5954a445ba890b6a3633bbbf46cddd07c9 (patch)
tree32ed464d59165ddda1cfb23141708e1953fd3390
parent04e74c89470229b57cb127ff570eea51fe6012ed (diff)
downloadabaos-48f0fe5954a445ba890b6a3633bbbf46cddd07c9.tar.gz
abaos-48f0fe5954a445ba890b6a3633bbbf46cddd07c9.tar.bz2
updated buglist and docu
-rw-r--r--BUGS4
-rw-r--r--doc/LINKS.TODO1
2 files changed, 5 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 6afbc5b..fc5d3ac 100644
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,8 @@
- PS/2 answers with ERROR if PS/2 mouse is not connected,
read_ack should handle error cases correctly. We should
also probe correctly for the mouse. (0xFE on all commands)
+- optimizing the code move the kernel entry 'kernel_main'
+ away from it's expected location at 0x8800. How can we pin
+ it there? And not use ELF. :-)
+- boot loader doesn't work beyond 64k limit
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index cc117a7..78eb67e 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -85,3 +85,4 @@ VGA:
http://www.inp.nsk.su./~bolkhov/files/fonts/univga/
https://sourceforge.net/projects/bdf2c/
http://files.osdev.org/mirrors/geezer/osd/graphics/modes.c
+http://www.osdever.net/FreeVGA/home.htm