Skip to content

Commit

Permalink
EDIT: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NowEwo authored Oct 21, 2024
1 parent 5f81b04 commit 1737e76
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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

0 comments on commit 1737e76

Please sign in to comment.