search for: pm_fs_init

Displaying 6 results from an estimated 6 matches for "pm_fs_init".

2015 Jul 13
2
boot... round 2
...On Sun, Jul 12, 2015 at 8:58 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Thu, Jul 9, 2015 at 4:57 PM, William Kennington via Syslinux >> <syslinux at zytor.com> wrote: >>> Still not working with gcc5.2 rc >> >> core/fs/diskio_bios.c:395 contains pm_fs_init() which I believe is the >> first protected-mode code. >> >> void pm_fs_init(com32sys_t *regs) >> { >> static struct bios_disk_private priv; >> >> writechr('^'); >> priv.regs = regs; >> fs_init((const struct fs_ops **)reg...
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
2015 Jul 13
0
boot... round 2
...hat I've seen. On Sun, Jul 12, 2015 at 8:58 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Thu, Jul 9, 2015 at 4:57 PM, William Kennington via Syslinux > <syslinux at zytor.com> wrote: >> Still not working with gcc5.2 rc > > core/fs/diskio_bios.c:395 contains pm_fs_init() which I believe is the > first protected-mode code. > > 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); &gt...
2015 Jul 09
1
boot... round 2
Still not working with gcc5.2 rc On Thu, Jul 9, 2015, 11:08 William Kennington <william at wkennington.com> wrote: > Trying 5.2-rc now, will report back after the test case is run. > > On Thu, Jul 9, 2015, 07:23 Adam Williamson <awilliam at redhat.com> wrote: > >> On Thu, 2015-07-09 at 06:56 +0000, William Kennington wrote: >> > Does fedora have gcc5
2013 Oct 18
1
[RFC/PATCH 2/3] core: MultiFS infrastructure added.
...drom, ebios, sector_size, disk.sector_shift, - part_start, disk.maxtransfer); + devno, cdrom, ebios, sector_size, disk->sector_shift, + part_start, disk->maxtransfer); - disk.private = private; - return &disk; + disk->private = private; + return disk; } void pm_fs_init(com32sys_t *regs) diff --git a/core/fs/fs.c b/core/fs/fs.c index 8c1feea..c1838c2 100644 --- a/core/fs/fs.c +++ b/core/fs/fs.c @@ -9,9 +9,14 @@ #include "dev.h" #include "fs.h" #include "cache.h" +#include "multifs.h" -/* The currently mounted filesystem...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not