Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 106 forks source link

Add support for bringing in Go #1156

Closed rminnich closed 3 years ago

rminnich commented 3 years ago

if GOLANG_HARVEY is set, the script does a bin mount to sys/go

from there, go will be included.

Tested and "just works".

The amount of memory for qemu had to be bumped to 4096m.

Depending on what is in $GOLANG_HARVEY, the CD may or may not be big enough.

Signed-off-by: Ronald G. Minnich rminnich@gmail.com