Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 382 Bytes

NetBSD

LatticeMico32 and Milkymist port for NetBSD

Clone it:

$ git clone git://github.com/fallen/NetBSD.git

Generate lm32--netbsd cross compilation toolchain:

$ ./build.sh -m milkymist -U tools

Compile NetBSD kernel for Milkymist SoC:

$ ./build.sh -m milkymist -U kernel=GENERIC

Note: The kernel does not compile yet. This is a work in progress. Feel free to help :)