Test request for my kernel

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
iammisc
Member
Member
Posts: 269
Joined: Thu Nov 09, 2006 6:23 pm

Test request for my kernel

Post 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.
Attachments
catalyst.tar.gz
(17.12 KiB) Downloaded 55 times
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post 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 :(.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

It's not a noob question. Depending on how it's implemented it could request itself. But I doubt it.
My OS is Perception.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

I dont want to hack into my /boot to add some test kernel. My suggestion is to use floppy/cd images instead.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
iammisc
Member
Member
Posts: 269
Joined: Thu Nov 09, 2006 6:23 pm

Post 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.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

Couldn't you try to detect a floppy then change the search string?
iammisc
Member
Member
Posts: 269
Joined: Thu Nov 09, 2006 6:23 pm

Post by iammisc »

no as this is a microkernel.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

Since you are using grub, you can always (ab)use the kernel command line for that sort of purposes 8)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply