Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*")

ati2d: fixed log creation

git-svn-id: svn://kolibrios.org@9583 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
vitalkrilov
2022-01-06 19:34:04 +00:00
parent d8bc7bb476
commit 8800305655
37 changed files with 226 additions and 226 deletions

View File

@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
::"a"(40), "b"(0xc0000027));
if(argc < 2)
uf = load_file("/RD/1/EXAMPLE.ASM");
uf = load_file("/SYS/EXAMPLE.ASM");
else uf = load_file(argv[1]);
if(uf.data == NULL ||