Go to the source code of this file.
◆ BIOS_DISK_INTERRUPT
#define BIOS_DISK_INTERRUPT 0x13 |
◆ DiskBios32Cleanup()
◆ DiskBios32Initialize()
Definition at line 674 of file dskbios32.c.
675{
676
677
678
679
680
684
685
686
687
688
689
690
697
699}
static PDISK_IMAGE HardDrive[4]
static PDISK_IMAGE FloppyDrive[2]
static const FLOPPY_PARAM_TABLE_EX FloppyParamTable
#define SEG_OFF_TO_PTR(seg, off)
FLOPPY_PARAM_TABLE FloppyParamTable
PDISK_IMAGE RetrieveDisk(IN DISK_TYPE DiskType, IN ULONG DiskNumber)
#define RtlCopyMemory(Destination, Source, Length)
Referenced by Bios32Initialize().
◆ DiskBios32Post()
Definition at line 647 of file dskbios32.c.
648{
649
650
651
652
653
654
656
658
660
661
663
664
665
667
668
669
670
672}
#define RegisterBiosInt32(IntNumber, IntHandler)
static VOID AllDisksReset(VOID)
VOID WINAPI BiosDiskService(LPWORD Stack)
#define BIOS_DISK_INTERRUPT
_In_ HANDLE _Outptr_result_bytebuffer_ ViewSize PVOID * BaseAddress
Referenced by Bios32Post().