From: Eric K. <ek...@rz...> - 2002-06-09 00:46:54
|
"Joseph Galbraith" <gal...@va...> wrote: > 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.) Are you booting with FreeLoader or Loadros (boot.bat)? I just checked out a clean tree, built it and booted it using Loadros. Runs fine! With the last patch I changed the format of the 'group order list' from semi-colon separated value string (REG_SZ) to multi string (REG_SZ_MULTI). LoadRos doesn't handle this properly yet. I'll fix it tomorrow as soon as I'm out of bed and had my first coffee. ;-) > No drivers will load. For example, I get: > > Loading keyboard.sys... > (ldr/loader.c:1017) LdrLoadModule() failed > (ldr/loader.c:375) Driver load failed, status (c0000001) Looks like the disk drivers aren't loaded. > Further investigation reveals that IopCreateFile() > is failing because the parent is of type directory, > not device. > > 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. Eric |