Leave a bit more room for the boot drivers tgz archive, but sadly it's not enough.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43149 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2011-11-03 02:42:27 +00:00
parent 983b0dfa95
commit e88ace8082
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ switch $(HAIKU_CPU) {
}
}
# offset in floppy image (>= sizeof(haiku_loader))
HAIKU_BOOT_ARCHIVE_IMAGE_OFFSET = 300 ; # in kB
HAIKU_BOOT_ARCHIVE_IMAGE_OFFSET = 260 ; # in kB
HAIKU_NO_WERROR = 1 ;
# we use #warning as placeholders for things to write...
}