~ilya-yanok/ubuntu/precise/grub2/fix-for-948716

« back to all changes in this revision

Viewing changes to include/grub/i386/pc/memory.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2009-07-25 19:00:53 UTC
  • mfrom: (1.6.3 upstream)
  • mto: (17.4.13 sid)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20090725190053-uv3lm6ya3zxs77ep
ImportĀ upstreamĀ versionĀ 1.96+20090725

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
/* The data segment of the pseudo real mode.  */
79
79
#define GRUB_MEMORY_MACHINE_PSEUDO_REAL_DSEG    0x20
80
80
 
81
 
#define GRUB_MEMORY_MACHINE_BIOS_DATA_AREA_ADDR 0x400
82
 
 
83
81
#ifndef ASM_FILE
84
82
 
85
 
/* See http://heim.ifi.uio.no/~stanisls/helppc/bios_data_area.html for a
86
 
   description of the BIOS Data Area layout.  */
87
 
struct grub_machine_bios_data_area
88
 
{
89
 
  grub_uint8_t unused1[0x17];
90
 
  grub_uint8_t keyboard_flag_lower; /* 0x17 */ 
91
 
  grub_uint8_t unused2[0xf0 - 0x18];
92
 
};
93
 
 
94
83
struct grub_machine_mmap_entry
95
84
{
96
85
  grub_uint32_t size;