pmem / run_qemu

A script to create bootable OS images, and run qemu with a locally built kernel.
Creative Commons Zero v1.0 Universal
58 stars 22 forks source link

run_qemu: Increase label size to a more usable value #51

Closed weiny2 closed 3 months ago

weiny2 commented 3 months ago

The label size of 4k may not hold a modern Optane label. While the 4k value fixed the issue with qemu a more reasonable value is 128k which can safely hold many labels.

Increase the label space to 128k