[2003.07.03/2021.05.07]

バージョン変更情報


over16s.lzh
  add [English Note]

このプログラムは、32MB相当のチップを搭載したPC110拡張メモリの、(BIOSではできない)大容量メモリ値設定を行う事ができます。(変更設定後に、1度ソフト・リセット(ウォーム・ブート)が掛ります)
また、メモリ・レジスタの内容の表示(だけ)も出来ます。

*** 修正 ***
バンク0,1,2,3のメモリ値を表示したり、方法を変更 (Win3.1での暴走を改善)
Ver1.01 [030213] リセットせずにOSに戻るオプションを追加 (p)



このover16s.comは、当苑内での実験用に作ったプログラムですが、使ってみたいと思われる方のために、DL出来るようにしておきます。何の保証も致しませんが、よろしければどうぞ!

書式/使い方は、次の通り。
  over16s [?] [w[/[x][/[y][/[z]]]]]
         (w,x,y,zは、1桁の16進数。前から順に、バンク0,1,2,3を指定)
         (w,x,y,zは、Aまたは2=2MB,Bまたは3=4MB,Cまたは4=8MB,Dまたは5=16MB)

 例1: over16s
     バンク毎の現在値を表示

 例2: over16s ?
     簡単な書式を表示

 例3: over16s B
     バンク0だけを、B(4MB)に設定

 例4: over16s /D
     バンク1だけを、D(16MB)に設定

 例5: over16s 0///A
     バンク0を、0に
     バンク1には、元の値を
     バンク2には、元の値を
     バンク3を、A(2MB)に設定

尚、設定後は、設定値に変更があれば自動的にホット・リセット(ウォーム・ブート)します。(無ければ、そのままリターン)
(追加:“?”の位置に、“p”(文字)を入れれば、そのリブートを回避できます)

従って、以前のover20mと同じように(autoexec.batに置いて)使えます。

[English note]

This program sets a large amount of memory (which cannot be done in the BIOS) of extended memory for PC110 equipped with a chip equivalent to 32MB.
(A soft reset (warm boot) will be applied once after the change setting)
You can also display (only) the contents of memory registers.

It is a program over16s made for experiments, but for those who want to touch it, I will make it DL.
I do not guarantee anything, but if you don't mind, pleas eat it ! [ over16s.lzh ]

The format / usage is as follows.
  over16s [?] [W [/ [x] [/ [y] [/ [z]]]]]
   (W, x, y, z are 1-digit hexadecimal numbers. Banks 0,1,2,3 are specified in order from the front)
 Example 1: over16s
  Display the current value for each bank
 Example 2: over16s ?
  Display a simple format
 Example 3: over16s B
  Set only bank 0 to B (4MB)
 Example 4: over16s / D
  Set only bank 1 to D (16MB)
 Example 5: over16s 0 /// A
  Bank 0 to 0
 Original value for bank 1
  For bank 2, the original value
  Set bank 3 to A (2MB)

After setting, if there is a change in the set value, it will be automatically hot reset (warm boot).
(If not, return as it is)
(If you put the "p" option instead of "?" , You can avoid the reboot.)
Therefore, you should be able to use it like the previous Over20m (put it in Autoexec.bat). (may be !)


[表紙頁]へ