search for: ef81a3ad

Displaying 2 results from an estimated 2 matches for "ef81a3ad".

Did you mean: e28193ad
2015 Feb 06
2
regression: relocatable kernels on a chromebook
...ommit 8f470e7b movebits: Add syslinux_memmap_find() which factors syslinux_memmap_find() out of bios_boot_linux(). Prior to the refactoring, prot_mode_size was passed as the length in the first call to syslinux_memmap_type(). After the refactoring, hdr.init_size was passed. Now, with commit ef81a3ad, one or the other is passed according to whether the kernel is relocatable. bios_boot_linux() reaches syslinux_shuffle_boot_rm(), rebooting if the kernel is relocatable and successfully starting the kernel if not. If I modify syslinux_memmap_find() to pass prot_mode_size as the length to sysli...
2015 Feb 06
0
regression: relocatable kernels on a chromebook
...ts: Add syslinux_memmap_find() > > which factors syslinux_memmap_find() out of bios_boot_linux(). Prior to > the refactoring, prot_mode_size was passed as the length in the first call > to syslinux_memmap_type(). After the refactoring, hdr.init_size was > passed. Now, with commit ef81a3ad, one or the other is passed according to > whether the kernel is relocatable. > > bios_boot_linux() reaches syslinux_shuffle_boot_rm(), rebooting if the > kernel is relocatable and successfully starting the kernel if not. > > If I modify syslinux_memmap_find() to pass prot_mod...