stuff.mp4

This commit is contained in:
2025-12-17 11:53:54 -05:00
parent 6d9d02edf7
commit e63bb275a0
92 changed files with 1060 additions and 965 deletions

2
docs/kernel/drivers/api/README.md Executable file → Normal file
View File

@@ -20,9 +20,7 @@ Driver API
load - loading code
unload - unloading code
main - Ran as a process and has normal behavior (used for checking network like things)
api - api difined by type
arch - architecture difined in bootloader (EX: cct, oc, ac, cc, ccpc, or all)
description - discription
author - author of driver
prior - priority (low first)
```

2
docs/kernel/drivers/api/tty.md Executable file → Normal file
View File

@@ -5,6 +5,8 @@ tty (Teletypewriter) is a driver class made for basic text output (ASCII only) u
```
API Signature
String: address
Address unique to the screen
print(String: text):Nil
Prints text to the screen with a following \n