У нас вы можете посмотреть бесплатно Write Your Own 64-bit Operating System Kernel #1 - Boot code and multiboot header или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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 from s... • How to Write an Operating System - Part 1 • Operating System Basics