Re: aout support almost working now

2008-02-07 Thread walt
On Thu, 2008-02-07 at 01:32 +0100, Robert Millan wrote: > On Wed, Feb 06, 2008 at 04:26:15PM -0800, walt wrote: > > >diff --git a/kern/i386/loader.S b/kern/i386/loader.S > > >index 266f4ef..88f3045 100644 > > >--- a/kern/i386/loader.S > > >+++ b/kern/i386/loader.S > > >@@ -137,6 +137,7 @@ FUNCTION

Re: aout support almost working now

2008-02-06 Thread Robert Millan
On Wed, Feb 06, 2008 at 04:26:15PM -0800, walt wrote: > >diff --git a/kern/i386/loader.S b/kern/i386/loader.S > >index 266f4ef..88f3045 100644 > >--- a/kern/i386/loader.S > >+++ b/kern/i386/loader.S > >@@ -137,6 +137,7 @@ FUNCTION(grub_multiboot_real_boot) > > cli > > > > /* Move the m

Re: aout support almost working now

2008-02-06 Thread walt
Bean wrote: On Feb 7, 2008 3:23 AM, walt<[EMAIL PROTECTED]> wrote: With Bean's last two commits I can almost replace legacy with grub2 at least on x86. I have still one problem with the aout support that Bean posted as a patch on Jan 27. Using legacy, which loads the FreeBSD /boot/loader as t

Re: aout support almost working now

2008-02-06 Thread Bean
On Feb 7, 2008 3:23 AM, walt <[EMAIL PROTECTED]> wrote: > With Bean's last two commits I can almost replace legacy with grub2 > at least on x86. I have still one problem with the aout support that > Bean posted as a patch on Jan 27. > > Using legacy, which loads the FreeBSD /boot/loader as the 'ke