Lmspbl: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "=== Philips cdrom causes boot problem if /m parameter used === Last updated: 11 Feb 1995 ---- === DESCRIPTION OF SYMPTOMS === <pre> After setting the number of 2500 ..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 2: Line 2:


Last updated: 11 Feb 1995
Last updated: 11 Feb 1995
----
   
   
=== DESCRIPTION OF SYMPTOMS ===
=== DESCRIPTION OF SYMPTOMS ===
 
After setting the number of 2500 byte CD frame buffers to a value greater than the default value, OS2 will not boot. The default value is 16, the maximum 26, and the minimum 8. If customer is loading the LMS205.ADD driver, the line in config.sys would read
<pre>
BASEDEV=LMS205.ADD /m:26
 
to specify 26 2500 byte CD frame buffers. With the Philips 206 cdrom, the line would read
    After setting the number of 2500 byte CD frame buffers to a value
BASEDEV=LMS206.ADD /m:
    greater than the default value, OS2 will not boot. The default value
    is 16, the maximum 26, and the minimum 8. If customer is loading
    the LMS205.ADD driver, the line in config.sys would read
 
              BASEDEV=LMS205.ADD /m:26
 
    to specify 26 2500 byte CD frame buffers.
    With the Philips 206 cdrom, the line would read
 
              BASEDEV=LMS206.ADD /m:
 
 
</pre>


=== SUMMARY OF RESOLUTION ===
=== SUMMARY OF RESOLUTION ===
 
Change the number of CD frame buffers back to the default value.
<pre>
 
    Change the number of CD frame buffers back to the default value.
 
 
</pre>


=== DETAILS OF RESOLUTION ===
=== DETAILS OF RESOLUTION ===
Please follow these instructions:


<pre>
1. Bring up the OS2 config.sys in an editor.


    Please follow these instructions:
2. Check the config.sys for the statements
BASEDEV=LMS205.ADD /m:26


    1. Bring up the OS2 config.sys in an editor.
3. Remove the /m:26 so the line reads
BASEDEV=LMS205.ADD


    2. Check the config.sys for the statements
4. Save the file, shutdown and reboot for the changes to take effect.
 
        BASEDEV=LMS205.ADD /m:26
 
    3. Remove the /m:26 so the line reads
 
        BASEDEV=LMS205.ADD
 
    4. Save the file, shutdown and reboot for the changes to take
      effect.
 
 
</pre>
----
   
   
=== Source ===
=== Source ===
  [[ftp://software.watson.ibm.com/pub/os2/info/lmspbl.txt]]
  ftp://software.watson.ibm.com/pub/os2/info/lmspbl.txt
----


[[Category:The Warp Pharmacy]]
[[Category:The Warp Pharmacy]]

Latest revision as of 23:30, 11 November 2017

Philips cdrom causes boot problem if /m parameter used

Last updated: 11 Feb 1995

DESCRIPTION OF SYMPTOMS

After setting the number of 2500 byte CD frame buffers to a value greater than the default value, OS2 will not boot. The default value is 16, the maximum 26, and the minimum 8. If customer is loading the LMS205.ADD driver, the line in config.sys would read

BASEDEV=LMS205.ADD /m:26

to specify 26 2500 byte CD frame buffers. With the Philips 206 cdrom, the line would read

BASEDEV=LMS206.ADD /m:

SUMMARY OF RESOLUTION

Change the number of CD frame buffers back to the default value.

DETAILS OF RESOLUTION

Please follow these instructions:

1. Bring up the OS2 config.sys in an editor.

2. Check the config.sys for the statements

BASEDEV=LMS205.ADD /m:26

3. Remove the /m:26 so the line reads

BASEDEV=LMS205.ADD

4. Save the file, shutdown and reboot for the changes to take effect.

Source

ftp://software.watson.ibm.com/pub/os2/info/lmspbl.txt