Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
linux-on-resea.qemu.elf | 2020-12-24 | 13.0 MB | |
README.md | 2020-12-24 | 615 Bytes | |
v0.8.0 source code.tar.gz | 2020-12-24 | 207.7 kB | |
v0.8.0 source code.zip | 2020-12-24 | 358.7 kB | |
Totals: 4 Items | 13.5 MB | 0 |
- x64: Hardware-assisted hypervisor support (like Linux KVM)
- Add hypervisor implementation hv
- Add (not cryptographic-secure) random number generator server (by @malbx)
- x64: Support printing messages on the screen
- vm: Support the physical memory map from GRUB
- Fix a typo in docs (by @JeetKaria06)
- Add link to IRC channel (by @milisarge)
How to try Linux on Resea
Requires Linux on an Intel CPU with nested vmx enabled.
$ qemu-system-x86_64 -m 512 -cpu IvyBridge -serial mon:stdio -enable-kvm -cpu host,vmx -kernel linux-on-resea.qemu.elf