Skip to content
/ JsOs Public
forked from sasha240100/JsOs

Javascript-based operation system (Runtime.js)

Notifications You must be signed in to change notification settings

jslinux/JsOs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##runtime.js os example application

Install

Clone this repository and install dependencies:

git clone https://github.com/sasha240100/JsOs.git
cd JsOs
npm install

Run

Make sure you have QEMU installed, then

npm start

Note: runtime.js is work in progress

dependencies

see: https://github.com/runtimejs/runtime

# install dependencies
npm install runtimejs
npm install runtimeify -g
npm install runtime-tools -g

# bundle up ramdisk image
runtimeify index.js -o initrd

# make sure you have QEMU installed
brew install qemu           # OSX
sudo apt-get install qemu   # Ubuntu

# run it in QEMU
runtime-qemu ./initrd

About

Javascript-based operation system (Runtime.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Batchfile 2.2%