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

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

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