blob: bc75e15330c278c6d37975ff0779ebf163f492a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
This port has installed ELF image of memtest86+ to
%%BOOT_DIR%%/memtest86+. You can load it from from boot prompt by
interrupting boot process and entering
N:ad(M,a)%%BOOT_DIR%%/memtest86+
where N and M denote proper disk and slice numbers. See boot(8) for
details.
Alternatively you can load the image from loader prompt by escaping to
it and entering the following commands:
unload
load %%BOOT_DIR%%/memtest86+
boot
As already advised, see loader(8) for details.
EOM
}
]
|