Clone this repo:
  1. 05161b1 arch: x86: Fix clang 19 build by Arve Hjønnevåg · 4 months ago main master
  2. 0ef9726 arch: arm64: Fix clang 19 build by Arve Hjønnevåg · 4 months ago
  3. b5718ff vmm: Add VmmPageArray for mapping physical memory. by Brian Granaghan · 6 days ago
  4. 610496c lib: Add hypervisor module by Bartłomiej Grzesik · 13 days ago
  5. 6e8556f dev: virtio: vsock: Use unsigned_is_multiple_of on Rust 1.82 by Per Larsen · 2 weeks ago

LK

The LK embedded kernel. An SMP-aware kernel designed for small systems.

See https://github.com/littlekernel/lk for the latest version.

See https://github.com/littlekernel/lk/wiki for documentation.

Builds

Build Status

To build and test for ARM on linux

  1. install or build qemu. v2.4 and above is recommended.
  2. install gcc for embedded arm (see note 1)
  3. run scripts/do-qemuarm (from the lk directory)
  4. you should see ‘welcome to lk/MP’

This will get you a interactive prompt into LK which is running in qemu arm machine ‘virt’ emulation. type ‘help’ for commands.

note 1: for ubuntu: sudo apt-get install gcc-arm-none-eabi or fetch a prebuilt toolchain from http://newos.org/toolchains/arm-eabi-5.3.0-Linux-x86_64.tar.xz