From owner-cvs-all Fri Jul 10 21:03:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21430 for cvs-all-outgoing; Fri, 10 Jul 1998 21:03:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21416; Fri, 10 Jul 1998 21:02:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA12446; Fri, 10 Jul 1998 21:02:50 -0700 (PDT) Date: Fri, 10 Jul 1998 21:02:50 -0700 (PDT) Message-Id: <199807110402.VAA12446@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include bootinfo.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/10 21:02:50 PDT Modified files: sys/i386/include bootinfo.h Log: Don't pretend to support ix86's with 16-bit ints by using longs just to ensure 32-bit variables. Doing so broke i386's with 64-bit longs. Use fixed-size integral types instead of plain ints, shorts, chars and pointers since the bootinfo struct layout is a binary interface. The boot blocks could reasonably be implemented using 16-bit code. Revision Changes Path 1.9 +15 -15 src/sys/i386/include/bootinfo.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message