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:
parent
470b15e021
commit
f98b43bbe5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user