Re: netboot

2002-01-15 Thread Peter Pentchev
On Mon, Jan 14, 2002 at 11:55:25AM -0800, Luigi Rizzo wrote: > > On Mon, Jan 14, 2002 at 08:38:58PM +0100, Christoph Kukulies wrote: > > I'm trying to refresh my memory WRT netbooting: > > > > There used to be a subdirectory /sys/i386/boot/netboot or something like

Re: netboot

2002-01-14 Thread Luigi Rizzo
+0100, Christoph Kukulies wrote: > I'm trying to refresh my memory WRT netbooting: > > There used to be a subdirectory /sys/i386/boot/netboot or something like > that but I don't find it anymore. > > Was it that one could also write the rom contents into a .com (DOS executa

netboot

2002-01-14 Thread Christoph Kukulies
I'm trying to refresh my memory WRT netbooting: There used to be a subdirectory /sys/i386/boot/netboot or something like that but I don't find it anymore. Was it that one could also write the rom contents into a .com (DOS executable) and boot a DOS floppy and put the netboot.com in AU

Netboot FreeBSD on Apple Airport (port format)

2001-04-23 Thread Doug Ambrisko
I put together a port version of the code to boot FreeBSD on an Airport base station. I haven't polished it but it produces a functional image. Some code should be converted from nasm to gas but I just haven't had time to mess with that hopefully some else might. There is code to ne

Re: freebsd port of netboot?..

2000-08-31 Thread Doug Ambrisko
orming it to panic-edit-compile-netboot. | > | > I usually mount everything readonly when I try a new module just | > before loading it. It saves a tone of time. All I gotta fsck on the | > way back up is /var since it won't mount ro after syslog starts, which | > makes sense

Re: freebsd port of netboot?..

2000-08-30 Thread Peter Wemm
Warner Losh wrote: > In message <Pine.OSF.4.20.0008291444240.18775-10@wally> Christopher Stein writes: > : .. does anyone know if this exists? It would > : speed up the panic-edit-compile-boot-copy-boot kernel hacking > : cycle by transforming it to panic-edit-compi

Re: freebsd port of netboot?..

2000-08-30 Thread Warner Losh
In message <Pine.OSF.4.20.0008291444240.18775-10@wally> Christopher Stein writes: : .. does anyone know if this exists? It would : speed up the panic-edit-compile-boot-copy-boot kernel hacking : cycle by transforming it to panic-edit-compile-netboot. I usually mount everything readonl

Re: freebsd port of netboot?..

2000-08-29 Thread Alfred Perlstein
* Christopher Stein <[EMAIL PROTECTED]> [000829 11:49] wrote: > > .. does anyone know if this exists? It would > speed up the panic-edit-compile-boot-copy-boot kernel hacking > cycle by transforming it to panic-edit-compile-netboot. http://people.freebsd.org/~alfred/pxe/ --

Re: freebsd port of netboot?..

2000-08-29 Thread Chris D. Faulhaber
On Tue, 29 Aug 2000, Christopher Stein wrote: > .. does anyone know if this exists? It would > speed up the panic-edit-compile-boot-copy-boot kernel hacking > cycle by transforming it to panic-edit-compile-netboot. > Does this help? jedgar@splat:/usr/ports$ make search key=

freebsd port of netboot?..

2000-08-29 Thread Christopher Stein
.. does anyone know if this exists? It would speed up the panic-edit-compile-boot-copy-boot kernel hacking cycle by transforming it to panic-edit-compile-netboot. thnx -Chris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: /usr/src/sys/i386/boot/netboot problem during compile

1999-07-28 Thread Robert Nordier
Dima wrote: > I have a problem compiling of files needed for network boot on a FreeBSD > 3.2-Release. > as I understand I need this file (scrt0.o) because netboot makes *com > files only from a.out files, not from ELF. In sources I found where is > this file compiled - /usr/src/

Re: /usr/src/sys/i386/boot/netboot problem during compile

1999-07-28 Thread Robert Nordier
Dima wrote: > I have a problem compiling of files needed for network boot on a FreeBSD > 3.2-Release. > as I understand I need this file (scrt0.o) because netboot makes *com > files only from a.out files, not from ELF. In sources I found where is > this file compiled - /usr/src/

/usr/src/sys/i386/boot/netboot problem during compile

1999-07-28 Thread Dima
I have a problem compiling of files needed for network boot on a FreeBSD 3.2-Release. As it was writen in handbook, I have to compile nb8390.com, nb3c509.com, nb8390.rom, nb3c509.rom files to perform boot over network. But during compile a I get the following error: /usr/src/sys/i386/boot/netboot

/usr/src/sys/i386/boot/netboot problem during compile

1999-07-28 Thread Dima
/netboot > make Warning: Object directory not changed from original /usr/src/sys/i386/boot/netboot ln -s /usr/src/sys/i386/boot/netboot/../../include /usr/src/sys/i386/boot/netboot/machine cc -O2 -DNFS -DROMSIZE=16384 -DRELOC=0x9 -DPCI -DPCI_VENDOR=0x10ec -DPCI_DEVICE=0x8029 -DPCI_CLASS=0x02,0x00,0

Re: make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Robert Nordier
> I found it when I went searching however I still can't get the netboot to > compile as it was designed for aout. Any ideas of why it wasn't moved to > elf along with the rest of the OS? Or if not how *I* can port it to elf > instead? The intention is that loader(8)

Re: make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Gregory A. Carter
Ollivier Robert [Re: make fails in 3.2-RELEASE for netboot] 7.16.1999 .. . According to Gregory A. Carter: . > I'm assuming that might have something to do with it. The file scrt0.c . . This is the old a.out crt c

Re: make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Robert Nordier
> I found it when I went searching however I still can't get the netboot to > compile as it was designed for aout. Any ideas of why it wasn't moved to > elf along with the rest of the OS? Or if not how *I* can port it to elf > instead? The intention is that loader(8)

Re: make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Gregory A. Carter
Ollivier Robert [Re: make fails in 3.2-RELEASE for netboot] 7.16.1999 .. . According to Gregory A. Carter: . > I'm assuming that might have something to do with it. The file scrt0.c . . This is the old a.out crt c

Re: make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Ollivier Robert
According to Gregory A. Carter: > I'm assuming that might have something to do with it. The file scrt0.c This is the old a.out crt code. The one in 3.0+ is crt1.c, look into /usr/src/lib/csu/i386-elf/. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr FreeBSD kelt

Re: make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Ollivier Robert
According to Gregory A. Carter: > I'm assuming that might have something to do with it. The file scrt0.c This is the old a.out crt code. The one in 3.0+ is crt1.c, look into /usr/src/lib/csu/i386-elf/. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.free

make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Gregory A. Carter
Been trying to get nb8390.com compiled under /usr/sys/i386/boot/netboot and every time it does this: (ns2)[6]:/usr/src/sys/i386/boot/netboot# make Warning: Object directory not changed from original /usr/src/sys/i386/boot/netboot cc -O2 -DNFS -DROMSIZE=16384 -DRELOC=0x9 -DPCI -DPCI_VENDOR

make fails in 3.2-RELEASE for netboot

1999-07-15 Thread Gregory A. Carter
Been trying to get nb8390.com compiled under /usr/sys/i386/boot/netboot and every time it does this: (ns2)[6]:/usr/src/sys/i386/boot/netboot# make Warning: Object directory not changed from original /usr/src/sys/i386/boot/netboot cc -O2 -DNFS -DROMSIZE=16384 -DRELOC=0x9 -DPCI -DPCI_VENDOR