Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/stand/boot32 Mark module as 32-bit compatible



details:   https://anonhg.NetBSD.org/src/rev/8fb4349561ad
branches:  trunk
changeset: 555486:8fb4349561ad
user:      gavan <gavan%NetBSD.org@localhost>
date:      Tue Nov 18 22:46:33 2003 +0000

description:
Mark module as 32-bit compatible

diffstat:

 sys/arch/acorn32/stand/boot32/rmheader.S |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 7547d91cde33 -r 8fb4349561ad sys/arch/acorn32/stand/boot32/rmheader.S
--- a/sys/arch/acorn32/stand/boot32/rmheader.S  Tue Nov 18 22:42:04 2003 +0000
+++ b/sys/arch/acorn32/stand/boot32/rmheader.S  Tue Nov 18 22:46:33 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rmheader.S,v 1.2 2003/01/08 15:29:09 reinoud Exp $     */
+/*     $NetBSD: rmheader.S,v 1.3 2003/11/18 22:46:33 gavan Exp $       */
 
 /*-
  * Copyright (c) 2001 Ben Harris
@@ -41,10 +41,19 @@
        .word   rmtitle - rmbase        /* Title string */
        .word   rmhelp - rmbase         /* Help string */
        .word   rmcmdtbl - rmbase       /* Help and command keyword table */
+       .word   0                       /* SWI chunk base number */
+       .word   0                       /* SWI handler code offset */
+       .word   0                       /* SWI decoding table offset */
+       .word   0                       /* SWI decoding code offset */
+       .word   0                       /* Messages filename offset */
+       .word   flags - rmbase          /* Module flags extension offset */
 
 rmtitle:
        .asciz  "boot32"
        .align
+flags:
+       .word   1                       /* 32 bit compatible */
+
 rmstart:
        /*
         * This entry point is called when we're started up as an application,



Home | Main Index | Thread Index | Old Index