From 3b01fe6cbe94a4f0edaca0e07456bd0589d648d9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 Jul 2017 13:38:53 +0200 Subject: small adaptions around kernel_entry (docu, boot loader) --- BUGS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'BUGS') 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) -- cgit v1.2.3-54-g00ecf