-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# EwOS | ||
## Build | ||
### Linux : | ||
Requirements : | ||
- `nasm` for assemble the bootloader and kernel | ||
- `dd` , `mkfs` and `mtools` for setup the virtual disk | ||
- `sh` for executing the programs | ||
### MacOS : | ||
All the linux requirements and : | ||
- `brew` for installing all neccesary tools | ||
### Windows : | ||
All the linux requirements but : | ||
- `Windows Subsystem for Linux` to have compatibility with all these tools | ||
|
||
Run `sh build.sh` in your terminal and wait | ||
|
||
## Run | ||
Requirements : | ||
- `qemu` , `VirtualBox` , `VMWare` or any other virtualisation tool | ||
- `Main.floppy.img` image that you have to build | ||
|
||
### Qemu | ||
Simply run `qemu-system-i386 fda build/Main.floppy.img` | ||
|
||
### VirtualBox , VMWare or others | ||
Go to your VM settings and set the floppy image to your builded image |