-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (27 loc) · 910 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
VirtualBox time synchronization driver for NetBSD
-------------------------------------------------
The vboxtime driver periodically synchronize the kernel clock
with the host.
Supported Platforms
-------------------
Guest: NetBSD/{i386,amd64} 6.x and later
Host: VirtualBox 4.x
Build and Install
-----------------
Extract the NetBSD source code into /usr/src.
Compile the vboxtime kernel module. If the kernel source is not in
the default location, specify the path with S=/path/to/src/sys
parameter.
% make
Test.
# modload ./vboxtime.kmod
# modunload vboxtime
Install the kernel module into /stand/machine/release/modules.
# make install
Install the manual page.
# install -d /usr/local/man/man4
# install -c -m 644 vboxtime.4 /usr/local/man/man4
Add the following line to /boot.cfg.
load=vboxtime
--
KAMADA Ken'ichi