diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-02-15 20:22:43 -0600 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-02-15 20:22:43 -0600 |
| commit | c9a40341046522e019f865b76b9d8a49f110db5b (patch) | |
| tree | d46d2207590ffc5a110c341f11bb446b27965cca /rushmore-linux/rl-qemu.sh | |
| parent | 7d7f38fed94e50c0a8427cb814cb996a472219a2 (diff) | |
rl: Cleanup
Diffstat (limited to 'rushmore-linux/rl-qemu.sh')
| -rwxr-xr-x | rushmore-linux/rl-qemu.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rushmore-linux/rl-qemu.sh b/rushmore-linux/rl-qemu.sh index d6300bd..15e30a3 100755 --- a/rushmore-linux/rl-qemu.sh +++ b/rushmore-linux/rl-qemu.sh @@ -3,13 +3,9 @@ set -euo pipefail DIR="$(cd "$(dirname "$0")" && pwd)" - - -arch="$(uname -m)" - case "$(uname -m)" in x86_64) - # set vga=ask to select VGA modes + # set vga=ask to list VGA modes qemu-system-x86_64 \ -kernel "$DIR/out/kernel/arch/x86_64/boot/bzImage" \ -initrd "$DIR/out/initramfs.cpio.gz" \ |