Live data from Hacker News

JavaScript PDP11 emulator running Unix V6

pdp11.aiju.de

1–10 of 34 posts

Re: JavaScript PDP11 emulator running Unix V6

#6
The source code is quite readable as well. pdp11.js has cases for stepping each instruction. 2Mb hard disk image loaded into an array via an ajax request (rk05.js)

Is it possible to benchmark this on a modern PC/browser, against a real PDP-11?

Re: JavaScript PDP11 emulator running Unix V6

#7
post #3
post #2

Pretty amazing. My tips to anyone else trying this out: * Remember that cd was spelled chdir in v6 * "stty -lcase" will make it stop putting everything in caps

chdir usr chdir games wump edit: fixed.

Just tried it - its wump and not wumpus - and at least in google chrome amd64 linux it segfaults.

Re: JavaScript PDP11 emulator running Unix V6

#8
post #7
post #3

Earlier quoted context omitted.

chdir usr chdir games wump edit: fixed.

Just tried it - its wump and not wumpus - and at least in google chrome amd64 linux it segfaults.

Strange, I'm on the same config as you and apart from 'wump' I was in nostalgia-wumpus heaven. :) Chrome 10.0.648.204 (amd64 linux.)

Re: JavaScript PDP11 emulator running Unix V6

#10
post #8
post #7

Earlier quoted context omitted.

Just tried it - its wump and not wumpus - and at least in google chrome amd64 linux it segfaults.

Strange, I'm on the same config as you and apart from 'wump' I was in nostalgia-wumpus heaven. :) Chrome 10.0.648.204 (amd64 linux.)

Sorry my bad. Its firefox4 :) Apparently I am still getting used to the firefox 4 UI where the tabs take up most of the screen.
Post reply on HN