starting to work on pty drivers, fork(), and scheduler redesign
This commit is contained in:
5
programs/vga_text_term/main.c
Normal file
5
programs/vga_text_term/main.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user