those .bin files are not specified using any reference or script tags and they are read on runtime using ajax get request , so browser cannot find these .bin while saving as it is not directly specified in the html document , you need to read the javascript to see what are all the files loaded during runtime and download them too.
On Wed, May 25, 2011 at 7:57 PM, Manoj Vivek <[email protected]>wrote: > ya,, that works ,, thank you,, > But on saving from web browser directly,, why the .bin files are not > saved?? > > > Regards, > Manoj Vivek, > manojviveksblog.blogspot.com > manojvivekstechblog.blogspot.com > twitter.com/vivek_jonam > > On Wed, May 25, 2011 at 11:57 AM, Rascal♥♥♥ <[email protected]>wrote: > >> In addition to it you need to modify the html file and you also need >> the kernel file and ram disk files which are linuxtstart.bin , vmlinux26.bin >> and root.bin , I have attached the zip file containing all the files , >> extract and run the index.html file , hope it works. >> >> On Tue, May 24, 2011 at 2:35 PM, Manoj Vivek <[email protected]>wrote: >> >>> hey,, i have did that,, Saved the page and then reopened it without >>> internet,, >>> but it didn't display the loading messages and also it didn't allow me to >>> enter the commands it just says welcome to JS/linux >>> Also i need to know whether there are only two JS files needed - term.js >>> and cpux86.js ,, As i have only these two files in my saved page,, >>> >>> >>> Regards, >>> Manoj Vivek, >>> manojviveksblog.blogspot.com >>> manojvivekstechblog.blogspot.com >>> twitter.com/vivek_jonam >>> >>> On Fri, May 20, 2011 at 6:16 AM, Rascal♥♥♥ <[email protected]>wrote: >>> >>>> Open that page , save the page , switch off your internet , now again >>>> open the page , you will now get answered for your question . >>>> Its quite simple to check rather than asking . >>>> >>>> On Thu, May 19, 2011 at 11:18 PM, Manoj Vivek >>>> <[email protected]>wrote: >>>> >>>>> helloo,, >>>>> Do this emulator needs internet connection to run?? >>>>> Also is there any real machine behind this emulator?? >>>>> >>>>> Regards, >>>>> Manoj Vivek, >>>>> manojviveksblog.blogspot.com >>>>> manojvivekstechblog.blogspot.com >>>>> twitter.com/vivek_jonam >>>>> >>>>> >>>>> On Thu, May 19, 2011 at 3:14 AM, karan pratap singh < >>>>> [email protected]> wrote: >>>>> >>>>>> >>>>>> >>>>>> On Wed, May 18, 2011 at 9:06 AM, nitin chadha < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> excellent thing. >>>>>>> i think i would like to develop it furthur during my summer holidays. >>>>>>> >>>>>>> >>>>>> +1 >>>>>> >>>>>> Nitin, I will also help :) This is amazing indeed! >>>>>> >>>>>> >>>>>>> nitin >>>>>>> pulug >>>>>>> panjab university >>>>>>> >>>>>>> On Wed, May 18, 2011 at 8:44 AM, [email protected] >>>>>>> <[email protected]> wrote: >>>>>>> > >>>>>>> > >>>>>>> > On Tue, May 17, 2011 at 10:13 PM, Alok Singh Mahor < >>>>>>> [email protected]> >>>>>>> > wrote: >>>>>>> >> >>>>>>> >> Hi, >>>>>>> >> after ffmpeg and qemu Fabrice Bellard is working on a nice project >>>>>>> >> Javascript PC Emulator see http://bellard.org/jslinux/tech.html >>>>>>> >> this will allow running Linux in firefox. >>>>>>> > >>>>>>> > bellard.org/jslinux >>>>>>> > tried it .. it was just amazing ... >>>>>>> > It gave me root access to the system and when I fired rm -rf / it >>>>>>> deleted >>>>>>> > its files >>>>>>> > upon next reload the files where there again :) >>>>>>> >> >>>>>>> >> -- >>>>>>> >> ┌───────────────────────────────────────────────┐ >>>>>>> >> │ Alok Singh Mahor >>>>>>> >> │ http://alokmahor.co.cc >>>>>>> >> │ Join the next generation of computing, Open Source and >>>>>>> Linux/GNU!! >>>>>>> >> └───────────────────────────────────────────────┘ >>>>>>> >> >>>>>>> >> -- >>>>>>> >> LUG@IITD - http://lug-iitd.org/Footer >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > -- >>>>>>> > Anuvrat Parashar >>>>>>> > >>>>>>> > http://about.me/anuvrat.parashar >>>>>>> > >>>>>>> > >>>>>>> > -- >>>>>>> > LUG@IITD - http://lug-iitd.org/Footer >>>>>>> > >>>>>>> >>>>>>> -- >>>>>>> LUG@IITD - http://lug-iitd.org/Footer >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> regards, >>>>>> Karan Pratap Singh >>>>>> pulug >>>>>> Panjab University >>>>>> >>>>>> -- >>>>>> LUG@IITD - http://lug-iitd.org/Footer >>>>>> >>>>> >>>>> -- >>>>> LUG@IITD - http://lug-iitd.org/Footer >>>>> >>>> >>>> >>>> >>>> -- >>>> -Vengadanathan >>>> "I am ready to change the world , but no one is ready to give the >>>> source code .." >>>> >>>> -- >>>> LUG@IITD - http://lug-iitd.org/Footer >>>> >>> >>> -- >>> LUG@IITD - http://lug-iitd.org/Footer >>> >> >> >> >> -- >> - >> Nobody is ugly. There are just different levels of beauty. Therefore, >> everybody is beautiful. Even the one who is reading this :) >> >> -- >> LUG@IITD - http://lug-iitd.org/Footer >> > > -- > LUG@IITD - http://lug-iitd.org/Footer > -- - Nobody is ugly. There are just different levels of beauty. Therefore, everybody is beautiful. Even the one who is reading this :) -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
