From 7378dd7f7890479327951a49778293eefa148e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 19 Jul 2002 02:38:35 +0000 Subject: [PATCH] Added padding to the floppy disk (for use with VMware) - could be moved as default padding into the makeflop executable. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@327 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 71be810666..67e30a34f5 100644 --- a/Jamrules +++ b/Jamrules @@ -1217,7 +1217,7 @@ rule KernelFloppyImage # going on, at least in this early stage of development. actions KernelFloppyImage bind BOOT_BLOCK bind MAKE_FLOP { - "$(MAKE_FLOP)" "$(BOOT_BLOCK)" "$(2)" "$(1)" ; + "$(MAKE_FLOP)" "-p $(shell expr 18 \* 2 \* 512)" "$(BOOT_BLOCK)" "$(2)" "$(1)" ; echo "" echo "*************************************************"