diff options
author | jhb <jhb@FreeBSD.org> | 2002-10-08 18:19:02 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-10-08 18:19:02 +0000 |
commit | 4c2a550344dc273f873c0dddb5e14a7968fd1f66 (patch) | |
tree | de6709c0ffa41c678ed58ac8ca4e50117440849c /sys/boot/i386/boot2/Makefile | |
parent | 503c2bfc5f4aa1930defd69d927c27da83ac4473 (diff) | |
download | FreeBSD-src-4c2a550344dc273f873c0dddb5e14a7968fd1f66.zip FreeBSD-src-4c2a550344dc273f873c0dddb5e14a7968fd1f66.tar.gz |
Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2
to run at 0xc000 by changing its virtual start address from 0x1000 to
0x2000.
Tested by: phk
Diffstat (limited to 'sys/boot/i386/boot2/Makefile')
-rw-r--r-- | sys/boot/i386/boot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 55e1dbe..aed315f 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -26,7 +26,7 @@ BTX= ${.CURDIR}/../btx REL1= 0x700 ORG1= 0x7c00 -ORG2= 0x1000 +ORG2= 0x2000 # Setting this to anything else gives UFS1+2 support and larger # boot2 binary. |