Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 390 Bytes

apka os

A basic operating system.

# configure the project, install missing dependencies.
./configure

# build the project to generate .iso and .img images
./build.sh

OSDevWiki is a great place to learn how to write an operating system.

Project is inspired from many open source operating systems including linux.