nanoBSD Driver Build
Thomas D. Dean
tomdean at speakeasy.org
Tue May 29 00:45:18 UTC 2012
On 05/28/12 16:24, Thomas D. Dean wrote:
I have a complex configuration.
My main system is amd64
> uname -a
FreeBSD P9X79.tddhome 9.0-STABLE FreeBSD 9.0-STABLE #2: Fri May 11
20:41:54 PDT 2012 tomdean at P9X79.tddhome:/usr/src/sys/GENERIC amd64
My nanoBSD system is
> uname -a
FreeBSD embeddedx86.tddhome 9.0-STABLE FreeBSD 9.0-STABLE #1: Tue May
22 11:04:12 PDT 2012 root at P9X79.tddhome:/usr/obj/nanobsd.TS5700
/i386.i386/usr/src/sys/TS5700 i386
I also built an i386 diskless system on the amd64 system to use in
developing userland apps for the nanoBSD system.
I built nanoBSD on the amd64 system using TARGET and DESTDIR, etc.
On the nanoBSD system, if I
# mount 192.168.2.3:/diskless/i386/home/tomdean /var/tomdean
and, on the nanoBSD system,
# mount -r 192.168.2.3:/usr/src/sys /usr/src/sys
Then, I can build the 'hello' driver, load and unload it!
Tom Dean
More information about the freebsd-drivers
mailing list