home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.misc
- Path: sparky!uunet!cs.utexas.edu!wupost!unlinfo.unl.edu!hoss!wmammel
- From: wmammel@hoss.unl.edu (Bill Mammel)
- Subject: OS/2 floppy boot (1.2M A:, 1.44M B:)
- Message-ID: <1992Jul23.190817.25203@unlinfo.unl.edu>
- Summary: 1.2M floppy boot system
- Keywords: floppy, boot, os/2
- Sender: news@unlinfo.unl.edu
- Nntp-Posting-Host: hoss.unl.edu
- Organization: University of Nebraska - Lincoln
- Date: Thu, 23 Jul 1992 19:08:17 GMT
- Lines: 112
-
- This is the best way I know of arranging the files for an OS/2
- floppy boot where A:=1.2Meg & B:=1.44Meg. I think that I have it
- optimized for least amount of space. Note that it loads HPFS and the
- generic INT13 support [which works with my SCSI system].
-
- There are also some utilities (chkdsk, attrib) as well as an editor
- (Technical Editor 2 [T2]) in the b:\edit directory. I have also
- included a copy of the config.sys file found on drive a:
-
- ===================
- Volume in drive A is BOOT DISK A Serial number is 6561:B415
- Directory of a:\*.*
-
- clock01.sys 3666 3-30-92 12:00
- cmd.exe 87552 3-30-92 12:00
- config.sys 493 7-21-92 23:37
- country.sys 24604 3-30-92 12:00
- dos.sys 1142 3-30-92 12:00
- harderr.exe 14436 3-30-92 12:00
- hpfs.ifs 125466 3-30-92 12:00
- ibm1flpy.add 24090 5-14-92 17:05
- ibm1s506.add 12908 3-30-92 12:00
- ibmint13.i13 9564 3-30-92 12:00
- kbd01.sys 29013 3-30-92 12:00
- keyboard.dcp 5177 3-30-92 12:00
- os2boot 1099 7-08-92 20:19
- os2dasd.dmd 31994 3-30-92 12:00
- os2krnl 716044 3-30-92 12:00
- os2ldr 32256 3-30-92 12:00
- os2ldr.msg 8440 3-30-92 12:00
- print01.sys 8934 3-30-92 12:00
- screen01.sys 1441 3-30-92 12:00
- sysinst1.exe 4224 3-30-92 12:00
- testcfg.sys 3216 3-30-92 12:00
-
- ===================
-
- Volume in drive B is BOOT DISK B Serial number is A563:0014
- Directory of b:\*.*
-
- DLL <DIR> 7-21-92 23:35
- EDIT <DIR> 7-21-92 23:29
- attrib.exe 36765 3-30-92 12:00
- chkdsk.com 68656 3-30-92 12:00
- fdisk.com 104759 3-30-92 12:00
- format.com 63744 3-30-92 12:00
- help.cmd 586 3-30-92 12:00
- helpmsg.exe 36832 3-30-92 12:00
- oso001.msg 171340 3-30-92 12:00
- oso001h.msg 237111 3-30-92 12:00
- viotbl.dcp 124708 3-30-92 12:00
-
- Directory of b:\dll\*.*
-
- . <DIR> 7-21-92 23:35
- .. <DIR> 7-21-92 23:35
- ansicall.dll 438 3-30-92 12:00
- bkscalls.dll 401 3-30-92 12:00
- bmscalls.dll 398 3-30-92 12:00
- bvhinit.dll 9203 3-30-92 12:00
- bvscalls.dll 454 3-30-92 12:00
- display.dll 180710 3-30-92 12:00
- doscall1.dll 87884 3-30-92 12:00
- kbdcalls.dll 858 3-30-92 12:00
- moucalls.dll 1010 3-30-92 12:00
- msg.dll 477 3-30-92 12:00
- nampipes.dll 711 3-30-92 12:00
- nls.dll 465 3-30-92 12:00
- npxemltr.dll 25280 3-30-92 12:00
- os2char.dll 56320 3-30-92 12:00
- os2sm.dll 1597 3-30-92 12:00
- quecalls.dll 14994 3-30-92 12:00
- sesmgr.dll 31256 3-30-92 12:00
- viocalls.dll 1825 3-30-92 12:00
-
- Directory of b:\edit\*.*
-
- . <DIR> 7-21-92 23:29
- .. <DIR> 7-21-92 23:29
- t.cnf 902 5-19-92 7:38
- t.hlp 17064 7-22-90 23:40
- t2.exe 67425 7-22-90 23:40
-
- ===================
-
- Contents of a:\config.sys
-
- IFS=a:\HPFS.IFS /CACHE:384 /crecl:4
- BUFFERS=50
- IOPL=YES
- MEMMAN=NOSWAP
- PROTSHELL=a:\sysINST1.EXE
- SET OS2_SHELL=a:\cmd.exe
- DISKCACHE=64,LW
- PROTECTONLY=yes
- LIBPATH=B:\dll;
- PAUSEONERROR=NO
- CODEPAGE=850
- DEVINFO=KBD,US,a:\KEYBOARD.DCP
- REM DEVINFO=SCR,EGA,a:\VTBL850.DCP
- DEVICE=a:\DOS.SYS
- REM DEVICE=B:\MOUSE.SYS
- SET PATH=a:\;b:\;b:\edit;
- SET DPATH=a:\;B:\;
- SET KEYS=ON
- BASEDEV=PRINT01.SYS
- BASEDEV=IBM1FLPY.ADD
- BASEDEV=IBMINT13.I13
- BASEDEV=OS2DASD.DMD
- REM DEVICE=\TESTCFG.SYS
-
-
-