Skip to content

Osakauss/sysm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

sysm

Building a kernel for a x86-64 system.


You should be able to read this guide from start to finish and get a good idea of the different concepts needed to work on a kernel from absoltue scratch.

index

  1. requirements
  2. introduction
  3. setting up the build environment
  4. creating a testable system
  5. full list of resources

requirements

This guide has absolutely zero focus on the programming aspect, one should have at least good knowledge about working with C. Beign able to write or at least understand assembly for the x86 architecture is also required.

introduction

TODO

build environment

TODO

testing

TODO

resources <a res

The intel manuals for the 64 and I32 architecture are going to be the main source of information:

Other useful links will be added in here as needed.

About

Resources and guide on kernel building

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published