jemul8 icon indicating copy to clipboard operation
jemul8 copied to clipboard

Run locally

Open kurai021 opened this issue 11 years ago • 2 comments

Is there any way to run it locally?

kurai021 avatar Jul 20 '13 00:07 kurai021

Hi kural021,

Unfortunately, most browsers won't allow XHR requests from pages over the file:// protocol to request local files, and jemul8 needs to be able to access files for ROMBIOS, VGABIOS and the relevant floppy disk image for booting. It may be possible in future to access files locally using the new HTML5 File APIs, but I have not looked into it (yet.) For now, hosting the emulator with a simple local webserver (Apache, Lighttpd, Node.js+express etc.) is the best option.

Pull requests are always welcome :)

Kind regards, Dan

asmblah avatar Jul 20 '13 20:07 asmblah

i was trying porting the emulator as a Firefox OS App I did with this link http://davidwalsh.name/forums/topic/firefox-os-systemxhr but the hardware limitations does it run incredibly slow

kurai021 avatar Jul 22 '13 06:07 kurai021