From owner-freebsd-hackers Mon Dec 7 12:09:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10036 for freebsd-hackers-outgoing; Mon, 7 Dec 1998 12:09:11 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA10028 for ; Mon, 7 Dec 1998 12:09:09 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zn6xg-0002vt-00; Mon, 7 Dec 1998 13:08:52 -0700 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id NAA05124 for ; Mon, 7 Dec 1998 13:07:30 -0700 (MST) Message-Id: <199812072007.NAA05124@harmony.village.org> To: hackers@FreeBSD.ORG Subject: How could this work? Date: Mon, 07 Dec 1998 13:07:30 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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