Live data from Hacker News

Run Mac OS System 7 in your browser

jamesfriend.com.au

11–20 of 103 posts

Re: Run Mac OS System 7 in your browser

#11
I had a Macintosh Plus when I was a kid. (My dad wrote his Ph.D dissertation on it, and he had a HD and some game disks before I somehow destroyed them.) I remember that computer fondly. When I was in first grade we got a new machine, and we took the Mac Plus out and left it next to the apartment complex dumpster that morning. By the afternoon it was gone. Sometimes, I still think about it...who picked it up, whether they plugged it in and found out it was still completely functional, and if they still have it today.

Memories.

Re: Run Mac OS System 7 in your browser

#17

Do you plan on making this open source? I ask because other similar projects were not made open source

It's already built from two open source projects: PCE[0] and Emscripten[1]. It patches Emscripten a little, and PCE a lot, so I'll need to separate those patches out and add them into the build process. Basically the code is not really in much of a state for other people to hack on just yet. However, for GPL compliance with PCE, a dump of the source is available[2].

[0] http://www.hampa.ch/pce/

[1] https://github.com/kripken/emscripten

[2] http://jamesfriend.com.au/pce-js/pcejs20131028.zip

Re: Run Mac OS System 7 in your browser

#18
With this and the windows emulator in the spotlight[0], I feel that I should go ahead and link to Jason Scott's project to port MESS to the browser:

http://jsmess.textfiles.com/

http://ascii.textfiles.com/archives/3375

http://ascii.textfiles.com/archives/3569

[0]: https://news.ycombinator.com/item?id=6624554

Re: Run Mac OS System 7 in your browser

#19
Hi, I hacked this together, though most of the credit should go to Hampa Hug's very nice emulator[0]. I'm posting this now as I saw the neat Windows emulator project and figured today was a good day to talk about emulation :)

My reasoning for putting this together is that I think it's really important for people to learn from what's come before, and the web is the most accessible place to do that. I've written a post[1] that goes into the rationale a bit further, and also addresses the legal aspect of this demo. Ultimately I would love for there to be an interactive online museum of personal computer history.

I'd also like to get a demo of NeXTSTEP working; for the OS which begat the world wide web to be running inside the browser would be pretty neat.

[0] http://www.hampa.ch/pce/

[1] http://jamesfriend.com.au/why-port-emulators-browser

Post reply on HN