iPXE
|
#include <stddef.h>
#include <stdio.h>
#include <ipxe/init.h>
#include <ipxe/version.h>
#include <usr/autoboot.h>
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
__asmcall int | main (void) |
Main entry point. More... | |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
__asmcall int main | ( | void | ) |
Main entry point.
rc | Return status code |
Definition at line 28 of file main.c.
References initialise(), ipxe(), NULL, printf(), product_short_name, rc, shutdown_exit(), and startup().
Referenced by _efi_start().