Cleaned up segment zeroing rules and added Windows 95 debugger configuration
This commit is contained in:
parent
7cd2e3a5e6
commit
f94467168d
12 changed files with 2424 additions and 2320 deletions
|
|
@ -26,7 +26,7 @@ Windows 95 was released to manufacturing on July 14, 1995 and went on sale at mi
|
|||
|
||||
It is shown running below, following a "Compact Installation" on a 68Mb hard disk. Before the machine can
|
||||
start, it must download the disk image, which may take a minute or two, depending on the speed of your
|
||||
internet connection.
|
||||
internet connection. You can also run Windows 95 with the [PCjs Debugger](debugger/).
|
||||
|
||||
More information about this Windows 95 demo is available in the [PCjs Blog](/blog/2015/09/21/).
|
||||
|
||||
|
|
|
|||
24
disks/pc/windows/win95/4.00.950/debugger/README.md
Normal file
24
disks/pc/windows/win95/4.00.950/debugger/README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Microsoft Windows 95 (First Retail Release) with Debugger"
|
||||
permalink: /disks/pc/windows/win95/4.00.950/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
id: deskpro386
|
||||
debugger: true
|
||||
state: /disks/pc/windows/win95/4.00.950/deskpro386.json
|
||||
config: /devices/pc/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml
|
||||
drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pc/fixed/68mb/win95.json"}]'
|
||||
autoMount: ''
|
||||
---
|
||||
|
||||
Microsoft Windows 95 (First Retail Release) with Debugger
|
||||
---
|
||||
|
||||
Windows 95 is shown running below, following a "Compact Installation" on a 68Mb hard disk. Before the machine can
|
||||
start, it must download the disk image, which may take a minute or two, depending on the speed of your
|
||||
internet connection. You can also run [Windows 95](../) without the PCjs Debugger.
|
||||
|
||||
More information about this Windows 95 demo is available in the [PCjs Blog](/blog/2015/09/21/).
|
||||
|
||||
{% include machine.html id="deskpro386" %}
|
||||
Loading…
Reference in a new issue