History log of /netbsd-current/distrib/utils/embedded/usermode
Revision Date Author Comments
# 1.1 14-Jan-2012 agc

branches: 1.1.4;
Add 3 scripts which are useful for making images for usermode, or any
embedded platform in particular.

+ mkimage will make an autosized image in a file (using vnd) from sets
the resulting image can be mounted read-only, with tmpfs used for volatile
files on top of read-only bases

+ mkpkgs will make an autosized image in a file (using vnd) from binary
packages

+ usermode is an easy way to invoke usermode, making sure that bridging
is set up properly, and that the host syscallemu module is loaded. This
script then runs usermode with two file images (as produced by mkimage
and mkpkgs)


# 1.1.4.2 16-Apr-2012 yamt

sync with head


# 1.1.4.1 14-Jan-2012 yamt

file usermode was added on branch yamt-pagecache on 2012-04-17 00:02:49 +0000