|
From: Joseph G. <gal...@va...> - 2002-06-11 22:19:59
|
Currently, I'm getting a bugcheck on boot when the CDROM driver DriverEntry fails (no CD-rom in my bochs environment.) I get "No unclaimed devices!" from cdrom.c and then the system bugchecks in device.c calling ExFreePool(DriverObject) claiming that the DriverObject is a non-allocated address (magic c01aeee5) As far as I can tell, this code looks good to me. Anyone have any ideas? Thanks, Joseph |