Author: ion
Date: Sun Dec 3 10:34:03 2006
New Revision: 25025
URL:
http://svn.reactos.org/svn/reactos?rev=25025&view=rev
Log:
- 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.
Modified:
trunk/reactos/drivers/filesystems/fs_rec/udfs.c
trunk/reactos/hal/halx86/generic/systimer.S
Modified: trunk/reactos/drivers/filesystems/fs_rec/udfs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fs_rec…
==============================================================================
--- trunk/reactos/drivers/filesystems/fs_rec/udfs.c (original)
+++ trunk/reactos/drivers/filesystems/fs_rec/udfs.c Sun Dec 3 10:34:03 2006
@@ -232,7 +232,7 @@
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,
Modified: trunk/reactos/hal/halx86/generic/systimer.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/systime…
==============================================================================
--- trunk/reactos/hal/halx86/generic/systimer.S (original)
+++ trunk/reactos/hal/halx86/generic/systimer.S Sun Dec 3 10:34:03 2006
@@ -199,10 +199,12 @@
.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