Searched refs:cmain (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c | 44 void cmain (unsigned long magic, unsigned long addr); 53 cmain (unsigned long magic, unsigned long addr) in cmain() function
|
H A D | boot.S | 66 call EXT_C(cmain)
|
H A D | boot.S.texi | 66 call EXT_C(cmain)
|
H A D | kernel.c.texi | 44 void cmain (unsigned long magic, unsigned long addr); 53 cmain (unsigned long magic, unsigned long addr)
|
H A D | multiboot.info | 1030 stack pointer and `EFLAGS', and then call the function `cmain' defined 1031 in `kernel.c'. If `cmain' returns to the callee, then it shows a 1034 `cmain', which checks if the magic number passed by the boot loader is 1248 call EXT_C(cmain) 1314 void cmain (unsigned long magic, unsigned long addr); 1323 cmain (unsigned long magic, unsigned long addr)
|
H A D | multiboot.texi | 1102 and then call the function @code{cmain} defined in @file{kernel.c}. If 1103 @code{cmain} returns to the callee, then it shows a message to inform 1105 key. The file @file{kernel.c} contains the function @code{cmain},
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | stage1_5.c | 34 cmain (void) in cmain() function
|
H A D | common.c | 357 cmain (); in init_bios_info()
|
H A D | shared.h | 781 void cmain (void);
|
H A D | stage2.c | 879 cmain (void) in cmain() function
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3 * docs/kernel.c.texi (cmain): Incremement mod by one, instead of 5 * docs/kernel.c (cmain): Do the same. 27 * stage2/stage2.c (cmain): Terminate DEFAULT_FILE with NUL 79 (cmain): Likewise. Also, get a saved entry from a default file 188 * stage2/stage2.c (cmain): Initialize DEFAULT_FILE to an empty 259 * docs/kernel.c.texi (cmain): Incremement mod by one, instead of 261 * docs/kernel.c (cmain): Do the same. 283 * stage2/stage2.c (cmain): Terminate DEFAULT_FILE with NUL 335 (cmain): Likewise. Also, get a saved entry from a default file 1775 (cmain): Check if SAVED_SECTOR was set appropriately after [all …]
|
H A D | acinclude.m4 | 48 cmain (void)
|
H A D | configure | 3866 cmain (void)
|