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

[archived] runtime.js v0.1.3

Compare
Choose a tag to compare
@iefserge iefserge released this 07 Sep 15:18
· 513 commits to master since this release

Warning: this is the release of old runtimejs version. Use npm install runtime-tools to get the latest one.

Version 0.1.3 of runtime.js kernel.

  • Halt system when there is nothing to do
  • Basic networking (unstable)
  • Virtio-net NIC driver
  • KVM fixes
  • HPET timer
  • Date.now() microsecond precision
  • other improvements

To run:

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