Coder Social home page Coder Social logo

nthnn / noos Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 751 KB

NoOS (No Operating System) is an attempt unikernel framework for developing programs in C++ without OS.

License: GNU General Public License v3.0

Assembly 5.50% C 29.04% C++ 65.46%
grub kernel kernel-development operating-system operating-system-kernel os-dev os-development osdev unikernel

noos's Introduction

NoOS

License: GNU GPL v3.0

NoOS (No Operating System) is an attempt unikernel framework for developing bare-metal level Intel i386 programs in pure C++.

Warning

This project is still underdevelopment and is still at its infancy.

Greetings Demo Hello World Demo
Greetings Demo Hello World Demo

Getting Started

In Ubuntu, you can simply build examples using Qrepo package manager. On Windows, however, you'll need to have BusyBox and GCC toolchain available on path.

First, you need to clone the NoOS repository to your system:

git clone https://github.com/nthnn/NoOS
cd NoOS

You can now build from examples by:

qrepo run build <example name>

For instance, you can build the Hello World example by: qrepo run build hello_world If nothing went wrong, you can proceed to emulate the output ISO file of the compiled example by:

qrepo run cd <example name>

# qrepo run boot hello_world

Contributing

Contributions to NoOS are highly encouraged and appreciated! To contribute new features, bug fixes, or enhancements, please adhere to the following guidelines:

  1. Fork the NoOS repository.
  2. Create a new branch for your changes: git checkout -b feature-name.
  3. Implement your changes and commit them: git commit -m "Added new feature".
  4. Push your changes to the branch: git push origin feature-name.
  5. Submit a pull request for review and inclusion.

License

Copyright (c) 2024 Nathanne Isip

NoOS is distributed under the GNU General Public License v3.0. For further details, refer to the LICENSE file.

This program is free software: you can redistribute it and/or modify  
it under the terms of the GNU General Public License as published by  
the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but 
WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
General Public License for more details.

You should have received a copy of the GNU General Public License 
along with this program. If not, see <http://www.gnu.org/licenses/>.

noos's People

Contributors

nthnn avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.