-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
# JSLinux Mobile – Linux for iOS | ||
|
||
<a href="https://jm.iq.pl/jslinux-mobile"><img align="right" width="280" height="497" src="https://jm.iq.pl/jslinux-mobile/js_linux_mobile_for_iOS.gif"></a>A mobile version of a PC emulator written in Javascript, with a running, fully functional Linux system. The emulator can be run offline in full-screen mode on iOS and Android devices. | ||
<a href="https://jm.iq.pl/jslinux-mobile"><img align="right" width="280" height="497" src="https://jm.iq.pl/jslinux-mobile/js_linux_mobile_for_iOS.gif"></a>A | ||
mobile version of a PC emulator written in Javascript, with a running, fully functional | ||
Linux system. The emulator can be run offline in full-screen mode on iOS and Android devices. | ||
|
||
Apple does not allow hardware emulation in iOS – the AppStore has no such software, so I have transformed the perfect Linux emulator by Fabrice Bellard (with his kind permission) so that it works properly with iOS device keyboards and bluetooth keyboards in ordinary web browsers (a lot of Javascript tricks :) . All is available in full-screen mode simultaneously emulating modern terminals – appropriate fonts and window appearance. | ||
Apple does not allow hardware emulation in iOS – the AppStore has no such software, so I have | ||
transformed the perfect Linux emulator by Fabrice Bellard (with his kind permission) so that | ||
it works properly with iOS device keyboards and bluetooth keyboards. | ||
All is available in full-screen mode simultaneously emulating modern terminals – with appropriate | ||
fonts and window appearance. | ||
|
||
[Live version](https://jm.iq.pl/jslinux-mobile) | ||
----------------------------------------------------------------------- | ||
|
||
For full-screen mode open JSLinux Mobile in the Safari browser and look in its menu for an option named "Add to Home Screen" - a new icon will be created in your applications. The default preset is intended for iPad with a bluetooth keyboard, but you can change the appearance of the application. Each change of the settings will be saved in cookies and stored. | ||
For full-screen mode open JSLinux Mobile in the Safari browser and look in its menu for an | ||
option named *Add to Home Screen* - a new icon will be created in your applications. The | ||
default preset is intended for iPad with a bluetooth keyboard, but you can change the | ||
appearance of the application to fit your iPhone or any other device. Each change of the | ||
settings will be saved in cookies and stored. | ||
|
||
This basic Linux can be used to practice programming in C, bash, support for awk and sed, create a pseudo-network (because this version of the emulator does not allow Linux to connect to the Internet), and learn the basic Linux commands thanks to the Busybox software. In the video bellow, I present the capabilities of the emulator in conjunction with iPad Mini and a bluetooth keyboard: | ||
JSLinux Mobile can also be used on regular computers e.g. in schools or universities | ||
to practice programming in **C**, **bash**, **awk** and **sed**, or to create a pseudo-network | ||
(because this version of the emulator does not allow Linux to connect to the Internet), | ||
and learn the basic Linux commands thanks to the **Busybox** software. | ||
|
||
<a href="https://www.youtube.com/watch?v=LWnDismrV3Q"><img src="https://jm.iq.pl/graf/jslinuxplay.jpg" width="500"></a> | ||
In the video bellow, I present the capabilities of the emulator in combination with | ||
an iPad Mini and a bluetooth keyboard: | ||
|
||
For more information please visit my website: https://jm.iq.pl/jslinux-mobile | ||
<a href="https://www.youtube.com/watch?v=LWnDismrV3Q"><img src="https://jm.iq.pl/graf/jslinuxplay.jpg" width="70%"></a> | ||
|
||
Copyright (c) 2021 Jaromaz https://jm.iq.pl | ||
For more information please visit my website: [jm.iq.pl/jslinux-mobile](https://jm.iq.pl/jslinux-mobile) | ||
|
||
Copyright (c) 2021 Jaromaz [jm.iq.pl](https://jm.iq.pl/en) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters