Write Your Own 64-bit Operating System Kernel #1 - Boot code and multiboot header

Описание к видео Write Your Own 64-bit Operating System Kernel #1 - Boot code and multiboot header

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 is available on GitHub:
https://github.com/davidcallanan/yt-o...

Thanks to top Patreon supporters Helge Sverre Hessevik Liseth and Kaas at the time of uploading this video!

Consider becoming a Patreon supporter below:
  / codepulse  

---

Useful resources (in no particular order):

https://wiki.osdev.org/
First edition: https://os.phil-opp.com/first-edition/
Latest edition: https://os.phil-opp.com/
https://en.wikipedia.org/wiki/X86_cal...
http://www.osdever.net/bkerndev/Docs/...

And some youtube videos such as:
   • 1 - How to make an operating system f...  
   • How to Write an Operating System - Pa...  
   • Operating System Basics  

Комментарии

Информация по комментариям в разработке