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

@@ -43,9 +43,9 @@ u32_t __stdcall drvEntry(int action)
if(action != 1)
return 0;
if(!dbg_open("/bd0/2/ati2d.log"))
if(!dbg_open("/sys/drivers/ati2d.log"))
{
printf("Can't open /rd/1/drivers/ati2d.log\nExit\n");
printf("Can't open /sys/drivers/ati2d.log\nExit\n");
return 0;
}
if( GetScreenBpp() != 32)