Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning OSDev

Prerequisites

In order to build, you will require cross-compiled build tools for the i386 platform. For this, you can refer to this excellent article on OSDev Wiki. (Note that you don't need a cross-compiled GDB if your computer architecture is x86_64).

In order to run, install qemu-system-x86_64.

Build

$ make disk -j$(nproc)

Run

$ make run

To run with GDB debugging

$ make debug

References

About

Writing an OS from scratch

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages