Skip to content

Release v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 15:11

Run the following command to try Kerla on QEMU:

qemu-system-x86_64 -m 512 -cpu Icelake-Server -serial mon:stdio \
    -device isa-debug-exit,iobase=0x501,iosize=2                \
    -netdev user,id=net0                                        \
    -device virtio-net,netdev=net0,disable-legacy=on            \
    -cdrom kerla.iso

Seiya Nuta (3):
Fix a syntax error in .github/workflows/release.yml
ci: Fix the release workflow
v0.0.4