GithubHelp home page GithubHelp logo

al-nibras / nibrasos Goto Github PK

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

Operating System Micro-kernel designed for IA-32 Arch.

Makefile 0.58% Shell 0.14% C 94.25% Objective-C 0.65% C++ 0.18% Assembly 4.20%
operating-system kernels c assembly-x86 driver-programming kernel-modules low-level-programming

nibrasos's Introduction

NibrasOS

Operating System Micro Kernel designed for IA-32 Arch.

If you're not familiar with Kernel Development, please close this page and stop wasting your time!

Requirements (Host-Machine):

  • i386 Arch. (or x86_64)
  • RAM >= 4GiB
  • GNU-GCC-i386 cross-compiler
  • PS/2 (optional)
  • VHD (if running under VM)

feel free to contribute (please refer to 'TO BEs’)

TO BE FIXED:

  • Process VAS creation
  • TSS data gets lost when executing fork() or sys_fork()
  • Reclaiming of usermode pocesses' VM pages

TO BE ADDED:

  • More drivers (Networking, USB, SSD using DMAC)
  • Device Manager
  • FileSystems (primary: HFS, exFAT)
  • Shells (at least bash, sh, csh)
  • Power Managment
  • IPC (basically: MP and Signalling)
  • More C-stdlib functionalities
  • Floating-point (SSE*)
  • VM mmap
  • VM86
  • Long Mode support

TO BE STABLIZED:

  • Process VAS security
  • fork() syscall
  • Kheap Manager
  • Overall Structure (Higher-Half Kernel VM)
  • Scheduling Algorithm: very basic RR is currently in use, the official algorithm used in NibrasOS is not within the source code, it is a new Scheduling Alg. that would be released once its scientific paper gets published

TO BE OPTIMIZED:

  • Multiprocessing synchronization
  • memcpy (using XMMs)

nibrasos's People

Stargazers

 avatar

Watchers

 avatar  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.