Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 541 Bytes

README.rst

File metadata and controls

24 lines (15 loc) · 541 Bytes

buildstatus

Monolinux example project

A Monolinux example project using QEMU.

Build and run

Run the commands below to create a file system, build the Linux kernel and run everything in QEMU.

$ ./rundocker.sh
$ make -j4 run

Exit QEMU with Ctrl-A X.