Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/dec VAX bootloader is a max of 15 blocks long.



details:   https://anonhg.NetBSD.org/src/rev/3e08b3c3cc35
branches:  netbsd-1-5
changeset: 488231:3e08b3c3cc35
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 22 16:39:17 2000 +0000

description:
VAX bootloader is a max of 15 blocks long.

diffstat:

 sys/dev/dec/dec_boot.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 86b2233fef27 -r 3e08b3c3cc35 sys/dev/dec/dec_boot.h
--- a/sys/dev/dec/dec_boot.h    Thu Jun 22 16:37:09 2000 +0000
+++ b/sys/dev/dec/dec_boot.h    Thu Jun 22 16:39:17 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dec_boot.h,v 1.2 2000/06/16 23:33:47 matt Exp $        */
+/*     $NetBSD: dec_boot.h,v 1.2.2.1 2000/06/22 16:39:17 matt Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -135,7 +135,7 @@
 #define        VAX_BOOT_VOLINFO_SS             0x01    /* single sided */
 #define        VAX_BOOT_VOLINFO_DS             0x81    /* double sided */
 
-#define        VAX_BOOT_SIZE                   16      /* 16 blocks */
+#define        VAX_BOOT_SIZE                   15      /* 15 blocks */
 #define        VAX_BOOT_LOAD                   0       /* no load offset */
 #define        VAX_BOOT_ENTRY                  0x200   /* one block in */
 



Home | Main Index | Thread Index | Old Index