Giter Club home page Giter Club logo

niteosproject's Introduction

Nite OS Project

Graphical (not yet) operating system for x86_64 and risc-v computers.

About

What is Nite OS?
Nite is a full system project written in C/C++ (primarily C++, with OOP features), aim to run in modern desktop and laptop devices. This repository includes Kernel 「Siberix」, Runtime libraries and basic applications and an XML-like UI framework to build UI-based program.

Build and Test

To build this operating system, you need nasm, x86_64-elf-g++, xorriso, python3. When these packages were installed, go to any sub directory and run python3 ../Scripts/build-<...>.py. After that, compiled files will generate in build or dist directory.

Requirements

  • nasm
  • build-essential
  • x86_64-elf-g++
  • xorriso
  • python3

move to sub folders (Kernel, Apps/x, etc.)
use command "python3 ../Scripts/build-<...>.py"

For example, if you want to build the kernel, go to Kernel directory and run python3 ../Scripts/build-os.py. And you will see the image file generated in distribution folder.

Features

Architectures

  • x86 [64-bit, x64, amd64] (In progress)
  • arm [64-bit]
  • risc-v [64-bit]
    There is no future plan to support 32-bit archs because they are already outdated.

Contribute

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.