|
|
|
|
|
by rkeene2
1827 days ago
|
|
Hmm, building UML from source is really easy. Here [0] is my process for doing it, as a Makefile. The actual compile step is just one line (line 32): $(MAKE) -C linux-$(KERNEL_VERSION) ARCH=um linux
The rest of it sets up the configuration how I want and compiles other dependencies (like slirp) or is for maintenance, like cleaning up, or downloading.This is a rather old version -- newer versions check the checksum and use my HashCache system. [0] https://rkeene.org/viewer/tmp/uml.Makefile.htm |
|