Requirements :
nasm
for assemble the bootloader and kerneldd
,andmkfs
for setup the virtual diskmtools
sh
for executing the programs
All the linux requirements and :
brew
for installing all neccesary tools
All the linux requirements but :
Windows Subsystem for Linux
to have compatibility with all these tools
Run sh ./ewos.sh build
in your terminal and wait
Requirements :
qemu
,VirtualBox
,VMWare
or any other virtualisation toolMain.floppy.img
image that you have to build
Simply run qemu-system-i386 -drive file=build/Main.floppy.img,format=raw
or sh ./ewos.sh run
Go to your VM settings and set the floppy image to your built image