yyu / osfs04

Operating System From Scratch : learn OS by practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating System From Scratch

Step 04: Boot loader

Let's write a boot loader. The booting process will be:

  • power on, BIOS loads boot sector
  • boot sector loads boot loader
  • boot loader loads kernel
  • kernel runs

‹prev next›

About

Operating System From Scratch : learn OS by practice


Languages

Language:Assembly 100.0%