sandwichdoge / catchOS

A small multitasking operating system for Intel i386 architecture.
MIT License
5 stars 1 forks source link

[Shell]Standard I/O #13

Open sandwichdoge opened 3 years ago

sandwichdoge commented 3 years ago

Need a standard for input/output to interface with user. Ideally, we store irqs from hardware in a vector of queues, each corresponding to a process. Later send everything in the queue to all registered processes.

Consult: https://wiki.osdev.org/Creating_A_Shell