-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHOW_TO_BUILD
More file actions
11 lines (6 loc) · 762 Bytes
/
HOW_TO_BUILD
File metadata and controls
11 lines (6 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
1. Run build.bat
If on a UNIX like system please skip step 1 and create a simple shell script that accomplishes the exact thing.
If all builds well then you should see three BIN files, these cannot be booted straight off the bat. But you have two choices.
Choice 1: Copy the img.bin at the beginning of a emtpy VHD file, and run VirtualBox and boot from the VHD file. This can be done easily with a hex editor.
Choice 2: Using a hex editor or low-level disk acess tool copy the img.bin at the beginning of the USB stick you wish to boot. The USB has to be devoid of information. Which means all information including formmating has to be removed.
Remember MonsterOS was designed to boot off a disk (Hardisk, USB stick, or VHD, NOT CD-ROM / CD image (ISO)).