Subversion Repositories Kolibri OS

Rev

Rev 8918 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8918 Rev 9585
Line 6... Line 6...
6
void main()
6
void main()
7
{
7
{
8
	RunProgram("/kolibrios/drivers/acpi/acpi", NULL);
8
	RunProgram("/kolibrios/drivers/acpi/acpi", NULL);
Line 9... Line 9...
9
 
9
 
10
	pause(300);
10
	pause(300);
11
	if (file_exists("/rd/1/drivers/devices.dat")) {
11
	if (file_exists("/sys/drivers/devices.dat")) {
12
		if (GetSystemLanguage()==4) {
12
		if (GetSystemLanguage()==4) {
13
			notify("'ACPI/APIC\n/rd/1/drivers/devices.dat ¡ë« ãᯥ譮 ᣥ­¥à¨à®¢ ­.\n“áâ ­®¢ª  ¥éñ ­¥ § ª®­ç¥­ . ‘«¥¤ã©â¥ 㪠§ ­¨ï¬ ¢ Readme!' -tdO");
13
			notify("'ACPI/APIC\n/sys/drivers/devices.dat ¡ë« ãᯥ譮 ᣥ­¥à¨à®¢ ­.\n“áâ ­®¢ª  ¥éñ ­¥ § ª®­ç¥­ . ‘«¥¤ã©â¥ 㪠§ ­¨ï¬ ¢ Readme!' -tdO");
14
		} else {
14
		} else {
15
			notify("'ACPI/APIC\n/rd/1/drivers/devices.dat was succesfully generated.\nInstallation is not completed.\nFor the next steps please check Readme!' -tdO");
15
			notify("'ACPI/APIC\n/sys/drivers/devices.dat was succesfully generated.\nInstallation is not completed.\nFor the next steps please check Readme!' -tdO");
16
		}
16
		}
17
		RunProgram("/sys/@open", "/kolibrios/drivers/acpi/readme.txt");
17
		RunProgram("/sys/@open", "/kolibrios/drivers/acpi/readme.txt");
18
	} else {
18
	} else {
19
		notify("'Error generating /rd/1/drivers/devices.dat' -E");
19
		notify("'Error generating /sys/drivers/devices.dat' -E");
Line 20... Line 20...
20
	}
20
	}
21
 
21