Skip to content

deepakraj1997/s21-hmwk2-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is the setup scripts for the emulator of w4118.

To run the script, first clone this repo and in the repo directory, run:

chmod +x *.sh
./emu_setup.sh

The emulator will be ready shortly.

To run the emulator:

./run_emulator.sh

If you received error like "ProbeKVM: This user doesn't have permissions to user KVM (/dev/kvm).", just reboot your VM and run the emulator again.

If you feel your emulator is too slow, you can adjust the RAM size with -m option:

./run_emulator.sh -m 1024

This will set the RAM size of the emulator to 1024MB. The valid input is from 128-4096, default to 2048.

If the emulator is still too slow or cause your VM or host stall, you can use -c option which will turn off the GUI of the emulator.

For more information, you can use -h option to show the help text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages