home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / os2 / boothpfs.arj / BTHPFS.OS2
Encoding:
Text File  |  1992-05-31  |  2.6 KB  |  89 lines

  1. Creating an OS/2 GA boot disk with HPFS support.
  2. Bryan Walker
  3. WalkerWerks
  4. Compuserve 70304,2705
  5.  
  6. Below is a list of files necessary to create a 3.5" Boot Disk for OS/2 GA
  7. with HPFS support.  Sorry but HPFS.IFS makes it too large for 5.25" drives.
  8.  
  9. Copy sysinstx.com from the Install Disk and run this to copy the hidden
  10. file OS2BOOT from your hard drive to a Formatted 1.4 meg floppy.  Copy the
  11. other files from the appropriate disk to create the boot disk.
  12.  
  13. OS2BOOT          1099   Created on boot disk by sysinstx.com
  14. OS2KRNL        716044   Copy OS2KRNLI from Install Disk and rename.
  15. OS2LDR          32256   Copy from Install Disk.
  16. OS2LDR   MSG     8440   Copy from Install Disk.
  17. SYSINST1 EXE     4224   All other Files Copied from Disk One.
  18. CMD      EXE    87552
  19. CONFIG   SYS      379
  20. ANSICALL DLL      438
  21. BKSCALLS DLL      401
  22. BMSCALLS DLL      398
  23. BVHINIT  DLL     9203
  24. BVSCALLS DLL      454
  25. CLOCK01  SYS     3666
  26. COUNTRY  SYS    24604
  27. DOS      SYS     1142
  28. DOSCALL1 DLL    87884
  29. HARDERR  EXE    14436
  30. IBM1FLPY ADD    24026
  31. IBM1S506 ADD    12908
  32. IBMINT13 I13     9564
  33. KBD01    SYS    29013
  34. KBDCALLS DLL      858
  35. KEYBOARD DCP     5177
  36. MOUCALLS DLL     1010
  37. MSG      DLL      477
  38. NAMPIPES DLL      711
  39. NLS      DLL      465
  40. OS2CHAR  DLL    56320
  41. OS2DASD  DMD    31994
  42. PRINT01  SYS     8934   Only needed if you want to be able to print.
  43. QUECALLS DLL    14994
  44. SCREEN01 SYS     1441
  45. SYSLEVEL OS2      169
  46. VIOCALLS DLL     1825
  47. SESMGR   DLL    31256
  48. NPXEMLTR DLL    25280
  49. HPFS     IFS   125466
  50.         36 file(s)    1373409 bytes used
  51.                         70144 bytes free
  52.  
  53. My CONFIG.SYS files is as follows:
  54.  
  55. ifs=hpfs.ifs /c:4
  56. buffers=32
  57. iopl=yes
  58. memman=noswap
  59. protshell=sysinst1.exe
  60. set os2_shell=cmd.exe
  61. diskcache=64,LW
  62. protectonly=yes
  63. libpath=.;\;
  64. pauseonerror=no
  65. codepage=850
  66. devinfo=kbd,us,keyboard.dcp
  67. device=\dos.sys
  68. set path=.;\;
  69. set dpath=\;
  70. set keys=on
  71. REM leave out the line below if you do not need to print
  72. basedev=print01.sys
  73. basedev=ibm1flpy.add
  74. basedev=ibm1s506.add
  75. basedev=ibmint13.i13
  76. basedev=os2dasd.dmd
  77.  
  78. Adding HPFS.IFS allows you to view and manipulate High Performance File
  79. System drives.
  80.  
  81. To use CHKDSK.COM against these drives format a second floppy and copy
  82. CHKDSK.COM and UHPFS.DLL to the disk.  CHKDSK loads UHPFS.DLL when it gives
  83. the message "The HPFS file system program has been started".  You could also
  84. add CD support to the boot disk by including CDFS.IFS to your boot disk and
  85. adding the appropriate IFS= statement to the config.sys.  If you do this
  86. add UCDFS.DLL to your second "utility" disk for chkdsk, format, etc. to
  87. load.
  88.  
  89.