mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-28 00:08:19 +00:00
6 lines
140 B
Bash
Executable File
6 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 $@
|