diff options
author | 2023-11-21 22:27:40 +0100 | |
---|---|---|
committer | 2023-11-21 22:29:39 +0100 | |
commit | dc9b0f067bd0b2bd5637841253e0b115c6aa8646 (patch) | |
tree | 8d6869427ab1a9cd2835797ef60d7d8a94819b13 /qemu64.sh | |
download | alex-dc9b0f067bd0b2bd5637841253e0b115c6aa8646.tar.gz alex-dc9b0f067bd0b2bd5637841253e0b115c6aa8646.zip |
Initial commit
Diffstat (limited to 'qemu64.sh')
-rwxr-xr-x | qemu64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu64.sh b/qemu64.sh new file mode 100755 index 0000000..c876a1d --- /dev/null +++ b/qemu64.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +qemu-system-x86_64 -m 128M -cdrom alex_live.iso -boot d -vga std
\ No newline at end of file |