summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-16 09:13:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-16 09:13:29 +0200
commit3c200891bfcffbf62ac572cd6841a09a0a69e247 (patch)
tree66654cb33d5d5605978a55adf7a1d9c46231ba98 /BUGS
parent657769355b34f6b9aba19b997cba5f20f0546b96 (diff)
downloadabaos-3c200891bfcffbf62ac572cd6841a09a0a69e247.tar.gz
abaos-3c200891bfcffbf62ac572cd6841a09a0a69e247.tar.bz2
fixed loading of kernel in stage2 grossing 64k
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index fc5d3ac..e881db7 100644
--- a/BUGS
+++ b/BUGS
@@ -4,5 +4,8 @@
- 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
-
+- bochs shows us distorted text console output, why?
+- printf/puts should they wipe the line to the end as we can see
+ old characters (e.g. BIOS messages) behind our own messages?
+ Also clear screen is not really a good idea, as we cannot see,
+ what was there before