summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
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