This website requires JavaScript.
Explore
Help
Register
Sign In
neviyn
/
alcedo
Watch
1
Star
0
Fork
0
You've already forked alcedo
Code
Issues
Pull Requests
Releases
Wiki
Activity
f279852501
alcedo
/
buildandrun.sh
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Added script to automatically build the OS and run in qemu.
2017-10-20 22:06:43 +01:00
#!/bin/sh
make clean
make
./builddisc.sh
Added logging via serial output.
2017-11-08 02:36:35 +00:00
qemu-system-i386 -cdrom myos.iso -serial file:serial.log
Reference in New Issue
Copy Permalink