Deleted Added
full compact
bootsect.h (50477) bootsect.h (72091)
1/* $FreeBSD: head/sys/fs/msdosfs/bootsect.h 50477 1999-08-28 01:08:13Z peter $ */
1/* $FreeBSD: head/sys/fs/msdosfs/bootsect.h 72091 2001-02-06 11:21:58Z asmodai $ */
2/* $NetBSD: bootsect.h,v 1.9 1997/11/17 15:36:17 ws Exp $ */
3
4/*
5 * Written by Paul Popelka (paulp@uts.amdahl.com)
6 *
7 * You can do anything you want with this software, just don't say you wrote
8 * it, and don't remove this notice.
9 *

--- 59 unchanged lines hidden (view full) ---

69#define BOOTSIG0 0x55
70#define BOOTSIG1 0xaa
71#define BOOTSIG2 0
72#define BOOTSIG3 0
73};
74#ifdef atari
75/*
76 * The boot sector on a gemdos fs is a little bit different from the msdos fs
2/* $NetBSD: bootsect.h,v 1.9 1997/11/17 15:36:17 ws Exp $ */
3
4/*
5 * Written by Paul Popelka (paulp@uts.amdahl.com)
6 *
7 * You can do anything you want with this software, just don't say you wrote
8 * it, and don't remove this notice.
9 *

--- 59 unchanged lines hidden (view full) ---

69#define BOOTSIG0 0x55
70#define BOOTSIG1 0xaa
71#define BOOTSIG2 0
72#define BOOTSIG3 0
73};
74#ifdef atari
75/*
76 * The boot sector on a gemdos fs is a little bit different from the msdos fs
77 * format. Currently there is no need to declare a seperate structure, the
77 * format. Currently there is no need to declare a separate structure, the
78 * bootsector33 struct will do.
79 */
80#if 0
81struct bootsec_atari {
82 u_int8_t bsBranch[2]; /* branch inst if auto-boot */
83 int8_t bsFiller[6]; /* anything or nothing */
84 int8_t bsSerial[3]; /* serial no. for mediachange */
85 int8_t bsBPB[19]; /* BIOS parameter block */

--- 28 unchanged lines hidden ---
78 * bootsector33 struct will do.
79 */
80#if 0
81struct bootsec_atari {
82 u_int8_t bsBranch[2]; /* branch inst if auto-boot */
83 int8_t bsFiller[6]; /* anything or nothing */
84 int8_t bsSerial[3]; /* serial no. for mediachange */
85 int8_t bsBPB[19]; /* BIOS parameter block */

--- 28 unchanged lines hidden ---