Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kerla.iso | 2021-11-08 | 14.2 MB | |
README.md | 2021-11-08 | 478 Bytes | |
Release v0.0.4 source code.tar.gz | 2021-11-08 | 187.9 kB | |
Release v0.0.4 source code.zip | 2021-11-08 | 254.6 kB | |
Totals: 4 Items | 14.6 MB | 0 |
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