Re: compiling and testing hp700
Jochen Kunz <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.hp700 |
|---|---|
| Message-ID | <[email protected]> |
On 2003.11.22 07:22 Kirill Levchenko wrote:
> This may seem a bit ignorant, but I need help compiling and testing a
> current hp700 kernel. I compile a kernel using build.sh -m hp700
> kernel=SMALL, but this gives me an ELF executable. How does it get
> loaded?
You need to build the bootloader and mkboot in src/sys/arch/hp700/stand.
Then make a LIF file with the bootloader and the kernel:
mkboot boot.elf netbsd.elf netbsd.lif
This LIF file can be netbooted via DHCP/bootp and tftp or rbootd,
depending on your machine.
--
tschüÃ,
Jochen
Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/