diff options
author | rsc <rsc> | 2007-09-27 05:14:25 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-09-27 05:14:25 +0000 |
commit | b30ab3f5af135b797f58f0977e2fce5be282a9c4 (patch) | |
tree | 52004509223cc34af521308314192e08fc0af837 | |
parent | 666f58c711eafbdccb8abfe530b935505ab6eaa6 (diff) | |
download | xv6-labs-b30ab3f5af135b797f58f0977e2fce5be282a9c4.tar.gz xv6-labs-b30ab3f5af135b797f58f0977e2fce5be282a9c4.tar.bz2 xv6-labs-b30ab3f5af135b797f58f0977e2fce5be282a9c4.zip |
use standard bios location
-rwxr-xr-x | dot-bochsrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot-bochsrc b/dot-bochsrc index bef6558..e78770c 100755 --- a/dot-bochsrc +++ b/dot-bochsrc @@ -74,8 +74,7 @@ # now supported, but we still recommend to use the BIOS distributed with # Bochs. Now the start address can be calculated from image size. #======================================================================= -#romimage: file=$BXSHARE/BIOS-bochs-latest -romimage: file=/home/rsc/pub/bochs/bios/BIOS-bochs-latest +romimage: file=$BXSHARE/BIOS-bochs-latest #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top #romimage: file=mybios.bin # calculate start address from image size |