On 8/7/21 11:42 AM, Warner Losh wrote:
Include host-os.h from main.c to pick up the default OS to emulate. Set that default in main().Signed-off-by: Stacey Son<[email protected]> Signed-off-by: Warner Losh<[email protected]> --- bsd-user/freebsd/host-os.h | 2 ++ bsd-user/main.c | 4 +++- bsd-user/netbsd/host-os.h | 2 ++ bsd-user/openbsd/host-os.h | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
