-
Notifications
You must be signed in to change notification settings - Fork 1
HowTo Install Compile Run
Claus Herrmann edited this page Jun 18, 2015
·
1 revision
The following prerequisites are needed:
- Linux (I use xubuntu 15.03)
- Qemu
- NASM
- GCC/Bintools (4.x, 5.x doesnt seem to work at the moment), cross compiled after this manual: http://wiki.osdev.org/GCC_Cross-Compiler
After clone of the repo, go to compile directory and do a:
chmod +777 run.sh
chmod +777 3run.sh
chmod +777 create_ext2.sh
after this, you are ready to go:
make
make apps
make install
After compiling and building your Harddisk image file, you can now start: ./run.sh or ./3run.sh
- run.sh = Opens QEMU Window. All debug output is done there.
- run3.sh = Only serial output. No debug. Debug can be seen by entering "debug" into the shell.