VOGONS


Windows NT 4.0

Topic actions

  • This topic is locked. You cannot reply or edit posts.

Reply 42 of 64, by TheLazy1

User metadata
Rank Member
Rank
Member

I had another thought for getting some programs to work on NT4 which I want to attempt at some point.

What you would do is have a dll containing the missing functions from kernel32, lets call it exkernel32.dll.
A patcher application would modify the target's import tables to point missing functions to exkernel32.dll instead which would hopefully allow it to run.

Basically I want to run Firefox or another secure, modern browser but without manually patching the sources.
Any thoughts on this method?

Reply 43 of 64, by awergh

User metadata
Rank Member
Rank
Member

I know Revolutions Pack 4 did something like that for 98.
What I would like is a way to get past those pesky installers like the Red Alert one which asks for 95 even though it should work fine on NT4 not sure why it complains about a version 4 os when 95 is Windows 4.0 and NT4 is Windows NT 4.0 oh well I'm sure someone else has worked it out.

Reply 44 of 64, by iulianv

User metadata
Rank Member
Rank
Member

I've just installed my first NT4 ever, and I'm simply amazed at how fast it installs, how little memory it uses and how snappy it is (even with the CPU fully loaded due to various activities, MP3 playing doesn't stall).

I gave it an A-Trend ATC-1030 mainboard with a P200MMX, the maximum of 128MB for the 430VX chipset, a Matrox Millennium II 8MB PCI video card and some Opti924-based ISA sound card.

Now I have to figure out how to optimize it for daily home use, and to answer a lot of questions... Should I go for a P233MMX or for a K6-233? What's the recommended Office version (97, 2000 or XP)? What's are the latest Acroread or Winamp versions available? Why was an 8+ GB partition too big to format as NTFS? And probably many more to come...

Reply 45 of 64, by elianda

User metadata
Rank l33t
Rank
l33t

K6-233 its faster at Integer
Office 2000
Acroreader 7
go for Winamp 2.91 or similar
8.4 GB is only a installer limitation for the first boot (installer boots up NT kernel).
The usual 120 GB should be enough for a K6-233 system (use SP6a).

Retronn.de - Vintage Hardware Gallery, Drivers, Guides, Videos. Now with file search
Youtube Channel
FTP Server - Driver Archive and more
DVI2PCIe alignment and 2D image quality measurement tool

Reply 52 of 64, by feipoa

User metadata
Rank l33t++
Rank
l33t++

While his use of FastFat32 works for read/writes to FAT32 drives, I found that I was no longer able to read regular FAT partitions. For example, my test system (IBM 5x86c-133) is such that,

C: Win98SE (FAT)
D: WinNT 4.0 (FAT)
E: Win2000 (FAT)
F: Temp (FAT32)

Each partition is 2 GB and I'm using the W2K bootloader. After replacing the two driver files with the FASTFAT32 files, I was no longer able to access C, nor E, while running WinNT4. It may be that FastFat32 is designed for a service pack before 6?

I find that using the read/write (full version) edition of Fat32.sys from winternals was the way to go. I can now read and write to my FAT32 Temp drive. I don't yet have the balls to convert any of the other partitions to FAT32. The winternals (like sysinternals) filename is nt4fat32.zip if anyone is looking.

Plan your life wisely, you'll be dead before you know it.

Reply 53 of 64, by jwt27

User metadata
Rank Oldbie
Rank
Oldbie

Does Windows NT 4 need to be installed on the first partition of the first hard drive (like win9x) or can I just install it alongside DOS on a secondary harddrive (so the root directory is D:\, keeping DOS as the primary OS on C:\) ?

Reply 58 of 64, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
jwt27 wrote:

I tried with 2K's and XP's NTLDR and NTDETECT.COM

If I'm not mistaken, what matters in this case is the contents of the boot sector itself.

By the way, are you talking about a second hard drive here, or a second partition? If it's a partition, then naturally it should probably be a primary partition, and there might be some limitation within NT4 that comes into play if your C partition is larger than 8.4 GB.

Reply 59 of 64, by jwt27

User metadata
Rank Oldbie
Rank
Oldbie

I wanted to partition my hard drives like this:
Drive 0, Partition 0: Primary 6.4GB FAT32 for DOS + games
Drive 1, Partition 0: Primary 2.0GB FAT16 for Windows NT
Drive 1, Partition 1: Extended 18.0GB FAT32 for games, programs, data, etc.

The Windows NT installer didn't recognize the first drive's FAT32 partition of course, so it refused to install at first. I worked around this by grabbing a random harddrive from the huge pile of parts and formatting it with a 100MB FAT16 partition, as a 'fake' C: drive. Then I installed NT4 on the second drive.
The boot sector Windows NT installed on the C: drive didn't do anything, it just hung on a black screen. But it did boot with Smart Boot Manager on a floppy (after I copied NTLDR, BOOT.INI, etc to the D: drive). So I thought it might just work.
When I put the 6.4GB disk back in it crashed with a 'system disk error'. Then I tried the 2K and XP NTLDRs and got that NTOSKRNL error.

Then I installed Win2K, and again the boot sector didn't do anything at all, it would only boot with the SMB floppy. So I downloaded GRUB4DOS, reinstalled the FreeDOS boot sector on C:, and added these two lines to config.sys:

MENU 3 - Windows 2000
3?DEVICE=C:\GRUB\GRUB.EXE --config-file="root (hd0,0);chainloader /ntldr"

And now I can finally play Unreal with 15 fps on a Pentium 2 with Voodoo3 😀