Dump default media size to 1GB to reflect a fatter environment and

larger base media.

Submitted by: Michael Dexter
This commit is contained in:
Warner Losh 2014-03-28 23:20:56 +00:00
parent 49a6711083
commit b43454e6d8

View File

@ -92,7 +92,7 @@ NANO_NEWFS="-b 4096 -f 512 -i 8192 -U"
NANO_DRIVE=ad0
# Target media size in 512 bytes sectors
NANO_MEDIASIZE=1500000
NANO_MEDIASIZE=2000000
# Number of code images on media (1 or 2)
NANO_IMAGES=2