/Unix-Like

An educational Unix-Like Os. Try to mimic the first Unix implementation, back in the old day.

Primary LanguageAssemblyOtherNOASSERTION

An educational Unix-Like Os.
Try to mimic the first Unix implementation, back in the old day.
build with fasm and grub 2.06
to build grub:
 - ./configure --target=x86_64 --disable-werror
 - make