Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/stand/mkbootimage mkbootimage makes bootable ...



details:   https://anonhg.NetBSD.org/src/rev/becfdebccded
branches:  trunk
changeset: 474082:becfdebccded
user:      sakamoto <sakamoto%NetBSD.org@localhost>
date:      Mon Jun 28 00:35:22 1999 +0000

description:
mkbootimage makes bootable BeOS DR8 filesystem(a.k.a. obfs) image.

diffstat:

 sys/arch/bebox/stand/mkbootimage/Makefile      |    6 +
 sys/arch/bebox/stand/mkbootimage/bootimage.h   |  172 +++++++++++++++++++++++
 sys/arch/bebox/stand/mkbootimage/mkbootimage.c |  180 +++++++++++++++++++++++++
 3 files changed, 358 insertions(+), 0 deletions(-)

diffs (truncated from 370 to 300 lines):

diff -r 1862498c93a5 -r becfdebccded sys/arch/bebox/stand/mkbootimage/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/bebox/stand/mkbootimage/Makefile Mon Jun 28 00:35:22 1999 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 1999/06/28 00:35:22 sakamoto Exp $
+
+PROG=  mkbootimage
+MKMAN= no
+
+.include <bsd.prog.mk>
diff -r 1862498c93a5 -r becfdebccded sys/arch/bebox/stand/mkbootimage/bootimage.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/bebox/stand/mkbootimage/bootimage.h      Mon Jun 28 00:35:22 1999 +0000
@@ -0,0 +1,172 @@
+/*     $NetBSD: bootimage.h,v 1.1 1999/06/28 00:35:23 sakamoto Exp $   */
+
+#define        HEADER_SIZE             0x6400
+#define        BLOCK_SIZE              0x100
+#define        FILE_SIZE_OFFSET        0x00004494
+#define        FILE_SIZE_ALIGN_OFFSET  0x00004498
+#define        FILE_BLOCK_MAP_START    0x00000200
+#define        FILE_BLOCK_MAP_END      0x00000368
+
+u_char image_data0[] = {
+       0x00, 0x03, 0x00, 0x00, 0xde, 0xad, 0xbe, 0xef, /* mtime */
+       0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
+       0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x0b, 0x40, /* avail size */
+       0x00, 0x00, 0x02, 0x00, 0xff, 0xff, 0xff, 0xff,
+       0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x0b, 0x40, /* used block */
+       0x01, 0x00, 0x00, 0x00, 0x66, 0x64, 0x00, 0x00,
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+       0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x41, 0xc0,
+       0xbe, 0x00, 0xbe, 0x01, 0xbe, 0x02, 0xbe, 0x03,
+       0xbe, 0x04, 0xbe, 0x05, 0xbe, 0x06, 0xbe, 0x07,
+       0xbe, 0x08, 0xbe, 0x09, 0xbe, 0x0a, 0xbe, 0x0b,
+       0xbe, 0x0c, 0xbe, 0x0d, 0xbe, 0x0e, 0xbe, 0x0f,
+       0xbe, 0x10, 0xbe, 0x11, 0xbe, 0x12, 0xbe, 0x13,
+       0xbe, 0x14, 0xbe, 0x15, 0xbe, 0x16, 0xbe, 0x17,
+       0xbe, 0x18, 0xbe, 0x19, 0xbe, 0x1a, 0xbe, 0x1b,
+       0xbe, 0x1c, 0xbe, 0x1d, 0xbe, 0x1e, 0xbe, 0x1f,
+       0xbe, 0x20, 0xbe, 0x21, 0xbe, 0x22, 0xbe, 0x23,
+       0xbe, 0x24, 0xbe, 0x25, 0xbe, 0x26, 0xbe, 0x27,
+       0xbe, 0x28, 0xbe, 0x29, 0xbe, 0x2a, 0xbe, 0x2b,
+       0xbe, 0x2c, 0xbe, 0x2d, 0xbe, 0x2e, 0xbe, 0x2f,
+       0xbe, 0x30, 0xbe, 0x31, 0xbe, 0x32, 0xbe, 0x33,
+       0xbe, 0x34, 0xbe, 0x35, 0xbe, 0x36, 0xbe, 0x37,
+       0xbe, 0x38, 0xbe, 0x39, 0xbe, 0x3a, 0xbe, 0x3b,
+       0xbe, 0x3c, 0xbe, 0x3d, 0xbe, 0x3e, 0xbe, 0x3f,
+       0xbe, 0x40, 0xbe, 0x41, 0xbe, 0x42, 0xbe, 0x43,
+       0xbe, 0x44, 0xbe, 0x45, 0xbe, 0x46, 0xbe, 0x47,
+       0xbe, 0x48, 0xbe, 0x49, 0xbe, 0x4a, 0xbe, 0x4b,
+       0xbe, 0x4c, 0xbe, 0x4d, 0xbe, 0x4e, 0xbe, 0x4f,
+       0xbe, 0x50, 0xbe, 0x51, 0xbe, 0x52, 0xbe, 0x53,
+       0xbe, 0x54, 0xbe, 0x55, 0xbe, 0x56, 0xbe, 0x57,
+       0xbe, 0x58, 0xbe, 0x59, 0xbe, 0x5a, 0xbe, 0x5b,
+       0xbe, 0x5c, 0xbe, 0x5d, 0xbe, 0x5e, 0xbe, 0x5f,
+       0xbe, 0x60, 0xbe, 0x61, 0xbe, 0x62, 0xbe, 0x63,
+       0xbe, 0x64, 0xbe, 0x65, 0xbe, 0x66, 0xbe, 0x67,
+       0xbe, 0x68, 0xbe, 0x69, 0xbe, 0x6a, 0xbe, 0x6b,
+       0xbe, 0x6c, 0xbe, 0x6d, 0xbe, 0x6e, 0xbe, 0x6f,
+       0xbe, 0x70, 0xbe, 0x71, 0xbe, 0x72, 0xbe, 0x73,
+       0xbe, 0x74, 0xbe, 0x75, 0xbe, 0x76, 0xbe, 0x77,
+       0xbe, 0x78, 0xbe, 0x79, 0xbe, 0x7a, 0xbe, 0x7b,
+       0xbe, 0x7c, 0xbe, 0x7d, 0xbe, 0x7e, 0xbe, 0x7f,
+       0xbe, 0x80, 0xbe, 0x81, 0xbe, 0x82, 0xbe, 0x83,
+       0xbe, 0x84, 0xbe, 0x85, 0xbe, 0x86, 0xbe, 0x87,
+       0xbe, 0x88, 0xbe, 0x89, 0xbe, 0x8a, 0xbe, 0x8b,
+       0xbe, 0x8c, 0xbe, 0x8d, 0xbe, 0x8e, 0xbe, 0x8f,
+       0xbe, 0x90, 0xbe, 0x91, 0xbe, 0x92, 0xbe, 0x93,
+       0xbe, 0x94, 0xbe, 0x95, 0xbe, 0x96, 0xbe, 0x97,
+       0xbe, 0x98, 0xbe, 0x99, 0xbe, 0x9a, 0xbe, 0x9b,
+       0xbe, 0x9c, 0xbe, 0x9d, 0xbe, 0x9e, 0xbe, 0x9f,
+       0xbe, 0xa0, 0xbe, 0xa1, 0xbe, 0xa2, 0xbe, 0xa3,
+       0xbe, 0xa4, 0xbe, 0xa5, 0xbe, 0xa6, 0xbe, 0xa7,
+       0xbe, 0xa8, 0xbe, 0xa9, 0xbe, 0xaa, 0xbe, 0xab,
+       0xbe, 0xac, 0xbe, 0xad, 0xbe, 0xae, 0xbe, 0xaf,
+       0xbe, 0xb0, 0xbe, 0xb1, 0xbe, 0xb2, 0xbe, 0xb3,
+       0xbe, 0xb4, 0xbe, 0xb5, 0xbe, 0xb6, 0xbe, 0xb7,
+       0xbe, 0xb8, 0xbe, 0xb9, 0xbe, 0xba, 0xbe, 0xbb,
+       0xbe, 0xbc, 0xbe, 0xbd, 0xbe, 0xbe, 0xbe, 0xbf,
+       0xbe, 0xc0, 0xbe, 0xc1, 0xbe, 0xc2, 0xbe, 0xc3,
+       0xbe, 0xc4, 0xbe, 0xc5, 0xbe, 0xc6, 0xbe, 0xc7,
+       0xbe, 0xc8, 0xbe, 0xc9, 0xbe, 0xca, 0xbe, 0xcb,
+       0xbe, 0xcc, 0xbe, 0xcd, 0xbe, 0xce, 0xbe, 0xcf,
+       0xbe, 0xd0, 0xbe, 0xd1, 0xbe, 0xd2, 0xbe, 0xd3,
+};
+
+u_char image_data1[] = {
+       0x54, 0x72, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00,
+};
+
+u_char image_data2[] = {
+       0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x00,
+       0xff, 0xff, 0xff, 0xff, 0xde, 0xad, 0xbe, 0xef, /* mtime */
+       0xde, 0xad, 0xbe, 0xef, 0x00, 0x00, 0x00, 0x00, /* mtime */
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+       0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x41, 0xff,
+};
+
+u_char image_data3[] = {
+       0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x00, 0x00,
+};
+
+u_char image_data4[] = {
+       0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00,
+       0xff, 0xff, 0xff, 0xff, 0xde, 0xad, 0xbe, 0xef, /* mtime */
+       0xde, 0xad, 0xbe, 0xef, 0x00, 0x00, 0x00, 0x00, /* mtime */
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+       0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x41, 0xff,
+};
+
+u_char image_data5[] = {
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+};
+
+u_char image_data6[] = {
+       0x00, 0x72, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00,
+};
+
+u_char image_data7[] = {
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0xff,
+};
+
+u_char image_data8[] = {
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+};
+
+u_char image_data9[] = {
+       0x6b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x00, 0x00,
+};
+
+u_char image_data10[] = {
+       0x80, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x65,
+       0x00, 0x00, 0x00, 0x00, 0xde, 0xad, 0xbe, 0xef, /* mtime */
+       0xde, 0xad, 0xbe, 0xef, 0xde, 0xad, 0xbe, 0xef, /* mtime/filesize */
+       0xde, 0xea, 0xbe, 0xef, 0x00, 0x00, 0x00, 0x00, /* filesize(aligned) */
+       0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x81, 0xb6,
+};
+
+u_char image_data11[] = {
+       0x00, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x00, 0x00,
+};
+
+u_char image_data12[] = {
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0xff,
+};
+
+struct image_block {
+       long offset;
+       u_char *data;
+       int size;
+};
+
+#define        IMG(x)          __CONCAT(image_data,x)
+#define        IMG_DATA_SIZE(x)        IMG(x), (sizeof (IMG(x)) / sizeof (IMG(x)[0]))
+
+struct image_block image_block[] = {
+       { 0x00000000, IMG_DATA_SIZE(0) },
+       { 0x00000440, IMG_DATA_SIZE(1) },
+       { 0x00000480, IMG_DATA_SIZE(2) },
+       { 0x000004c0, IMG_DATA_SIZE(3) },
+       { 0x00000500, IMG_DATA_SIZE(4) },
+       { 0x00002400, IMG_DATA_SIZE(5) },
+       { 0x00002440, IMG_DATA_SIZE(6) },
+       { 0x000024a0, IMG_DATA_SIZE(7) },
+       { 0x00004400, IMG_DATA_SIZE(8) },
+       { 0x00004440, IMG_DATA_SIZE(9) },
+       { 0x00004480, IMG_DATA_SIZE(10) },
+       { 0x000044c0, IMG_DATA_SIZE(11) },
+       { 0x00004520, IMG_DATA_SIZE(12) },
+       { -1 }
+};
+
+long mtime_offset[] = {
+       0x00000004,
+       0x0000048c,
+       0x00000490,
+       0x0000050c,
+       0x00000510,
+       0x0000448c,
+       0x00004490,
+       -1
+};
diff -r 1862498c93a5 -r becfdebccded sys/arch/bebox/stand/mkbootimage/mkbootimage.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/bebox/stand/mkbootimage/mkbootimage.c    Mon Jun 28 00:35:22 1999 +0000
@@ -0,0 +1,180 @@
+/*     $NetBSD: mkbootimage.c,v 1.1 1999/06/28 00:35:23 sakamoto Exp $ */
+
+/*
+ * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *      This product includes software developed by Christopher G. Demetriou
+ *     for the NetBSD Project.
+ * 4. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#include <sys/param.h>                         /* XXX for roundup */
+#include <sys/stat.h>
+#include <sys/time.h>
+#include <err.h>
+#include <fcntl.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <unistd.h>
+#include <machine/endian.h>
+#include <machine/bswap.h>
+#include "bootimage.h"
+
+#if BYTE_ORDER == LITTLE_ENDIAN
+#define        BO(x)   bswap32(x)
+#else
+#define        BO(x)
+#endif
+
+static void usage(void);
+
+extern char *__progname;
+
+static void
+usage()
+{
+       fprintf(stderr,
+           "usage: %s [-n] [-v] inputfile [outputfile]\n", __progname);
+       exit(EXIT_FAILURE);
+}
+
+int
+main(argc, argv)
+       int argc;
+       char *argv[];
+{
+       const char *infile, *outfile;
+       char *outbuf;
+       struct image_block *p;
+       struct stat insb;
+       struct timeval tp;
+       struct timezone tzp;
+       size_t outbufsize;
+       ssize_t rv;
+       int c, verbose, nowrite, infd, outfd;
+       long *offset;
+
+       verbose = nowrite = 0;
+
+       while ((c = getopt(argc, argv, "nv")) != -1) {
+               switch (c) {
+               case 'n':
+                       /* Do not actually write the boot file */
+                       nowrite = 1;
+                       break;
+               case 'v':
+                       /* Chat */
+                       verbose = 1;
+                       break;
+               default:
+                       usage();
+               }
+       }
+
+       argc -= optind;
+       argv += optind;
+
+       if (argc != 1 && argc != 2)
+               usage();
+
+       infile = argv[0];
+       outfile = argv[1];              /* NULL if argc == 1 */
+
+       if (verbose) {
+               fprintf(stderr, "input file: %s\n", infile);
+               fprintf(stderr, "output file: %s\n",
+                   outfile != NULL ? outfile : "<stdout>");
+       }



Home | Main Index | Thread Index | Old Index