/[hurd]/hurd-l4/wortel/wortel.h
ViewVC logotype

Diff of /hurd-l4/wortel/wortel.h

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

revision 1.3 by marcus, Mon Sep 8 14:40:37 2003 UTC revision 1.4 by marcus, Tue Sep 9 21:43:12 2003 UTC
# Line 30  extern char *program_name; Line 30  extern char *program_name;
30    
31  #define BUG_ADDRESS     "<bug-hurd@gnu.org>"  #define BUG_ADDRESS     "<bug-hurd@gnu.org>"
32    
33    
34    typedef __l4_rootserver_t rootserver_t;
35    
36    /* For the boot components, find_components() must fill in the start
37       and end address of the ELF images in memory.  The end address is
38       one more than the last byte in the image.  */
39    extern rootserver_t physmem;
40    
41    /* Find the kernel, the initial servers and the other information
42       required for booting.  */
43    void find_components (void);
44    
45  int main (int argc, char *argv[]);  int main (int argc, char *argv[]);

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