From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georg Potthast 2 Subject: Run ELKS using a Javascript or Java based PC emulator Date: Fri, 14 Apr 2017 22:41:30 +0200 (CEST) Message-ID: <50245687.289861.1492202490633@communicator.strato.com> References: <51266403-f3b9-972c-f742-157e5b136aed@gmail.com> <34F1C51F37684298809EF91DBEC12BC6@PotthastHP> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1492202490; l=894; s=domk; d=georgpotthast.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Subject: References:In-Reply-To:To:From:Date; bh=idXV4XElEgx+pQupbr3XJbR7r6YONpc+uvZ4Pf/bxaE=; b=sb0BU4hLUO2lv/lv3T5rKe62G0n72qd/K8cZFOO0yW3Jt/K7yZEde/2uqYHKcgvEzG i6Rf/n5+tWVCaNghECFbncqH1Qs5HeQjBmwCvSq/EGyKjNycm1sWxb70EmC2Wqbtiy2b Rm8SylNPD5pkI6nP9cowROEHIIw+HSH4t+pm4= In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: ELKS The hard disk image which you can generate with the build_hd_image.sh script in the elkscmd directory can be run in a web page using the "virtual x86" application on this page: http://copy.sh/v86/ You specify the hard disk image on that web page and then click on "Start Emulation". ELKS will boot and run in a new window. If you enable a getty in the ELKS inittab file, you can also log into ELKS via an emulated serial port. Another solution is JPC: http://jpc.sourceforge.net/home_home.html You download the JPCApplication.jar file and e.g. copy it into the elkscmd directory. Then you enter java -jar JPCApplication.jar -boot hda -hda full_hdd to run ELKS. It will take about half a minute to load the JPC Java application. Then select File/Start from the menu to boot ELKS. There is also a JPC applet available to run the JPC solution on a website. FYI Georg