From 4973031b000e1c23cefb95ff2e9796b5548e7763 Mon Sep 17 00:00:00 2001 From: "C. Masloch" Date: Wed, 29 Mar 2023 20:46:32 +0200 Subject: [PATCH] test: use new bootimg option _BOOTPATCHFILE This will allow to use file system parameters other than the default 1440 KiB 90mm diskette's default FAT12 FS. --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index a193cea..507b570 100755 --- a/test/test.sh +++ b/test/test.sh @@ -102,7 +102,7 @@ shift "$options_i_bootimg" \ "$options_i_lmacros" \ -D_PAYLOADFILE="::rename,'$KERNELPATHNAME',KERNEL.SYS,fdconfig.sys,test.com,result.txt" \ - -D_BOOTFILE="'$BOOT.bin'" \ + -D_BOOTPATCHFILE="'$BOOT.bin'" \ -D_WARN_DEFAULT_OFF=1 \ -D_WARN_TOOMANYFAT=0 -D_WARN_ALIGNDATA=0 \ $options_hdimage -D_MBR_PART_TYPE="$pitype" \