All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding a new scheduler to the kernel
@ 2021-05-13 21:11 J Mårtensson
  0 siblings, 0 replies; only message in thread
From: J Mårtensson @ 2021-05-13 21:11 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am trying to develop a modified version of CFS. After following
several examples online, I am wondering two things.
First, how do I add the new scheduler after the removal of .next in
the sched_class? I have tried adding it to the SCHED_DATA in
/include/asm-generic/vmlinux.lds.h. Is this the correct place or do I
need to make more changes?

Second, the modified kernel will compile without a problem but will
refuse to launch in grub, is there any way I can debug it on an older
working kernel or use other appropriate methods? As it stands now it
will just show a black screen after "Loading initial ramdisk ..." . I
do not get any further information after removing "quiet splash".

Regards
Jacob

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-13 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 21:11 Adding a new scheduler to the kernel J Mårtensson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.