Index: /trunk/src/VBox/Additions/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Additions/Makefile.kmk	(revision 76159)
+++ /trunk/src/VBox/Additions/Makefile.kmk	(revision 76160)
@@ -270,7 +270,15 @@
 	VBoxWindowsAdditions.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions.exe \
 	AUTORUN.INF=$(VBOX_PATH_ADDITIONS_SRC)/WINNT/Installer/ISO/AUTORUN.INF \
-	32Bit/Readme.txt=$(VBOX_PATH_ADDITIONS_SRC)/WINNT/Installer/ISO/ReadmeDrivers.txt \
-	64Bit/Readme.txt=$(VBOX_PATH_ADDITIONS_SRC)/WINNT/Installer/ISO/ReadmeDrivers.txt \
-	cert/VBoxCertUtil.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxCertUtil.exe
+	cert/VBoxCertUtil.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxCertUtil.exe \
+	NT3x/Readme.txt=$(VBOX_PATH_ADDITIONS_SRC)/WINNT/Installer/ISO/NT3xReadme.txt \
+	NT3x/VBoxGuest.sys=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxGuest.sys \
+	NT3x/VBoxGuest.cat=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxGuest.cat \
+	NT3x/VBoxGuest.inf=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxGuest.inf \
+	NT3x/VBoxMouseNT.sys=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMouseNT.sys \
+	NT3x/VBoxMouse.inf=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMouse.inf \
+	NT3x/VBoxMouse.cat=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMouse.cat \
+	NT3x/VBoxMouse.sys=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMouse.sys \
+	NT3x/VBoxControl.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxControl.exe \
+	NT3x/VBoxService.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxService.exe
 endif # win.x86
 
Index: /trunk/src/VBox/Additions/WINNT/Installer/.scm-settings
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Installer/.scm-settings	(revision 76159)
+++ /trunk/src/VBox/Additions/WINNT/Installer/.scm-settings	(revision 76160)
@@ -17,5 +17,5 @@
 
 /ISO/AUTORUN.INF: --treat-as drvinf --del-action force-native-eol --add-action force-crlf
---filter-out-files /ISO/ReadmeDrivers.txt
+/ISO/NT3xReadme.txt: --add-action force-crlf
 
 /dumplog.nsh:           --external-copyright
Index: /trunk/src/VBox/Additions/WINNT/Installer/ISO/NT3xReadme.txt
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Installer/ISO/NT3xReadme.txt	(revision 76160)
+++ /trunk/src/VBox/Additions/WINNT/Installer/ISO/NT3xReadme.txt	(revision 76160)
@@ -0,0 +1,6 @@
+While the VirtualBox guest additions does not officially support NT 3.x some 
+of the core drivers and tools happens to work.  However, the installer binary
+(VBoxWindowsAdditions-x86.exe) does not run on anything older than NT 4, 
+makeing it hard to extract (VBoxWindowsAdditions-x86.exe /extract /D=C:\dir) 
+the necessary files.  So, the 32-bit drivers and components that might work 
+on NT 3.x are provided here for convenience.
Index: unk/src/VBox/Additions/WINNT/Installer/ISO/ReadmeDrivers.txt
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Installer/ISO/ReadmeDrivers.txt	(revision 76159)
+++ 	(revision )
@@ -1,19 +1,0 @@
-Oracle VM VirtualBox Guest Additions
-
-Where have the Windows drivers gone?
-- The Windows Guest Additions drivers were removed from this directory to
-  save space on your hard drive. To get the files you have to extract them
-  from the Windows Guest Additions installers:
-
-  To extract the 32-bit drivers to "C:\Drivers", do the following:
-  VBoxWindowsAdditions-x86 /extract /D=C:\Drivers
-
-  For the 64-bit drivers:
-  VBoxWindowsAdditions-amd64 /extract /D=C:\Drivers
-
-  Note: The extraction routine will create an additional sub directory
-  with the selected architecture (x86 or amd64) to prevent mixing up
-  the drivers.
-
-  To get further help with the command line parameters of the installer,
-  type: VBoxWindowsAdditions-<arch> /?
