Go to file
antifallobst 2902215904 docs (readme): removed second roadmap header 2023-06-01 17:09:17 +02:00
assets Added font as wanted in #12 2023-04-16 06:01:36 +02:00
inc feature (drivers): implemented driver registration and lookup 2023-06-01 13:12:34 +02:00
ramdisk feature (drivers): setup a small driver to test stuff 2023-05-30 22:26:20 +02:00
src fix (drivers): applied the fix for PCI to USB too 🤦 2023-06-01 13:52:42 +02:00
.gitignore feature (drivers): setup a small driver to test stuff 2023-05-30 22:26:20 +02:00
CMakeLists.txt refactor (build-system): renamed cmake project 2023-05-02 21:19:56 +02:00
LICENSE license: removed unnecessary license comment blocks 2023-03-10 11:32:50 +01:00
README.md docs (readme): removed second roadmap header 2023-06-01 17:09:17 +02:00
build.sh refactor (drivers): moved test driver to drivers repository 2023-06-01 00:03:36 +02:00
kernel.ld refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
limine.cfg feature (kernel): Requesting RAMDISK archive module from bootloader 2023-02-23 00:25:00 +01:00
run.sh feature (PCI): added subclass strings 2023-04-26 21:57:18 +02:00
shell.c refactor (build-system): added libnx and shell to build pipeline 2023-05-06 16:33:53 +02:00

README.md

NoxOS

NoxOS is a small x86 operating system (currently just a kernel). The kernel is booted using the limine boot protocol and is fully documented.

Roadmap

  • Bootable system
  • Logger
  • Page frame manager
  • Interrupts
  • Page maps
  • Heap
  • Format strings
  • Graphics Renderer
    • Text
    • Double buffering
    • Buffer requests
  • Panic Screen
    • Register dump
    • Stack tracing
  • Scheduler
  • (Kernel) Threads
  • Ramdisk
    • USTAR
    • RAMFS
    • VFS
  • ELF loading
  • Processes
  • Keyboard input (ps/2 int)
  • JSON parser for system config
  • Drivers
    • Loading / Linking into kernel
    • Driver Device assignment (PCI / USB / FS)
    • API
  • FAT32 (driver)
  • TUI framework
  • Shell
  • Text Editor
  • TCC
  • Tetris
  • Init System

Contribution Welcome :D

Install instructions, Code Documentation and a Contribution guide can be found in the wiki.

Copyright 2023 Antifallobst antifallobst@systemausfall.org

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.