Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lukasjhan/noname
- Owner: lukasjhan
- Created: 2023-03-17T03:43:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-17T03:44:06.000Z (over 1 year ago)
- Last Synced: 2024-04-12T05:09:11.412Z (7 months ago)
- Language: C
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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