https://github.com/antonako1/atos
x86 Ring-0 Operating System
https://github.com/antonako1/atos
operating-system
Last synced: about 2 months ago
JSON representation
x86 Ring-0 Operating System
- Host: GitHub
- URL: https://github.com/antonako1/atos
- Owner: Antonako1
- License: mit
- Created: 2024-07-21T21:09:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T11:57:27.000Z (3 months ago)
- Last Synced: 2026-03-28T15:37:17.896Z (3 months ago)
- Topics: operating-system
- Language: C
- Homepage: https://atos.antonako.net
- Size: 1.63 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: DOCS/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documenation for atOS
## BATSH.md
Batsh shell language documentation
## CODE_DOCUMENTATION.md
How to document code (minimum)
## DEBUGGING.md
How to debug the system, mostly kernel
## DRIVER_IMPLEMENTATION.md
How to implement a driver
## LIBRARY_DEVELOPING.md
How to create a library (static/dynamic)
## PROC_COM.md
Process communication and task handling
## PROGRAM_DEVELOPING.md
How to create your own programs
## SERIAL_PORTS.md
Serial port usage and programming