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

Some improvements #49

Closed miguelinux closed 3 months ago

miguelinux commented 3 months ago

These are some improvements to run_qemu.sh

stellarhopper commented 3 months ago

Apart from the above comments, everything else looks good. Thanks for these updates @miguelinux

miguelinux commented 3 months ago

Just a typo in the commit message subject - build_kernel instead of buil_kernel. Otherwise looks good.

Done