Skip to content

souris-dev/Aplenite-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aplenite-OS

Aplenite OS is a hobby 32-bit OS written in C and NASM. Currently, it features only a CLI. A VFS and user mode might be added. Very good for learning, as it is heavily commented.

Note : Aplenite can only print "Hello World!" right now.

Building

  1. Copy all the files in the inc and build directories to the src directory.
  2. Ensure that you are inside the src directory.
  3. Run make clean.
  4. Run make.

The kernel binary image will be built. Please ignore any errors. Build on a Linux machine. Build not tested on Windows machines.

References

License

Please see the LICENSE file for the GNU GPL v2 License.

About

A hobby 32-bit OS written in C and NASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published