Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Moldytzu/KonectOS-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KotOS

A 64-bit x86 operating system written in C/C++

Discord server

Required Build Tools

  • Build Essential
  • Xorriso
  • LLVM 14
  • NASM
  • Qemu (optional)

Building the OS

That's easy! Run make deps-debian to install all the required build tools listed before (only if you're building on Debian/Ubuntu) and then run make build to start the build process. After that running make run will start KotOS in QEmu.

About

A 64bits operating system in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.4%
  • C 16.2%
  • Makefile 2.0%
  • Assembly 2.0%
  • Python 0.4%