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: Label size must be 4K #50

Closed weiny2 closed 3 months ago

weiny2 commented 3 months ago

The latest upstream qemu master requires memory backend files to be a multiple of 4k.

Change the label size to be 4k to match this requirement.