correct last change: mkboot depends on (sizeof(struct boot_block)==512)

This commit is contained in:
drochner 1999-10-29 15:21:13 +00:00
parent e45ef6abcd
commit 52f922f960

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_boot.h,v 1.6 1999/10/25 02:29:45 simonb Exp $ */
/* $NetBSD: dec_boot.h,v 1.7 1999/10/29 15:21:13 drochner Exp $ */
/*
* Copyright (c) 1992, 1993
@ -77,7 +77,7 @@ struct boot_block {
int mode; /* Mode for boot info. */
int load_addr; /* Address to start loading. */
int exec_addr; /* Address to start execing. */
struct boot_map map[1]; /* boot program section(s). */
struct boot_map map[61]; /* boot program section(s). */
};
#define DEC_BOOT_MAGIC 0x0002757a