diff options
Diffstat (limited to 'dev/ZBA')
| -rw-r--r-- | dev/ZBA/BootKit/BootKit.hxx | 2 | ||||
| -rw-r--r-- | dev/ZBA/amd64-efi.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBA/BootKit/BootKit.hxx b/dev/ZBA/BootKit/BootKit.hxx index bdffb69f..166eec5d 100644 --- a/dev/ZBA/BootKit/BootKit.hxx +++ b/dev/ZBA/BootKit/BootKit.hxx @@ -320,7 +320,7 @@ inline Boolean BDiskFormatFactory<BootDev>::Format(const Char* partName, /// @note A catalog roughly equal to a sector. - constexpr auto cMinimumDiskSize = 4; // at minimum. + constexpr auto cMinimumDiskSize = 10; // at minimum. /// @note also look at EPM headers, for free part blocks. diff --git a/dev/ZBA/amd64-efi.make b/dev/ZBA/amd64-efi.make index 70071439..aaaa1222 100644 --- a/dev/ZBA/amd64-efi.make +++ b/dev/ZBA/amd64-efi.make @@ -91,7 +91,7 @@ run-efi-amd64: # img_2 is the rescue disk. img is the bootable disk, as provided by the Zeta. .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 4G + qemu-img create -f raw $(IMG) 10G qemu-img create -f raw $(IMG_2) 4G qemu-img create -f raw $(IMG_3) 4G |
