Requirements :
nasm
for assemble the bootloader and kerneldd
, mkfs
mtools
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 toolsRun 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 buildSimply 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