Re: Squeezing out some 70 bytes out of the boot2 loader

2008-02-08 Thread Dylan Cochran
... > > > [1] I'm trying to get support for /boot being mounted as a separate FS > > and > > > as such I would need to have a "self-pointing" symlink (e.g. "boot -> ." > > ) You're going about this the wrong way; no need to modify the boot2 source, just place a boot.config in the root of the /boot,

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-02-01 Thread Adrian Penisoara
Hi, On Jan 21, 2008 12:21 AM, Tim Kientzle <[EMAIL PROTECTED]> wrote: > Adrian Penisoara wrote: > > Hello > > > > I am trying to hack in some symlink support into the > [sys/boot/i386/]boot2 > > bootloader (for my project [1]) and I seem to fall short of about 69 > bytes: > > > ... > > > > [1]

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-02-01 Thread Adrian Penisoara
Hi, On Jan 21, 2008 2:38 AM, Bernd Walter <[EMAIL PROTECTED]> wrote: > On Sun, Jan 20, 2008 at 10:39:45PM +0200, Adrian Penisoara wrote: > > Hello > > > > I am trying to hack in some symlink support into the > [sys/boot/i386/]boot2 > > bootloader (for my project [1]) and I seem to fall short of

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-02-01 Thread Adrian Penisoara
Hi, On Jan 31, 2008 8:58 PM, Eduardo Morras <[EMAIL PROTECTED]> wrote: > At 21:39 20/01/2008, you wrote: > > >Hello > > > > I am trying to hack in some symlink support into the > [sys/boot/i386/]boot2 > >bootloader (for my project [1]) and I seem to fall short of about 69 > bytes: > > > >as -o

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-01-31 Thread Eduardo Morras
At 21:39 20/01/2008, you wrote: Hello I am trying to hack in some symlink support into the [sys/boot/i386/]boot2 bootloader (for my project [1]) and I seem to fall short of about 69 bytes: as -o boot2.o boot2.s ld -static -N --gc-sections -nostdlib -Ttext 0x2000 -o boot2.out/build/obj/build

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-01-20 Thread Bernd Walter
On Sun, Jan 20, 2008 at 10:39:45PM +0200, Adrian Penisoara wrote: > Hello > > I am trying to hack in some symlink support into the [sys/boot/i386/]boot2 > bootloader (for my project [1]) and I seem to fall short of about 69 bytes: > > as -o boot2.o boot2.s > ld -static -N --gc-sections -nostdl

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-01-20 Thread Tim Kientzle
Adrian Penisoara wrote: Hello I am trying to hack in some symlink support into the [sys/boot/i386/]boot2 bootloader (for my project [1]) and I seem to fall short of about 69 bytes: ... [1] I'm trying to get support for /boot being mounted as a separate FS and as such I would need to have a

Squeezing out some 70 bytes out of the boot2 loader

2008-01-20 Thread Adrian Penisoara
Hello I am trying to hack in some symlink support into the [sys/boot/i386/]boot2 bootloader (for my project [1]) and I seem to fall short of about 69 bytes: as -o boot2.o boot2.s ld -static -N --gc-sections -nostdlib -Ttext 0x2000 -o boot2.out/build/obj/build/src/sys/boot/i386/boot2/../btx/lib