Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 4 Commits bin Initial commit, working May 20, 2011 external Updated to use newer version of jslinux, l
支持多个浏览器网络互连的js版linux,内核2.6,有修改,代码在https://github.com/killinux/jslinux-tap 7576 内核建立tap设备通过websocket与底层连接,传输2层协议,底层python的服务端使用vxlan与openvswitch可以支持集群。 7677 页面network status显示网络状态,红色网络异常,请刷新页面,...
Portable Unix shell commands for Node.js. Contribute to jslinux/shelljs development by creating an account on GitHub.
Contribute to killinux/jslinux-bellard development by creating an account on GitHub.
Get a copy by cloning the repo from git@github.com:ewiger/jsmodem.git Run make all in jsmodem/emulator to download and patch JSLinux from http://bellard.org/jslinux (This step is still valid but left as a fallback. Right now the jslinux version is in sync with the version on the ...
21 changes: 21 additions & 0 deletions 21 README.md Original file line numberDiff line numberDiff line change @@ -0,0 +1,21 @@ ##[runtime.js](https://github.com/runtimejs/runtime) helloworld example application ### Install Clone this repository and install dependencies: ``` git ...
想重新编译jslinux-network 的内核,其实就是比fabrice bellard的内核多了个e1000的网卡 使内核与用户空间通信的netlink socket可用 测试即是 ip link可用 关键点是make ARCH=i386 drivers/net/e1000/ 最后一个/不能少 测试环境32位的centos7: [root@centos32 linux-2.6.20]# uname -a ...
https://github.com/socketpair/jslinux_reversed/blob/master/contrib/patches/2.6.20_common_fixes.patch __mutex_lock_slowpath 的两个方法的static去掉 __mutex_unlock_slowpath的两个方法的static去掉 修改完了之后去make kernel linux-2.6.20和linuxstart-20120111同级目录 ...
https://github.com/socketpair/jslinux_reversed/blob/master/contrib/patches/2.6.20_common_fixes.patch __mutex_lock_slowpath的两个方法的static去掉 __mutex_unlock_slowpath的两个方法的static去掉 ---centos7可能出现问题结束--- 1.由于gcc的版本问题,linux-2.6.20/scripts/mod/sumversion.c加...
github上的两个工程可用 jsmodem和 jslinux-deobfuscated 退出qemu Ctrl-a x busybox的cpio的方式可以让qemu 的initrd方式运行 但是buildroot的不行,buildroot不加网络可以控制在4M以内,ram0方式是可以的,buildroot的直接放给 jslinux即可 使用qemu跑这个img的话:qemu不需要修改/sbin/init,是jslinux需要 ...