Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
resea.iso | 2020-10-03 | 4.2 MB | |
README.md | 2020-10-03 | 623 Bytes | |
v0.5.0 source code.tar.gz | 2020-10-03 | 150.9 kB | |
v0.5.0 source code.zip | 2020-10-03 | 270.5 kB | |
Totals: 4 Items | 4.6 MB | 2 |
- Support bare-metal Raspberry Pi 3B+. Resea now boots on a real Raspberry Pi!
- Support Google Compute Engine: A HTTP server (
servers/apps/webapi
) on Resea works in the cloud! - Add the virtio-net device driver. It supports both modern and legacy devices.
- tcpip: Support sending ICMP echo request.
- tcpip: Fix some bugs in the DHCP client.
-
Some other bug fixes and improvements.
qemu-system-x86_64 -m 512 -cpu IvyBridge,rdtscp -smp 4 -serial mon:stdio \ -netdev user,id=net1,hostfwd=tcp:127.0.0.1:1234-:80 \ -device virtio-net,netdev=net1,packed=on \ -cdrom build/resea.iso