Shell 0.4 from Albom

git-svn-id: svn://kolibrios.org@959 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2008-12-14 11:55:46 +00:00
parent aef7c5284b
commit 939f824d96
36 changed files with 1749 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
int program_run(char cmd[], char param[])
{
kol_struct70 k70;
k70.p00 = 7;
k70.p04 = 0;
k70.p08 = param;
k70.p12 = 0;
k70.p16 = 0;
k70.p20 = 0;
k70.p21 = cmd;
return kol_file_70(&k70);
}