shell 0.5 could run console apps

git-svn-id: svn://kolibrios.org@2502 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom
2012-03-23 18:53:16 +00:00
parent 1386fef88b
commit 762c577e6a
15 changed files with 336 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
#define SC_OK 0
#define SC_EXIT 1
#define SC_PUTC 2
#define SC_PUTS 3
#define SC_GETC 4
#define SC_GETS 5
#define SC_CLS 6