Date: Mon, 07 Dec 1998 13:07:30 -0700 From: Warner Losh <imp@village.org> To: hackers@FreeBSD.ORG Subject: How could this work? Message-ID: <199812072007.NAA05124@harmony.village.org>
next in thread | raw e-mail | index | archive | help
I was looking at the libretto confin program that was just ported to FreeBSD via the ports mechanism. It has code that looks like: movl 8(%ebp),%eax movl 12(%ebp),%ebx movl 16(%ebp),%ecx inb $0x0b2,%al /* invoke SMI */ How the heck can that work? I'm confused... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812072007.NAA05124>