Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: syslinux: users

NetBSD kernel support

 

 

syslinux users RSS feed   Index | Next | Previous | View Threaded


gzp at papp

Feb 27, 2008, 1:25 AM

Post #1 of 9 (10574 views)
Permalink
NetBSD kernel support

Is there any chance to get NetBSD kernel support in syslinux?

http://gzp.hu/gzpBSD/20080226/netbsd.gzpBSD-ER.gz

Thats kernel bootable via grub, but I would like to switch to extlinux. ;-)

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


hpa at zytor

Feb 27, 2008, 8:52 AM

Post #2 of 9 (10158 views)
Permalink
Re: NetBSD kernel support [In reply to]

Gabor Z. Papp wrote:
> Is there any chance to get NetBSD kernel support in syslinux?
>
> http://gzp.hu/gzpBSD/20080226/netbsd.gzpBSD-ER.gz
>
> Thats kernel bootable via grub, but I would like to switch to extlinux. ;-)
>

Looks like a MultiBoot-format image, so you can boot it with mboot.c32:

label netbsd
kernel mboot.c32
append netbsd.gzpBSD-ER

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


gzp at papp

Feb 28, 2008, 1:53 AM

Post #3 of 9 (10135 views)
Permalink
Re: NetBSD kernel support [In reply to]

* "H. Peter Anvin" <hpa [at] zytor>:

| > http://gzp.hu/gzpBSD/20080226/netbsd.gzpBSD-ER.gz

| Looks like a MultiBoot-format image, so you can boot it with mboot.c32:

| label netbsd
| kernel mboot.c32
| append netbsd.gzpBSD-ER

Ungzipped? Grub able to boot it in gzipped format.

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


hpa at zytor

Feb 28, 2008, 10:01 AM

Post #4 of 9 (10146 views)
Permalink
Re: NetBSD kernel support [In reply to]

Gabor Z. Papp wrote:
> * "H. Peter Anvin" <hpa [at] zytor>:
>
> | > http://gzp.hu/gzpBSD/20080226/netbsd.gzpBSD-ER.gz
>
> | Looks like a MultiBoot-format image, so you can boot it with mboot.c32:
>
> | label netbsd
> | kernel mboot.c32
> | append netbsd.gzpBSD-ER
>
> Ungzipped? Grub able to boot it in gzipped format.
>

It wouldn't be particularly hard to add decompression support, but it's
not there at the moment.

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


gzp at papp

Feb 28, 2008, 10:53 PM

Post #5 of 9 (10148 views)
Permalink
Re: NetBSD kernel support [In reply to]

* "H. Peter Anvin" <hpa [at] zytor>:

| > Ungzipped? Grub able to boot it in gzipped format.

| It wouldn't be particularly hard to add decompression support, but it's
| not there at the moment.

Could you please add it to your TODO list? :-)

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


hpa at zytor

Feb 29, 2008, 10:01 AM

Post #6 of 9 (10148 views)
Permalink
Re: NetBSD kernel support [In reply to]

Gabor Z. Papp wrote:
> * "H. Peter Anvin" <hpa [at] zytor>:
>
> | > Ungzipped? Grub able to boot it in gzipped format.
>
> | It wouldn't be particularly hard to add decompression support, but it's
> | not there at the moment.
>
> Could you please add it to your TODO list? :-)

Already halfway done with the implementation (it will go on the "nolen"
branch, since it is yet another case of not knowing the length beforehand.)

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


hpa at zytor

Feb 29, 2008, 11:37 AM

Post #7 of 9 (10158 views)
Permalink
Re: NetBSD kernel support [In reply to]

H. Peter Anvin wrote:
> Gabor Z. Papp wrote:
>> * "H. Peter Anvin" <hpa [at] zytor>:
>>
>> | > Ungzipped? Grub able to boot it in gzipped format.
>>
>> | It wouldn't be particularly hard to add decompression support, but it's
>> | not there at the moment.
>>
>> Could you please add it to your TODO list? :-)
>
> Already halfway done with the implementation (it will go on the "nolen"
> branch, since it is yet another case of not knowing the length beforehand.)
>

Turns out I was wrong; mboot.c32 already handles compressed images.

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


gzp at papp

Mar 3, 2008, 4:19 AM

Post #8 of 9 (10147 views)
Permalink
Re: NetBSD kernel support [In reply to]

* "H. Peter Anvin" <hpa [at] zytor>:

| > Already halfway done with the implementation (it will go on the "nolen"
| > branch, since it is yet another case of not knowing the length beforehand.)

| Turns out I was wrong; mboot.c32 already handles compressed images.

After uncompressing the kernel the system reboots. Tried on several
different machines.

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.


hpa at zytor

Mar 3, 2008, 10:25 AM

Post #9 of 9 (10153 views)
Permalink
Re: NetBSD kernel support [In reply to]

Gabor Z. Papp wrote:
> * "H. Peter Anvin" <hpa [at] zytor>:
>
> | > Already halfway done with the implementation (it will go on the "nolen"
> | > branch, since it is yet another case of not knowing the length beforehand.)
>
> | Turns out I was wrong; mboot.c32 already handles compressed images.
>
> After uncompressing the kernel the system reboots. Tried on several
> different machines.
>

So it seems to. Somewhat hard for me to know what the exact problem is,
since I don't know NetBSD internals, and I didn't write mboot.c32, but
I'll try to look at it.

Any help would be appreciated, of course.

Personally, I'd like to have a rewritten mboot.c32 which uses the
shuffle APIs, like elf.c32.

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX [at] zytor
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.

syslinux users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.