Skip to content

Mark44928/NoNameOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoNameOS Screenshot

NoNameOS

Pure C++ Hobbyist OS simulation.

😬 Warming: NoNameOS is NOT a OS. it was just a C++ OS simulation.

📥 Getting the Code

First things first, you need to pull the source code onto your machine and move into the directory.

git clone [https://github.com/Mark44928/NoNameOS.git](https://github.com/Mark44928/NoNameOS.git)
cd NoNameOS

🚀 How to Build & Run

NoNameOS is written in pure C++ and uses standard POSIX headers, so it compiles natively on almost any Linux-based system.

📱 Android (Termux)

pkg install clang
clang++ -O3 NoNameOS.cpp -o nonameos
./nonameos

🐧 Debian / Ubuntu

sudo apt update && sudo apt install g++
g++ -O3 NoNameOS.cpp -o nonameos
./nonameos

🎩 Fedora

sudo dnf install gcc-c++
g++ -O3 NoNameOS.cpp -o nonameos
./nonameos

🏹 Arch Linux

sudo pacman -S gcc
g++ -O3 NoNameOS.cpp -o nonameos
./nonameos

About

Pure C++ Hobbyist OS simulation

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages