Remove EOL whitespace from i386 EFI loader source
This commit is contained in:
parent
67128bdc88
commit
b291974d25
@ -219,7 +219,7 @@ bi_load(struct preloaded_file *fp, uint64_t *bi_addr)
|
||||
bi.bi_version = 1;
|
||||
// bi.bi_boothowto = bi_getboothowto(fp->f_args);
|
||||
|
||||
/*
|
||||
/*
|
||||
* Allow the environment variable 'rootdev' to override the supplied
|
||||
* device. This should perhaps go to MI code and/or have $rootdev
|
||||
* tested/set by MI code before launching the kernel.
|
||||
|
@ -49,8 +49,8 @@ struct file_format i386_elf = { elf32_loadfile, elf32_exec };
|
||||
struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
||||
|
||||
/*
|
||||
* There is an ELF kernel and one or more ELF modules loaded.
|
||||
* We wish to start executing the kernel image, so make such
|
||||
* There is an ELF kernel and one or more ELF modules loaded.
|
||||
* We wish to start executing the kernel image, so make such
|
||||
* preparations as are required, and do so.
|
||||
*/
|
||||
static int
|
||||
|
@ -28,7 +28,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* MD primitives supporting placement of module data
|
||||
* MD primitives supporting placement of module data
|
||||
*
|
||||
* XXX should check load address/size against memory top.
|
||||
*/
|
||||
|
@ -33,7 +33,7 @@
|
||||
#define EFI_SUCCESS 0
|
||||
|
||||
/*
|
||||
* EFI entry point.
|
||||
* EFI entry point.
|
||||
* _start(EFI_IMAGE image_handle, EFI_SYSTEM_TABLE *system_table);
|
||||
*
|
||||
* We calculate the base address along with _DYNAMIC, relocate us and finally
|
||||
|
Loading…
Reference in New Issue
Block a user