Live data from Hacker News

Show HN: My x86 emulator written in JavaScript

copy.sh

11–20 of 194 posts

Re: Show HN: My x86 emulator written in JavaScript

#12
post #6

This may as well be magic as far as I'm concerned. When I first saw http://bellard.org/jslinux/ I just about shat myself. This is definitely another level of awesome. Well done.

This really is extremely well done [and I'd like to see the unminified source]. The next feature I'd want to see is networking support. I love the idea to be able to run my entire dev setup in an emulated browser session [e.g. ruby, rails, redis]. That would be a game changer on how I'd develop.

Re: Show HN: My x86 emulator written in JavaScript

#15
post #12
post #6

This may as well be magic as far as I'm concerned. When I first saw http://bellard.org/jslinux/ I just about shat myself. This is definitely another level of awesome. Well done.

This really is extremely well done [and I'd like to see the unminified source]. The next feature I'd want to see is networking support. I love the idea to be able to run my entire dev setup in an emulated browser session [e.g. ruby, rails, redis]. That would be a game changer on how I'd develop.

At 2000 kIPS you may have a few generations of javascript engines to go before we get there.

That's not meant to take away from this project - it truly is amazing what can be interpreted in the browser now.

Re: Show HN: My x86 emulator written in JavaScript

#20
post #18
post #16

no network interfaces :( boo. rm -rf or halt -f are fun. this is great work. would love to see source un-minified.

Use http://jsbeautifier.org/ ?

Yea, Chrome DevTools has a pretty print option too, but if they ran it through something like closure compiler it renames all the vars. Would like to browse source on github or comparable -- also see the history :)
Post reply on HN