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

Diff of /grub/stage2/freebsd.h

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

revision 1.3 by okuji, Mon Nov 12 06:57:29 2001 UTC revision 1.4 by okuji, Sat Nov 30 17:33:06 2002 UTC
# Line 33  Line 33 
33  #define RB_VERBOSE      0x800   /* print all potentially useful info */  #define RB_VERBOSE      0x800   /* print all potentially useful info */
34  #define RB_SERIAL       0x1000  /* user serial port as console */  #define RB_SERIAL       0x1000  /* user serial port as console */
35  #define RB_CDROM        0x2000  /* use cdrom as root */  #define RB_CDROM        0x2000  /* use cdrom as root */
36    #define RB_GDB          0x8000  /* use GDB remote debugger instead of DDB */
37    #define RB_MUTE         0x10000 /* Come up with the console muted */
38    #define RB_MULTIPLE     0x20000000      /* Use multiple consoles */
39    
40  #define RB_BOOTINFO     0x80000000      /* have `struct bootinfo *' arg */  #define RB_BOOTINFO     0x80000000      /* have `struct bootinfo *' arg */
41    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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