You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiling AmirOS is simple
just read this documentation
dependencys
AmirOS require's you to have some applications installed:
on windows, you must have
Cygwin
on all the Operating Systems, you must have these:
GCC
for compiling C Sources
Nasm
for compiling Assembly sources
on windows
firstly, you must have Cygwin installed
you can get it
here
then, switch on the AmirOS\src Directory and type make to compile
on other operating systems
switch on AmirOS\src directory, and run make to build