From: Casper H. <ch...@us...> - 2002-06-08 22:35:00
|
l=F8r, 2002-06-08 kl. 05:55 skrev Joseph Galbraith: > > system.hiv > > include/defines.h > > ntoskrnl/ldr/loader.c > > subsys/system/services/database.c (new) > > subsys/system/services/makefile > > subsys/system/services/services.c > > subsys/system/services/services.h (new) > >=20 > > Let services.exe load the auto-start drivers. >=20 > I'm having trouble booting into bochs since I > got this change. (Well, I'm not sure it was > this change, but I didn't see anything else.) >=20 > No drivers will load. For example, I get: >=20 > Loading keyboard.sys... > (ldr/loader.c:1017) LdrLoadModule() failed > (ldr/loader.c:375) Driver load failed, status (c0000001) >=20 > Further investigation reveals that IopCreateFile() > is failing because the parent is of type directory, > not device. >=20 > Eventually, the system bug-checks after trying to > load ndis.sys. (Bug check code 0.) I get a stack > trace and then another bug check, this time 0x1d. >=20 > I'm not quite sure where to go from here. >=20 > - Joseph I can confirm this. Freeldr does not load any boot drivers when using the new version of system.hiv. When using an older system.hiv it works okay. - Casper |