- Create 5GB FreeBSD image.
- Install FreeBSD on xhyve.
- Mount host directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CFLAGS= | |
CPPFLAGS= | |
LDFLAGS= | |
LIBS= | |
RM=rm | |
RMFLAGS=-f | |
INSTALL=install | |
i2ceprog: i2ceprog.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to use mlterm-fb on NetBSD/x86 VESA framebuffer console: | |
Summary: | |
1. Boot NetBSD/x86 with VESA framebuffer console | |
2. Install mlterm binary packages | |
3. Edit /etc/ttys | |
4. Prepare mlterm config files | |
5. Start mlterm-fb |