From 9217a573f8a7e42e5b65c0c43197a8862cb26081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 1 Nov 2010 02:50:10 +0000 Subject: [PATCH] The 68k bootloader will get fatter with video handling... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39248 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BuildSetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 088a9af2dc..e04d8c34aa 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -279,7 +279,7 @@ switch $(HAIKU_CPU) { } } # offset in floppy image (>= sizeof(haiku_loader)) - HAIKU_BOOT_ARCHIVE_IMAGE_OFFSET = 150 ; # in kB + HAIKU_BOOT_ARCHIVE_IMAGE_OFFSET = 300 ; # in kB HAIKU_NO_WERROR = 1 ; # we use #warning as placeholders for things to write... }