This OS Tutorial expands on the fundamental concepts covered in cfenollosa/os-tutorial and covers entering long mode on the x86_64 architecture. It also uses clang rather than relying on an external crosscompiler. I plan on keeping it up to date, so feel free to submit an issue!
MIT License
172
stars
19
forks
source link
Add a Dockerfile for easier building and debugging #10
This Change adds a Dockerfile to allow users to configure their development environment using Docker instead of installing all of the dependencies manually. Tested on Ubuntu 24.04 LTS.
This Change adds a Dockerfile to allow users to configure their development environment using Docker instead of installing all of the dependencies manually. Tested on Ubuntu 24.04 LTS.