Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 1995 09:46:14 -0800
From:      hasty@netcom.com (Amancio Hasty Jr)
To:        Remy.Card@masi.ibp.fr, hasty@netcom.com
Cc:        bakul@netcom.com, freebsd-hackers@FreeBSD.org
Subject:   Re: Since lites-1.0 is out...
Message-ID:  <199503011746.JAA10282@netcom14.netcom.com>

next in thread | raw e-mail | index | archive | help
Hi,
Is this the FreeBSD patch that you mentioned:

*** i386/boot/biosboot/boot.c   Fri Jan  6 11:24:01 1995
--- i386/boot/biosboot/boot.c.new       Fri Jan  6 11:23:40 1995
***************
*** 139,145 ****
        /*if(poff==0)
                poff = 32;*/
  
!       startaddr = (int)head.a_entry & 0x00FFFFFF; /* some MEG boundary */
        addr =  startaddr;
        printf("Booting %s(%d,%c)%s @ 0x%x\n"
                        , devs[maj]
--- 139,145 ----
        /*if(poff==0)
                poff = 32;*/
  
!       startaddr = (int)head.a_entry & 0x00F00000; /* some MEG boundary */
        addr =  startaddr;
        printf("Booting %s(%d,%c)%s @ 0x%x\n"
                        , devs[maj]
----

I managed to compile mach4 however Mach.all bombs out at boot time
and I suspect is because I did not apply the above patch.

It will be nice if you can mail your notes.

	Tnks,
	Amancio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503011746.JAA10282>