1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

The size of zfsboot2 grown up to 64 Kbytes in r219089.

Increase NSECT up to 128 sectors too.

Reviewed by:	jhb, pjd
This commit is contained in:
Andrey V. Elsukov 2011-03-16 20:19:48 +00:00
parent fa3c0ecda2
commit b00a71345c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219703
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ zfsldr.out: zfsldr.o
CLEANFILES+= zfsboot2 zfsboot.ld zfsboot.ldr zfsboot.bin zfsboot.out \
zfsboot.o zfsboot.s zfsboot.s.tmp xreadorg.h sio.o
# We currently allow 32768 bytes for zfsboot - in practice it could be
# We currently allow 65536 bytes for zfsboot - in practice it could be
# any size up to 3.5Mb but keeping it fixed size simplifies zfsldr.
#
BOOT2SIZE= 65536

View File

@ -37,7 +37,7 @@
.set SIZ_PAG,0x1000 # Page size
.set SIZ_SEC,0x200 # Sector size
.set NSECT,0x40
.set NSECT,0x80
.globl start
.globl xread
.code16