Home
last modified time | relevance | path

Searched defs:kparamb (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dkparamb.h33 struct kparamb { struct
34 u_int8_t *kp; /* 00: Kernel load address */
35 long ksize; /* 04: Size of loaded kernel */
36 u_int32_t entry; /* 08: Kernel entry point */
37 long stmem_size; /* 12: Size of st-ram */
38 long ttmem_size; /* 16: Size of tt-ram */
39 long bootflags; /* 20: Various boot flags */
40 long boothowto; /* 24: How to boot */
41 long ttmem_start; /* 28: Start of tt-ram */
42 long esym_loc; /* 32: End of symbol table */