Add disk I/O (well, input only, no output) for the Xbox
[reactos.git] / freeldr / freeldr / arch / i386 / machpc.c
index 24f89c6..3c4b819 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: machpc.c,v 1.1 2004/11/08 22:02:47 gvg Exp $
+/* $Id: machpc.c,v 1.2 2004/11/09 23:36:19 gvg Exp $
  *
  *  FreeLoader
  *
@@ -34,6 +34,7 @@ PcMachInit(VOID)
   MachVtbl.PutChar = PcConsPutChar;
   MachVtbl.PutCharAttrAtLoc = PcConsPutCharAttrAtLoc;
   MachVtbl.GetMemoryMap = PcMemGetMemoryMap;
+  MachVtbl.DiskReadLogicalSectors = PcDiskReadLogicalSectors;
 }
 
 /* EOF */