Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/noname

Micro OS for small system.
https://github.com/lukasjhan/noname

Last synced: 21 days ago
JSON representation

Micro OS for small system.

Awesome Lists containing this project

README

        

# NoName

x86-64 OS system for studying

# Directory Description

* /BootLoader : BootLoader for OS - Protopyte Complete
* /Kernel32 : Protected Mode Kernel
* /Kernel64 : 64bit Kernel - Working

# Feature

* BootLoader
* interrupt
* timer
* synchronization
* Keyboard
* console
* real number
* multitask
* process & thread
* HDD driver
* File System
* C standard functions
* cache & ram disk
* multi-core
* symentic I/O mode
* GUI & mouse driver
* system call
* user level programs
* USB booting