Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 193 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 193 Bytes

nim-xv6

Translate xv6 to nim

Build

Build depends on a C compiler that can emit x86_64

export GCC=gcc
export X64=1
export NIM=path-to-nim
export QEMU=qemu-system-x86_64
make