mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Remove /Home/K.ZC.
This commit is contained in:
parent
111e3475e3
commit
ee52a7ee12
1 changed files with 0 additions and 39 deletions
|
@ -1,39 +0,0 @@
|
|||
Ed("/Doc/ChangeLog.DD");
|
||||
|
||||
CAHCIPort *port;
|
||||
I64 i, ata_drive = -1;
|
||||
|
||||
// Find first-available ATA drive for BootHDIns.
|
||||
for (i = 0; i < AHCI_MAX_PORTS; i++)
|
||||
{
|
||||
if (Bt(&blkdev.ahci_hba->ports_implemented, i))
|
||||
{
|
||||
port = &blkdev.ahci_hba->ports[i];
|
||||
if (port->signature == AHCI_PxSIG_ATA)
|
||||
{
|
||||
ata_drive = i;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (ata_drive < 0)
|
||||
throw('No ATA');
|
||||
|
||||
In("CC\n%d\n\n1024\n768\n\n\n", ata_drive);
|
||||
BootHDIns;
|
||||
|
||||
"\n\nSuccessful? ";
|
||||
if (YorN)
|
||||
{
|
||||
Once( "CursorRemove(\"/*\");;;"
|
||||
"PopUp(\"#include \\\"DoDistro\\\";;"
|
||||
"if (DriveIsWritable)"
|
||||
"{"
|
||||
"Del(\\\"~/Registry.ZC\\\");"
|
||||
"Del(\\\"~/MakeHome.ZC\\\");"
|
||||
"OutU16(0x4004, 0x3400);"
|
||||
"}\");");
|
||||
|
||||
BootRAM;
|
||||
}
|
Loading…
Reference in a new issue