x86-64 operating system written in Intel Assembly and C
- Install the mingw-gcc-g++ package
- Install GNU make:
choco install make
Install the gcc and make package for your distribution
Run all commands from the root directory of the repository.
Enter the docker container: make docker-run
Inside the docker container: make build-x86_64
Running the kernel image using qemu
- Install Chocolately
- Install GNU make:
choco install make
Install the make package for your distribution
make run-x86_64