diff options
author | rtm <rtm> | 2006-06-22 15:51:57 +0000 |
---|---|---|
committer | rtm <rtm> | 2006-06-22 15:51:57 +0000 |
commit | bf49aedbed02cdbf40430178847d34c48c36c693 (patch) | |
tree | 3c82a52750289dea1fc030cc207521174c4959e5 /Notes | |
parent | 8352b998019565946b8f5b3b8f72175c5076efec (diff) | |
download | xv6-labs-bf49aedbed02cdbf40430178847d34c48c36c693.tar.gz xv6-labs-bf49aedbed02cdbf40430178847d34c48c36c693.tar.bz2 xv6-labs-bf49aedbed02cdbf40430178847d34c48c36c693.zip |
send console output to parallel port
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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". |