Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

runtime.js v0.1.2

Compare
Choose a tag to compare
@iefserge iefserge released this 27 Jul 00:16
· 570 commits to master since this release

Version 0.1.2 of runtime.js kernel.

  • New terminal
  • Shell application
  • User space tools (ls, eval, cat etc)
  • Threading system fixes and improvements
  • Separate v8 isolate for every application

To run:

  1. Install QEMU
  2. Download kernel.bin and initrd files from this release
  3. Run
qemu-system-x86_64                                \
    -m 512                                        \
    -smp 1                                        \
    -kernel kernel.bin                            \
    -initrd initrd                                \
    -serial stdio