GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? (DOSX)
> CLOCK doesn't (strange, it used to crash on exactly same addr
> ), and the GPF's in Ring 0 persists
CLOCK should work now. Very nice app! It's using a non-supported mapping mode, but apparently that doesn't hurt.
btw, there is a bug in the FASM windows includes which confused hx and caused the GPFs: in FASM, there is
CW_USEDEFAULT equ 8000h
OTOH, the MS platform SDK defines it as
#define CW_USEDEFAULT 0x80000000
apparently, windows accepts the 8000h as well (as does hx now), but it is not documented.
--------------------------------------
about the mouse problem: this almost certainly is due to the mouse event proc not being reset. dkrnl32 uses raw DPMI functions to set the mouse event proc, which has the advantage that it works with any DPMI host, but has the disadvantage that the host cannot clear the event proc on its own if an unhandled exception occurs and the host is terminated the hard way ("terminate s/erver").
--------------------------------------
P.S: and please, don't write "GPF's", write "GPFs" instead! Our admin is very sensible and such things do hurt him physically.
---
MS-DOS forever!
Complete thread:
- GPF's in Ring 0 || LOGO.SYS || CLOCK - DOS386, 09.08.2007, 18:57 (DOSX)
- GPF's in Ring 0 || LOGO.SYS || CLOCK - Japheth, 10.08.2007, 07:15
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - DOS386, 10.08.2007, 20:50
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - Japheth, 11.08.2007, 09:52
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - Steve, 12.08.2007, 13:45
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - rr, 12.08.2007, 15:50
- GPF's in Ring 0 || LOGO&CLOCK || Clock works || mouse ..... - DOS386, 13.08.2007, 06:44
- GPF's in Ring 0 || LOGO&CLOCK || Clock works || mouse ..... - Japheth, 13.08.2007, 11:54
- GPF's in Ring 0 || LOGO&CLOCK || Clock works || mouse ..... - DOS386, 16.08.2007, 10:03
- GPF's in Ring 0 || LOGO&CLOCK || Clock works || mouse ..... - Japheth, 13.08.2007, 11:54
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - Steve, 12.08.2007, 13:45
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - Rugxulo, 14.08.2007, 00:07
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - Japheth, 11.08.2007, 09:52
- GPF's in Ring 0 || LOGO&CLOCK || anyone can reproduce it ? - DOS386, 10.08.2007, 20:50
- GPF's in Ring 0 || LOGO.SYS || CLOCK - Japheth, 10.08.2007, 07:15