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

runtime.js v0.1.1

Choose a tag to compare

@iefserge iefserge released this 28 Jun 23:51
· 603 commits to master since this release

Version 0.1.1 of runtime.js kernel. Includes simple JavaScript REPL.

  • Fixed I/O thread has spun for 1000 iterations bug in QEMU

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