Skip to content

A little x86 kernel I'm developing for getting knowledge in OS development

License

Notifications You must be signed in to change notification settings

Spydr06/AsbestOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsbestOS

This repository contains a little x86 kernel I'm developing to get knowledge in operating system development.

The kernel is written in assembly and C, featuring its own libc implementation.

Building

Building this OS requires gcc, gnu binutils & gnu make. Use the following command:

$ make

Running

Running this OS requires qemu being installed. Use the following command:

$ make run

License

This project is licensed under the MIT license.

Resources

Resources I found useful developing this OS

About

A little x86 kernel I'm developing for getting knowledge in OS development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published