Unclaimed project
Are you a maintainer of Ashet-OS? Claim this project to take control of your public changelog and roadmap.
Changelog
Retro-inspired operating system designed to be learnable and hackable by its users
This is a pre-release built from the last working state that compiled with 0.11
It has a good amount of problems, and most likely only the RISC-V release will work
qemu-system-riscv32 -d guest_errors,unimp -serial stdio -no-reboot -no-shutdown -s -display gtk,show-tabs=on -cpu rv32 -M virt -m 32M -netdev user,id=hostnet -object filter-dump,id=hostnet-dump,netdev=hostnet,file=ashet-os.pcap -device virtio-gpu-device,xres=800,yres=480 -device virtio-keyboard-device -device virtio-mouse-device -device virtio-net-device,netdev=hostnet,mac=52:54:00:12:34:56 -bios none -drive if=pflash,index=0,format=raw,file=rv32_virt.bin -drive if=pflash,index=1,format=raw,file=rv32_virt.img
qemu-system-i386 -d guest_errors,unimp -serial stdio -no-reboot -no-shutdown -s -display gtk,show-tabs=on -machine pc -cpu pentium2 -hda bios_pc.img -vga std