Skip to content

Commit d7377bb

Browse files
fix disk code
1 parent e7b2978 commit d7377bb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

boot/freeldr/freeldr/arch/i386/appletv/appletvdisk.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,22 @@ LONG DiskReportError(BOOLEAN bShowError)
153153
if (bShowError) ++lReportError;
154154
else --lReportError;
155155
return lReportError;
156+
}
157+
158+
UCHAR
159+
AppleTVGetFloppyCount(VOID)
160+
{
161+
/* No floppy drive present */
162+
return 0;
163+
}
164+
165+
UCHAR
166+
DriveMapGetBiosDriveNumber(PCSTR DeviceName)
167+
{
168+
return 0;
169+
}
170+
171+
BOOLEAN PxeInit(VOID)
172+
{
173+
return FALSE;
156174
}

0 commit comments

Comments
 (0)