Page 1 of 1

Test request for my kernel

Posted: Sun Mar 18, 2007 1:53 pm
by iammisc
Hi.

I have attached my kernel here for you on the forum to test.

There are two files. catalyst and catalyst_stage2. Basically you have to put these on any type of device accessible by grub and do

root (the grub device name)
kernel /boot/catalyst
module /boot/catalyst_stage2

please note that the kernel will not work unless you put the catalyst_stage2 inside the boot directory, because i check for the string "/boot/catalyst_stage2" as the grub module name.

It has been tested on the last release of grub legacy.

Thanks.

Posted: Tue Mar 20, 2007 12:21 am
by pcmattman
Probably a noob question, but will it work if I rename down to 11 characters and put on a FAT12 floppy? Because that's the only method I have to run kernels - so far :(.

Posted: Tue Mar 20, 2007 1:52 am
by AndrewAPrice
It's not a noob question. Depending on how it's implemented it could request itself. But I doubt it.

Posted: Tue Mar 20, 2007 4:31 am
by Combuster
I dont want to hack into my /boot to add some test kernel. My suggestion is to use floppy/cd images instead.

Posted: Tue Mar 20, 2007 5:20 pm
by iammisc
no not with 11 characters. It checks for /boot/catalyst_stage2. sorry. I'll try to get a floppy as soon as possible.

Posted: Wed Mar 21, 2007 1:10 am
by pcmattman
Couldn't you try to detect a floppy then change the search string?

Posted: Wed Mar 21, 2007 7:57 pm
by iammisc
no as this is a microkernel.

Posted: Thu Mar 22, 2007 1:00 am
by Combuster
Since you are using grub, you can always (ab)use the kernel command line for that sort of purposes 8)