Skip to content
/ osfs04 Public

Operating System From Scratch : learn OS by practice

Notifications You must be signed in to change notification settings

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