forked from jackmiller1/ece391-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
17 lines (12 loc) · 620 Bytes
/
INSTALL
File metadata and controls
17 lines (12 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ECE391 MP3 - Operating System Project
=====================================
To get this skeleton OS running on QEMU, you must do the following steps:
"make dep"
"sudo make"
to build the OS (it is called bootimg) and the QEMU disk image (mp3.img)
You can then follow the instructions in Appendix G to setup your
debug.bat batch script.
If you would like to run MP3 without having to connect gdb (When you are done
and have removed all your bugs for example), you can duplicate the debug.bat
batch script and remove the -s and -S options in the QEMU command. This is
will stop QEMU from waiting for GDB to connect.