forked from Hyperion/HyperionOS
stuff.mp4
This commit is contained in:
2
docs/kernel/drivers/api/README.md
Executable file → Normal file
2
docs/kernel/drivers/api/README.md
Executable file → Normal 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
2
docs/kernel/drivers/api/tty.md
Executable file → Normal 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
|
||||
|
||||
Reference in New Issue
Block a user