I want to write an emulator as a learning experience. Any tips how should I start?
Show HN: My x86 emulator written in JavaScript
61–70 of 194 posts
Re: Show HN: My x86 emulator written in JavaScript
#62This 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.
With emscripten, anything is possible nowadays. And it blows your mind.
Re: Show HN: My x86 emulator written in JavaScript
#63I want to write an emulator as a learning experience. Any tips how should I start?
Re: Show HN: My x86 emulator written in JavaScript
#64Re: Show HN: My x86 emulator written in JavaScript
#65I want to write an emulator as a learning experience. Any tips how should I start?
Re: Show HN: My x86 emulator written in JavaScript
#66This 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.
Wait how does this differ from JSLinux? Aren't they doing the same thing? Also, this isn't just an x86 emulator, right? If it can boot linux, it's emulating the entire PC platform, not just x86. Very impressive of course. But I am interested in a comparison vs jslinux (also not open source).
Re: Show HN: My x86 emulator written in JavaScript
#67g3: Probably you have seen my emulator. http://s-macke.github.io/jor1k/ It does more or less the same, but emulates a different CPU. Your emulator is impressive and especially fast. I think it took a long time for you to optimize it. I tried to start TinyCore, but it stops after decompressing the kernel. So still some work to do ;)
Re: Show HN: My x86 emulator written in JavaScript
#68I tried the freedos image, says something about 400kips and then down to 0. Nothing ever shows. FF 17.0.9 ESR on 1386 freebsd 8.3
I'm testing in Firefox 24. If you could tell me what the error console outputs, I'll try to fix it.
ReferenceError: requestAnimationFrame is not defined http://copy.sh/v24/v86_all.js Line: 239
Re: Show HN: My x86 emulator written in JavaScript
#69I want to write an emulator as a learning experience. Any tips how should I start?
Re: Show HN: My x86 emulator written in JavaScript
#70I want to write an emulator as a learning experience. Any tips how should I start?