Displaying 2 results from an estimated 2 matches for "b7958c8".
2015 Jul 13
2
boot... round 2
...>> what's going on.
>
> poma, please try the above code. If you need it in a proper patch, let me know.
>
core/fs/diskio_bios.c | 1 +
core/isolinux.asm | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/core/fs/diskio_bios.c b/core/fs/diskio_bios.c
index 7feb7fc..b7958c8 100644
--- a/core/fs/diskio_bios.c
+++ b/core/fs/diskio_bios.c
@@ -398,6 +398,7 @@ void pm_fs_init(com32sys_t *regs)
{
static struct bios_disk_private priv;
+ writechr('^');
priv.regs = regs;
fs_init((const struct fs_ops **)regs->eax.l, (void *)&priv);
}
diff --git a/core/i...
2015 Jul 03
7
boot... round 2
On Fri, Jul 3, 2015 at 12:50 AM, poma via Syslinux <syslinux at zytor.com> wrote:
> - "unsigned char c;" does not solve the problem
>
> - "c >= 0 && c <= ' '" solves the problem for the current git
Could you try the following patch? Feel free to only apply the change
to readconfig.c if you want.
--
-Gene
diff --git