X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bootparams.c;h=576a57942973f7c93b1e79b7ecf4e18cb8e72931;hb=4386d0ddc988a11e8f55d774f577e4ca4f83cea9;hp=da3d6642ae5e5603fa325dcc70cbba7a51704ee6;hpb=3384f0373c8758e5ddd08f489ad7110898dd5406;p=debian%2Felilo diff --git a/bootparams.c b/bootparams.c index da3d664..576a579 100644 --- a/bootparams.c +++ b/bootparams.c @@ -96,6 +96,8 @@ create_boot_params(CHAR16 *args, memdesc_t *initrd, memdesc_t *vmcode, UINTN *co */ Memset(bp, 0, BOOT_PARAM_MEMSIZE); + U2ascii(args, cp, cmdline_size); + if (sysdeps_create_boot_params(bp, cp, initrd, vmcode, cookie) == -1) return 0; /*