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:
ae 2011-03-16 20:19:48 +00:00
parent 470b15e021
commit f98b43bbe5
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