From 3c200891bfcffbf62ac572cd6841a09a0a69e247 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 16 Jun 2017 09:13:29 +0200 Subject: fixed loading of kernel in stage2 grossing 64k --- BUGS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'BUGS') 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 -- cgit v1.2.3-54-g00ecf