8000 GitHub - yyu/osfs04: Operating System From Scratch : learn OS by practice
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yyu/osfs04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0