send console output to parallel port

This commit is contained in:
rtm 2006-06-22 15:51:57 +00:00
parent 8352b99801
commit bf49aedbed
2 changed files with 22 additions and 0 deletions

3
Notes
View file

@ -1,3 +1,6 @@
bochs 2.2.6:
./configure --enable-smp --enable-disasm --enable-debugger --enable-all-optimizations --enable-4meg-pages --enable-global-pages --enable-pae --disable-reset-on-triple-fault
bootmain.c doesn't work right if the ELF sections aren't
sector-aligned. so you can't use ld -N. and the sections may also need
to be non-zero length, only really matters for tiny "kernels".