pcjs
pcjs copied to clipboard
The original IBM PC and other machine emulations in JavaScript
Maybe something subtle about emulator behaviour, fetch the fixed Coherent boot disk from here: [http://www.hampa.ch/pub/pce/misc/coh-2.3.43-boot-fixed.zip](coh-2.3.43-boot-fixed.zip) enter fdcoherent at the ? prompt, it should display: ``` Coherent (435K, 7284) Version 2.3.43...
When I use diskutility.js to create an image, file names are case-preserved but truncated to 8.3 when viewed in the pcjs Windows 95 demo. It would be great if it...
on the IBM PC AT at least, the floppy diskettes are not loading - for example, i cannot install word for windows.
I have been trying to get this working on my MS Bob website. Can someone give me some pointers?
To add memory setting `18KB` or `16K/32K` (if it's more straightforward to populate the whole second bank instead only the top 2K) or similar IBM PC when configured as 16KB...
ICL multitasking DOS 4.0 don't work. (tried on both XT and AT machines)
All my old computers all the way back to my first 8080 in the 1970s had a modem (my first 110 baud modem predated Hayes standard!) It would be nice...
https://www.pcjs.org/documents/manuals/intel/80386/#80386-documents - Intel 80386 Target Specification (Jun 14, 1985) https://docs.pcjs.org/manuals/intel/80386/80386_Target_Specification-1985-06-14.pdf - Intel 80386 Architecture Specification (Jun 15, 1985) https://docs.pcjs.org/manuals/intel/80386/80386_Architecture_Specification-1985-06-15.pdf Both of them result in 404.
According to the blog post https://www.pcjs.org/blog/2023/07/15/ running `pc.js ibm5150 --boot=none` is supposed to boot to ROM BASIC. However, this was broken by commit f70d36616fe26ba9a3924f11045d19eae9577111 If you do: ``` git checkout...
Fixes #115