Shell v0.6. See History.txt.

git-svn-id: svn://kolibrios.org@3245 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom
2013-02-16 11:25:37 +00:00
parent 0da906311f
commit 4ed6be1119
27 changed files with 742 additions and 130 deletions

View File

@@ -11,7 +11,7 @@ k70.p00 = 0;
k70.p04 = 0;
k70.p08 = 0;
k70.p12 = 4; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 4 <20><><EFBFBD><EFBFBD><EFBFBD>
k70.p16 = buf;
k70.p16 = (unsigned) buf;
k70.p20 = 0;
k70.p21 = file;
@@ -35,7 +35,7 @@ char *buf; //
k70.p00 = 5;
k70.p04 = k70.p08 = k70.p12 = 0;
k70.p16 = &bdvk;
k70.p16 = (unsigned) &bdvk;
k70.p20 = 0;
k70.p21 = exec;
@@ -54,7 +54,7 @@ buf[filesize]=0;
k70.p00 = 0;
k70.p04 = k70.p08 = 0;
k70.p12 = filesize;
k70.p16 = buf;
k70.p16 = (unsigned) buf;
k70.p20 = 0;
k70.p21 = exec;