twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 13 forks source link

Implement kernel compilation flag for xtask build and check #96

Closed PandaZ3D closed 1 year ago

PandaZ3D commented 1 year ago

Implements -k/--kernel flag for xtask build and check. This PR does not implement this flag for start-qemu. It should be possible to, for example, only compile the kernel and then start qemu, or only run kernel tests. However, this would require changing the initrd/disk image process.