From cd31c14fe54b4df0317780444dad153db8f897c2 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 3 Dec 2006 07:34:03 +0000 Subject: [PATCH] - Enable V86/DR save in HAL Clock Interrupt (and fix build). - Add debug message to fs_rec driver to analyse why it's trying to allocate 4GB of non paged memory. svn path=/trunk/; revision=25025 --- reactos/drivers/filesystems/fs_rec/udfs.c | 2 +- reactos/hal/halx86/generic/systimer.S | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/filesystems/fs_rec/udfs.c b/reactos/drivers/filesystems/fs_rec/udfs.c index 368801c0b29..37f00ad418f 100644 --- a/reactos/drivers/filesystems/fs_rec/udfs.c +++ b/reactos/drivers/filesystems/fs_rec/udfs.c @@ -232,7 +232,7 @@ FsRecIsUdfsVolume(IN PDEVICE_OBJECT DeviceObject) DPRINT ("FsRecDeviceIoControl() failed (Status %lx)\n", Status); return(Status); } - DPRINT ("BytesPerSector: %lu\n", DiskGeometry.BytesPerSector); + DPRINT1 ("BytesPerSector: %lu\n", DiskGeometry.BytesPerSector); /* Check the volume recognition sequence */ Status = FsRecCheckVolumeRecognitionSequence(DeviceObject, diff --git a/reactos/hal/halx86/generic/systimer.S b/reactos/hal/halx86/generic/systimer.S index 879ccd94ffb..0c0eaff656b 100644 --- a/reactos/hal/halx86/generic/systimer.S +++ b/reactos/hal/halx86/generic/systimer.S @@ -199,10 +199,12 @@ BelowHigh: .globl _HalpClockInterrupt@0 .func HalpClockInterrupt@0 +V86_hci: V86_TRAP_FIXUP +Dr_hci: DR_TRAP_FIXUP _HalpClockInterrupt@0: /* Enter trap */ - INT_PROLOG Hci, DoPushFakeErrorCode + INT_PROLOG hci, DoPushFakeErrorCode /* Push vector and make stack for IRQL */ push 0x30