gmarino2048 / 64bit-os-tutorial

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

Closed gmarino2048 closed 5 months ago

gmarino2048 commented 5 months ago

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.

gmarino2048 commented 5 months ago

This closes #9

gmarino2048 commented 5 months ago

Closes #9