summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-08 13:38:53 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-08 13:38:53 +0200
commit3b01fe6cbe94a4f0edaca0e07456bd0589d648d9 (patch)
tree56d1b8357d17955a12b9fe6b79863e27bfac7bbc /BUGS
parent1230afc0aaef07b03f09d3725f459df07b982de8 (diff)
downloadabaos-3b01fe6cbe94a4f0edaca0e07456bd0589d648d9.tar.gz
abaos-3b01fe6cbe94a4f0edaca0e07456bd0589d648d9.tar.bz2
small adaptions around kernel_entry (docu, boot loader)
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index cf9df9b..4b9930b 100644
--- a/BUGS
+++ b/BUGS
@@ -1,9 +1,6 @@
- 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. :-)
- bochs shows us distorted text console output, why?
- bootloader has trouble detecting drive geometry of hard disks,
only the floppy mode works reliably at the moment (in emulators
@@ -24,4 +21,4 @@
outside of the library. Then in the libc test directory we have
to implement a stub module for instance using some host functions
like standard io of the host C library
-- code breaks heavily under O2 optimization with clang (at least) \ No newline at end of file
+- code breaks heavily under O2 optimization with clang (at least)