Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 29bbc60

Browse files
committed
Increased QEmu memory to 256M & fixed vga and ip parameters
1 parent 40bd9e4 commit 29bbc60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎scripts/start

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ switch(cpu)
3131
}
3232

3333
var command = 'qemu-system-'+cpu_family
34-
var args = ['-enable-kvm']
34+
var args =
35+
[
36+
'-enable-kvm',
37+
'-vga', 'std',
38+
'-m', '256M',
39+
]
3540

3641
switch(type)
3742
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /