Write Your Own 64-bit Operating System Kernel #1 - Boot code and multiboot header
CodePulse
In this series, we'll write our own 64-bit x86 operating system kernel from scratch, which will be multiboot2-compliant. In future episodes we might expand out to other architectures and bootloaders.
In this first episode, we write our initial boot code and also include a multiboot2 header so that it can be understood by bootloaders.
This operating system will be primarily written in C, but we'll need some assembly as well for any of the hardware-specific code.
All the code will be available on GitHub in a few hours: COME BACK IN A FEW HOURS
Thanks to top Patreon supporters Helge Sverre Hessevik Liseth and Kaas at the time of uploading this video!
Consider becoming a Patreon supporter below: https://patreon.com/CodePulse ... https://www.youtube.com/watch?v=FkrpUaGThTQ
27135752 Bytes