Go to file
antifallobst b3d06f829e feature (PCI): added subclass strings 2023-04-26 21:57:18 +02:00
assets Added font as wanted in #12 2023-04-16 06:01:36 +02:00
inc feature (PCI): added subclass strings 2023-04-26 21:57:18 +02:00
ramdisk feature (syscalls): implemented basic stdout printing 2023-04-21 13:45:58 +02:00
src feature (PCI): added subclass strings 2023-04-26 21:57:18 +02:00
.gitignore feature (PCI): implemented basic PCI enumerating 2023-04-25 17:13:09 +02:00
CMakeLists.txt refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
LICENSE license: removed unnecessary license comment blocks 2023-03-10 11:32:50 +01:00
README.md docs: updated roadmap progress 2023-03-04 00:55:43 +01:00
build.sh refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +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

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)
  • Shell
  • JSON parser for system config
  • FAT32
  • Text Editor
  • TCC

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.