/[pupa]/pupa/include/pupa/i386/pc/boot.h
ViewVC logotype

Diff of /pupa/include/pupa/i386/pc/boot.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by okuji, Fri Dec 27 08:53:09 2002 UTC revision 1.2 by okuji, Thu Jan 2 20:12:32 2003 UTC
# Line 24  Line 24 
24  /* The signature for bootloader.  */  /* The signature for bootloader.  */
25  #define PUPA_BOOT_MACHINE_SIGNATURE     0xaa55  #define PUPA_BOOT_MACHINE_SIGNATURE     0xaa55
26    
27    /* The offset of the start of BPB (BIOS Parameter Block).  */
28    #define PUPA_BOOT_MACHINE_BPB_START     0x3
29    
30  /* The offset of the end of BPB (BIOS Parameter Block).  */  /* The offset of the end of BPB (BIOS Parameter Block).  */
31  #define PUPA_BOOT_MACHINE_BPBEND        0x3e  #define PUPA_BOOT_MACHINE_BPB_END       0x3e
32    
33  /* The offset of the major version.  */  /* The offset of the major version.  */
34  #define PUPA_BOOT_MACHINE_VER_MAJ       0x3e  #define PUPA_BOOT_MACHINE_VER_MAJ       0x3e

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26