More OS/2 machine tweaks
This commit is contained in:
parent
6d491756c9
commit
46a573e433
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Exciting news for OS/2 fans: PCjs (v1.16.1) is now able to run OS/2 1.0 on
|
||||||
of recent work in PCjs to fully emulate the Intel 80286 processor and 16-bit protected-mode, including undocumented
|
of recent work in PCjs to fully emulate the Intel 80286 processor and 16-bit protected-mode, including undocumented
|
||||||
features like [LOADALL](/pubs/pc/reference/intel/80286/loadall/) and triple-fault resets.
|
features like [LOADALL](/pubs/pc/reference/intel/80286/loadall/) and triple-fault resets.
|
||||||
|
|
||||||
For a quick demo, try the "[OS/2 1.0 Debugger Boot Disk](/disks/pc/os2/misc/1.0/debugger/)". In a few seconds,
|
For a quick demo, try the "[OS/2 1.0 Debugger Boot Disk](/disks/pc/os2/misc/)". In a few seconds,
|
||||||
you'll see a very rudimentary OS/2 shell (a slimmed-down version of the OS/2 Program Selector) that allows you to
|
you'll see a very rudimentary OS/2 shell (a slimmed-down version of the OS/2 Program Selector) that allows you to
|
||||||
start the protected-mode command interpreter ("Start a Program") or the real-mode command interpreter ("command.com").
|
start the protected-mode command interpreter ("Start a Program") or the real-mode command interpreter ("command.com").
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.16.1/manifest.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.16.1/manifest.xsl"?>
|
||||||
<manifest type="software">
|
<manifest type="software">
|
||||||
<title>OS/2 Miscellaneous Disks</title>
|
<title>OS/2 Miscellaneous Disks</title>
|
||||||
<machine href="/devices/pc/machine/5170/ega/1152kb/rev3/machine.xml"/>
|
<machine href="/disks/pc/os2/misc/1.0/debugger/machine.xml"/>
|
||||||
<disk id="disk01" size="1228800" chs="80:2:15" href="/disks/pc/os2/misc/1.0/debugger/OS210-BOOT.json">
|
<disk id="disk01" size="1228800" chs="80:2:15" href="/disks/pc/os2/misc/1.0/debugger/OS210-BOOT.json">
|
||||||
<name>OS/2 1.0 Debugger Boot Disk</name>
|
<name>OS/2 1.0 Debugger Boot Disk</name>
|
||||||
</disk>
|
</disk>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue