mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
5 lines
140 B
Bash
Executable file
5 lines
140 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#bochs -q -f .bochs.conf
|
|
|
|
qemu-system-i386 -drive format=raw,file=.floppy-image,if=floppy -drive format=raw,file=_fs_contents $@
|