/[grub]/grub/stage2/shared.h
ViewVC logotype

Diff of /grub/stage2/shared.h

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

revision 1.77 by okuji, Sat Oct 13 12:02:30 2001 UTC revision 1.78 by okuji, Sat Oct 27 16:04:25 2001 UTC
# Line 207  extern char *grub_scratch_mem; Line 207  extern char *grub_scratch_mem;
207  #define STAGE2_ID_MINIX_STAGE1_5        4  #define STAGE2_ID_MINIX_STAGE1_5        4
208  #define STAGE2_ID_REISERFS_STAGE1_5     5  #define STAGE2_ID_REISERFS_STAGE1_5     5
209  #define STAGE2_ID_VSTAFS_STAGE1_5       6  #define STAGE2_ID_VSTAFS_STAGE1_5       6
210    #define STAGE2_ID_JFS_STAGE1_5          7
211    #define STAGE2_ID_XFS_STAGE1_5          8
212    
213  #ifndef STAGE1_5  #ifndef STAGE1_5
214  # define STAGE2_ID      STAGE2_ID_STAGE2  # define STAGE2_ID      STAGE2_ID_STAGE2
# Line 223  extern char *grub_scratch_mem; Line 225  extern char *grub_scratch_mem;
225  #  define STAGE2_ID     STAGE2_ID_REISERFS_STAGE1_5  #  define STAGE2_ID     STAGE2_ID_REISERFS_STAGE1_5
226  # elif defined(FSYS_VSTAFS)  # elif defined(FSYS_VSTAFS)
227  #  define STAGE2_ID     STAGE2_ID_VSTAFS_STAGE1_5  #  define STAGE2_ID     STAGE2_ID_VSTAFS_STAGE1_5
228    # elif defined(FSYS_JFS)
229    #  define STAGE2_ID     STAGE2_ID_JFS_STAGE1_5
230    # elif defined(FSYS_XFS)
231    #  define STAGE2_ID     STAGE2_ID_XFS_STAGE1_5
232  # else  # else
233  #  error "unknown Stage 2"  #  error "unknown Stage 2"
234  # endif  # endif

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

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