VOGONS

Common searches


Search results

Display options

Re: GRUB4DOS help needed to boot NT4 from DOS

Glad to hear this effort has some success. Bakemono, for this same system, I also have a CF-to-SCSI card reader which as Win95c/NT3.51 on it (no NT4). I'd like to modify just the NT3.51 NTDETECT.COM as well. It is the same size file, but has a slightly different date of Sept 19, 1996. Do I modify …

Re: GRUB4DOS help needed to boot NT4 from DOS

Instead of changing the file directly, I would recommend making a backup copy and then edit that one. Then you can swap the files as needed while you're in DOS, before starting GRUB. (That is, assuming your NT4 partition is accessible from DOS) To edit the values you should be able to click on a hex …

Re: GRUB4DOS help needed to boot NT4 from DOS

feipoa wrote: NTDETECT.COM is 26,800 bytes in size with a date of October 14, 1996, 1:38:00 AM Try to patch these five bytes. It should cause NTDETECT to always detect a PS/2 mouse. I tested this on my NT4 laptop with (normally working) built-in PS/2 trackpad and it continued to work there at least …

Re: GRUB4DOS help needed to boot NT4 from DOS

It is starting to make sense now. NTDETECT test the int 11h flag, and then it tries int 15h function C2. Maybe if the PS/2 mouse flag is clear, it assumes there is no mouse port. Moving the mouse causes unexpected data to arrive at the port and causes a hang (mouse and keyboard both use port $60, …

Re: GRUB4DOS help needed to boot NT4 from DOS

NTDETECT.COM never calls int 0x74. It does call int 0x11 and test bit 2. I wonder if that is the only issue preventing it from detecting the PS/2 mouse. PS2SUPPC also does a bunch of port I/O and I'm not sure if it is only for detection or if there are necessary steps for resetting/configuring the …

Page 20 of 36