My attempt at creating a 64-bit OS
- Install NASM (version 2.15.05 recommended and tested). Using the system's package manager like
apt
is enough. - Create a GCC cross-compiler without standard headers and libraries. Read
docs/gcc12crossNoStd.md
for the procedure.
- Follow the steps to setup the compilation toolchain
- Make the ISO
cd mayv2_clone_dir
make clean
make directories
./configure
make all