load_kernel
extern status_t load_kernel(stage2_args* args, BootVolume& volume);
while ((status = load_kernel(args, bootVolume)) < B_OK) {