summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pc/bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/pc/bios.h')
-rw-r--r--sys/amd64/include/pc/bios.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h
index f08d33e..1ea2f92 100644
--- a/sys/amd64/include/pc/bios.h
+++ b/sys/amd64/include/pc/bios.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bios.h,v 1.4 1999/08/17 07:10:34 msmith Exp $
+ * $Id: bios.h,v 1.5 1999/08/18 02:20:04 msmith Exp $
*/
/*
@@ -102,7 +102,6 @@ struct segment_info {
#define BIOSARGS_FLAG 0x08
struct bios_segments {
- u_int generation;
struct segment_info code32; /* 32-bit code (mandatory) */
struct segment_info code16; /* 16-bit code */
struct segment_info data; /* 16-bit data */
OpenPOWER on IntegriCloud