Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Bumping mem for now :(
Browse files Browse the repository at this point in the history
  • Loading branch information
geirha committed Nov 26, 2016
1 parent 78e9d3b commit aaa3863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runqemu
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
exec qemu-system-x86_64 -monitor null -hda hda -net none -m 64 -nographic -loadvm 1 2>/dev/null << EOF
exec qemu-system-x86_64 -monitor null -hda hda -net none -m 72 -nographic -loadvm 1 2>/dev/null << EOF
$1
$(date -u +%s)
$2
Expand Down
2 changes: 1 addition & 1 deletion savestate
Expand Up @@ -4,7 +4,7 @@ image="$1"
mkfifo fifo # &> /dev/null
[[ -r fifo && -w fifo && -p fifo ]] || { echo "fifo fail"; exit 1; }

< fifo qemu-system-x86_64 -kernel shbot-kernel -initrd shbot.cpio.gz -hda "$image" -net none -m 64 -nographic -append irc |
< fifo qemu-system-x86_64 -kernel shbot-kernel -initrd shbot.cpio.gz -hda "$image" -net none -m 72 -nographic -append irc |
while read -r f
do
printf '%s\n' "$f" >&2
Expand Down

0 comments on commit aaa3863

Please sign in to comment.