Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xx-sources
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5 ... 27, 28, 29  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Zaqh
n00b
n00b


Joined: 28 Jan 2004
Posts: 17

PostPosted: Sun May 30, 2004 6:28 pm    Post subject: Reply with quote

I'd really like to try this kernel, but i have the same problem that scaba, i don't know how to reverse the ckrm patch.

In other way, enabling SMP on a uniprocessor system wont make it slower?

PD: Sorry about my English
Back to top
View user's profile Send private message
4nykey
Apprentice
Apprentice


Joined: 11 Feb 2004
Posts: 176

PostPosted: Sun May 30, 2004 6:51 pm    Post subject: Reply with quote

Here's a ckrm patch that should allow reverse. Havent checked wheter it compiles afterwards though.
/*edit*/ Nevermind, it won't boot

Enabling ckrm in 'general setup' should make it compile as well btw.


Last edited by 4nykey on Sun May 30, 2004 11:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
Zaqh
n00b
n00b


Joined: 28 Jan 2004
Posts: 17

PostPosted: Sun May 30, 2004 7:55 pm    Post subject: Reply with quote

4nykey wrote:

Enabling ckrm in 'general setup' should make it compile as well btw.


Thx, it worked. Now running it, and reiser4 works pretty good too (i couldn't get it working with love sources, only with lokean)
Back to top
View user's profile Send private message
xiphux
Apprentice
Apprentice


Joined: 15 Jun 2002
Posts: 225
Location: Madison, WI

PostPosted: Thu Jun 03, 2004 3:30 am    Post subject: Reply with quote

Well, it's been a while, but I'm finally back.

I've been trying to work on my latest patchset, but unfortunately, I cannot get it to mount my reiser4 system without breaking horribly. I decided to post what I have to see if other people have the same problems, or if it's just my computer. And the people who don't use reiser4 hopefully shouldn't have any problems at all.

http://www.thelightofthesoul.com/linux/patches/xx-sources-2.6.7-rc1-xx1/

It's based on 2.6.7-rc1-mm1. rc2-mm1 came out as I was working on this, but I didn't really want to ditch the work I had done already.

Staircase is updated to 5.5, and Nicksched is updated to v31. The reiser4 snapshot is updated to the newest one. Nick's VM rollup is included. Autoregulating swappiness had to be partially rewritten to work with nick's active mapped/unmapped page split. Squashfs is up to version 2. Swsusp2 is added. CKRM seemed to be causing more trouble than it was worth, so I dropped it. Same with RSBAC. The -mm tree has finally gone from the anonmm to the anonvma level, so andrea's patches are no longer needed. The patch to make the kernel boot a lot less verbosely is included, and is a configurable option. rICMP, nmap freak, and the device-mapper/evms patches are added. So is perfctr, stuff from the LKML, new megaraid, bk alsa and watchdog, m32r processor support, further VM updates from Hugh Dickins, and Ingo's NX flag support.

Hopefully I can figure out what's wrong with reiser4 soon...
Back to top
View user's profile Send private message
CaribbeanKnight
Apprentice
Apprentice


Joined: 27 Apr 2003
Posts: 240
Location: Earth -> Europe -> Belgium -> Diest

PostPosted: Thu Jun 03, 2004 4:30 am    Post subject: Reply with quote

xiphux: on trying to compile your new sources, i get this:
Code:

.....
  LD      arch/i386/kernel/acpi/built-in.o
  CC      arch/i386/kernel/cpu/cyrix.o
  CC      arch/i386/kernel/cpu/mcheck/p4.o
  CC      arch/i386/kernel/cpu/mcheck/non-fatal.o
  LD      arch/i386/kernel/cpu/mcheck/built-in.o
  CC      arch/i386/kernel/cpu/mtrr/main.o
  LD      arch/i386/kernel/cpu/mtrr/built-in.o
  LD      arch/i386/kernel/cpu/built-in.o
  CC      arch/i386/kernel/timers/timer.o
  CC      arch/i386/kernel/timers/timer_tsc.o
  CC      arch/i386/kernel/timers/timer_pit.o
  CC      arch/i386/kernel/timers/hrtimer_tsc.o
arch/i386/kernel/timers/hrtimer_tsc.c:23: warning: 'use_tsc' defined but not used
  LD      arch/i386/kernel/timers/built-in.o
  CC      arch/i386/kernel/reboot.o
  LD      arch/i386/kernel/built-in.o
  CC      arch/i386/mm/init.o
arch/i386/mm/init.c:471: warning: 'set_nx' defined but not used
  LD      arch/i386/mm/built-in.o
  CC      arch/i386/mach-default/topology.o
  LD      arch/i386/mach-default/built-in.o
  CC      kernel/sched.o
In file included from kernel/sched.c:46:
include/linux/perfctr.h:64: warning: "struct perfctr_cpu_mask" declared inside parameter list
include/linux/perfctr.h:64: warning: its scope is only this definition or declaration, which is probably not what you want
include/linux/perfctr.h:64: warning: "struct perfctr_info" declared inside parameter list
include/linux/perfctr.h:66: warning: "struct vperfctr_control" declared inside parameter list
include/linux/perfctr.h:71: warning: "struct vperfctr_control" declared inside parameter list
include/linux/perfctr.h:71: warning: "struct perfctr_sum_ctrs" declared inside parameter list
kernel/sched.c: In function `task_curr':
kernel/sched.c:1064: warning: passing arg 1 of `task_cpu' discards qualifiers from pointer target type
kernel/sched.c: At top level:
kernel/sched.c:815: warning: 'apparent_prio' defined but not used
  CC      kernel/fork.o
  CC      kernel/panic.o
  CC      kernel/exit.o
  CC      kernel/softirq.o
  CC      kernel/timer.o
In file included from kernel/timer.c:36:
include/linux/perfctr.h:64: warning: "struct perfctr_cpu_mask" declared inside parameter list
include/linux/perfctr.h:64: warning: its scope is only this definition or declaration, which is probably not what you want
include/linux/perfctr.h:64: warning: "struct perfctr_info" declared inside parameter list
include/linux/perfctr.h:66: warning: "struct vperfctr_control" declared inside parameter list
include/linux/perfctr.h:71: warning: "struct vperfctr_control" declared inside parameter list
include/linux/perfctr.h:71: warning: "struct perfctr_sum_ctrs" declared inside parameter list
  CC      kernel/sys.o
  CC      kernel/workqueue.o
  CC      kernel/posix-timers.o
  CC      kernel/acct.o
  LD      kernel/built-in.o
  CC      mm/bootmem.o
  CC      mm/filemap.o
  CC      mm/mempool.o
  CC      mm/page_alloc.o
  CC      mm/page-writeback.o
  CC      mm/pdflush.o
  CC      mm/readahead.o
  CC      mm/vmscan.o
mm/vmscan.c: In function `shrink_active_list':
mm/vmscan.c:723: warning: ISO C90 forbids mixed declarations and code
  CC      mm/highmem.o
mm/highmem.c:32: warning: 'kmaps_active' defined but not used
  CC      mm/shmem.o
  CC      mm/page_io.o
  CC      mm/swapfile.o
mm/swapfile.c: In function `get_swap_page':
mm/swapfile.c:197: warning: implicit declaration of function `printnolog'
mm/swapfile.c:197: error: `SUSPEND_SWAP' undeclared (first use in this function)
mm/swapfile.c:197: error: (Each undeclared identifier is reported only once
mm/swapfile.c:197: error: for each function it appears in.)
mm/swapfile.c:197: error: `SUSPEND_VERBOSE' undeclared (first use in this function)
mm/swapfile.c: In function `swap_free':
mm/swapfile.c:276: error: `SUSPEND_SWAP' undeclared (first use in this function)
mm/swapfile.c:276: error: `SUSPEND_VERBOSE' undeclared (first use in this function)
make[1]: *** [mm/swapfile.o] Error 1
make: *** [mm] Error 2
StardusT linux-2.6.7-rc1-xx1 #

_________________
...we ain't shit...
Linux User #353893
Back to top
View user's profile Send private message
xiphux
Apprentice
Apprentice


Joined: 15 Jun 2002
Posts: 225
Location: Madison, WI

PostPosted: Thu Jun 03, 2004 6:43 am    Post subject: Reply with quote

Try adding this include to the top of mm/swapfile.c:

#include <linux/suspend-debug.h>
Back to top
View user's profile Send private message
primero.gentoo
Guru
Guru


Joined: 23 Dec 2003
Posts: 402

PostPosted: Thu Jun 03, 2004 9:17 am    Post subject: Reply with quote

Ok, compiling of kernel started right now , i've to say ... What a Great Job!! :-)

Just configuring the kernel has been very funny and educational , high five!

I had just a problem about bootsplash ... simply the option did not appeared even if i selected its dependencies (initrd), i tried to insert the option in ".config" by hand , i'll let you know about it.

After this Schedule configuration is great ... hope it will work good.
I've selected Staircase (i wanted to try it out so much) and CFQ IONice (sounds good, but how can i IONice processes? )....

And ... you're great for inserting UML patches ...

Yes, i'm really satisfied until now.

Just a question, i'm looking for a good benchmark to test different kernel patchsets and configuration for a day-to-day use of my Notebook, does anyone have some hints?

bye
_________________
"Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039)
Back to top
View user's profile Send private message
primero.gentoo
Guru
Guru


Joined: 23 Dec 2003
Posts: 402

PostPosted: Thu Jun 03, 2004 9:52 am    Post subject: Reply with quote

Ok, just rebooted .... and no luck! :(

After the Unzip line the kernel start with a very strage output, something like :

Code:

===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************



and then reboot ... not good :)

I had some warnings during compilation, i remember something about systrace and maybe also about schedule , but they seemed harmless warnings...

Ok, i'm gonna recompile with a more reliable configuration and try again.
_________________
"Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039)
Back to top
View user's profile Send private message
DaMouse
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 233

PostPosted: Thu Jun 03, 2004 9:54 am    Post subject: Reply with quote

xiphux, just wondering how you managed to split out the NickSched and Staircase into #ifdefs?

[EDIT] use v30g, Nick himself warned us off v31 [/EDIT]

-DaMouse
_________________
I am the dark lord DaMouse I eat souls and wear the dressing gown of evil.
Back to top
View user's profile Send private message
xiphux
Apprentice
Apprentice


Joined: 15 Jun 2002
Posts: 225
Location: Madison, WI

PostPosted: Thu Jun 03, 2004 10:15 am    Post subject: Reply with quote

Hmm, that's weird, primero. Unfortunately, that output doesn't say a whole lot about the error...

Have you activated perfctr? I found that when I activated perfctr, my console refused to initialize at all, and only worked when I disabled it. It's the only think I can think of at the moment...

Try Contest by Con Kolivas, it's a pretty decent kernel benchmark.
http://contest.kolivas.org

Most warnings are harmless; the only ones I've seen that can cause problems are ones about implicit declarations of functions.

The bootsplash patch I used is the one from bootsplash.de. Now that you mentioned it, I looked, and there wasn't any configuration option for it. Weird. I'll have to look into that.

You need Jens Axboe's ionice program to change the io nice:

http://www.thelightofthesoul.com/linux/ionice.c

Instructions are in the comments at the top of the file. Just change the syscall defines to match the numbers that are in include/asm/unistd.h.

Thanks for the Nicksched warning, DaMouse. I'll revert for the next release.

All I really did to split up the code was go through the patch manually and add in each hunk, with conditionals instead of complete replacements of code. It sounds like a lot of work, but I read the code enough and tried to set it up so there was a minimum amount of duplicated code. So in the end it wasn't that bad.
Back to top
View user's profile Send private message
primero.gentoo
Guru
Guru


Joined: 23 Dec 2003
Posts: 402

PostPosted: Thu Jun 03, 2004 10:22 am    Post subject: Reply with quote

xiphux wrote:
Hmm, that's weird, primero. Unfortunately, that output doesn't say a whole lot about the error...


Yes i know , but is very difficult to get a screenshot when you screen is filled by that kind of messages :)


Quote:

Have you activated perfctr? I found that when I activated perfctr, my console refused to initialize at all, and only worked when I disabled it. It's the only think I can think of at the moment...



I'm gonna look for it, wher it should be?

I'm recompiling right now and i get this errors/warnings:

Code:

.
.
.
.
  CC      init/do_mounts_devfs.o
  CC      init/do_mounts_rd.o
  CC      init/do_mounts_initrd.o
  LD      init/mounts.o
  CC      init/initramfs.o
  LD      init/built-in.o
  HOSTCC  usr/gen_init_cpio
  CPIO    usr/initramfs_data.cpio
  GZIP    usr/initramfs_data.cpio.gz
  AS      usr/initramfs_data.o
  LD      usr/built-in.o
  CC      arch/i386/kernel/process.o
In file included from arch/i386/kernel/process.c:35:
include/linux/perfctr.h:64: warning: `struct perfctr_cpu_mask' declared inside p   
arameter list
include/linux/perfctr.h:64: warning: its scope is only this definition or declar   
ation, which is probably not what you want
include/linux/perfctr.h:64: warning: `struct perfctr_info' declared inside param   
eter list
include/linux/perfctr.h:66: warning: `struct vperfctr_control' declared inside p   
arameter list
include/linux/perfctr.h:71: warning: `struct vperfctr_control' declared inside p   
arameter list
include/linux/perfctr.h:71: warning: `struct perfctr_sum_ctrs' declared inside p   
arameter list
  CC      arch/i386/kernel/semaphore.o
  CC      arch/i386/kernel/signal.o
  AS      arch/i386/kernel/entry.o
  CC      arch/i386/kernel/traps.o
  CC      arch/i386/kernel/irq.o
  CC      arch/i386/kernel/vm86.o
  CC      arch/i386/kernel/ptrace.o
  CC      arch/i386/kernel/i8259.o
.
.
.
.
  CC      arch/i386/kernel/init_task.o
  CPP     arch/i386/kernel/vmlinux.lds.s
  CC      arch/i386/mm/init.o
arch/i386/mm/init.c:471: warning: `set_nx' defined but not used
  CC      arch/i386/mm/pgtable.o
arch/i386/mm/pgtable.c: In function `show_mem':
arch/i386/mm/pgtable.c:27: warning: unused variable `badram'
  CC      arch/i386/mm/fault.o
  CC      arch/i386/mm/ioremap.o
  CC      arch/i386/mm/extable.o
  CC      arch/i386/mm/pageattr.o
  LD      arch/i386/mm/built-in.o
  CC      arch/i386/mach-default/setup.o
  CC      arch/i386/mach-default/topology.o
  LD      arch/i386/mach-default/built-in.o
  CC      kernel/sched.o
In file included from kernel/sched.c:46:
include/linux/perfctr.h:64: warning: `struct perfctr_cpu_mask' declared inside p   
arameter list
include/linux/perfctr.h:64: warning: its scope is only this definition or declar   
ation, which is probably not what you want
include/linux/perfctr.h:64: warning: `struct perfctr_info' declared inside param   
eter list
include/linux/perfctr.h:66: warning: `struct vperfctr_control' declared inside p   
arameter list
include/linux/perfctr.h:71: warning: `struct vperfctr_control' declared inside p   
arameter list
include/linux/perfctr.h:71: warning: `struct perfctr_sum_ctrs' declared inside p   
arameter list
kernel/sched.c: In function `task_curr':
kernel/sched.c:1064: warning: passing arg 1 of `task_cpu' discards qualifiers fr   
om pointer target type
kernel/sched.c: At top level:
kernel/sched.c:815: warning: `apparent_prio' defined but not used
  CC      kernel/fork.o
  CC      kernel/exec_domain.o
  CC      kernel/panic.o
  CC      kernel/printk.o
  CC      kernel/profile.o
.
.
.
.
  CC      kernel/time.o
  CC      kernel/softirq.o
  CC      kernel/resource.o
  CC      kernel/sysctl.o
  CC      kernel/capability.o
  CC      kernel/ptrace.o
  CC      kernel/timer.o
In file included from kernel/timer.c:36:
include/linux/perfctr.h:64: warning: `struct perfctr_cpu_mask' declared inside p   
arameter list
include/linux/perfctr.h:64: warning: its scope is only this definition or declar   
ation, which is probably not what you want
include/linux/perfctr.h:64: warning: `struct perfctr_info' declared inside param   
eter list
include/linux/perfctr.h:66: warning: `struct vperfctr_control' declared inside p   
arameter list
include/linux/perfctr.h:71: warning: `struct vperfctr_control' declared inside p   
arameter list
include/linux/perfctr.h:71: warning: `struct perfctr_sum_ctrs' declared inside p   
arameter list
  CC      kernel/user.o
  CC      kernel/signal.o
  CC      kernel/sys.o
  CC      kernel/kmod.o
  CC      kernel/workqueue.o
  CC      kernel/pid.o
  CC      kernel/rcupdate.o
  CC      kernel/intermodule.o
  CC      kernel/extable.o
.
.
.
.
  CC      mm/prio_tree.o
  CC      mm/readahead.o
  CC      mm/slab.o
  CC      mm/swap.o
  CC      mm/truncate.o
  CC      mm/vmscan.o
mm/vmscan.c: In function `shrink_active_list':
mm/vmscan.c:723: warning: ISO C90 forbids mixed declarations and code
  CC      mm/fremap.o
  CC      mm/highmem.o
mm/highmem.c:32: warning: `kmaps_active' defined but not used
  CC      mm/madvise.o
  CC      mm/memory.o
  CC      mm/mincore.o
  CC      mm/mlock.o
  CC      mm/mmap.o
  CC      mm/mprotect.o
  CC      mm/mremap.o
  CC      mm/msync.o
  CC      mm/rmap.o
  CC      mm/shmem.o
  CC      mm/vmalloc.o
  CC      mm/page_io.o
.
.
.


are they harmfull?

Bye
_________________
"Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039)
Back to top
View user's profile Send private message
sxz
n00b
n00b


Joined: 03 May 2004
Posts: 21

PostPosted: Thu Jun 03, 2004 10:31 am    Post subject: Reply with quote

Um, how should i configure it that swsusp would work? I`m getting this:

Code:

  CC      kernel/power/swapwriter.o
kernel/power/swapwriter.c:108: error: `page_index' redeclared as different kind of symbol
include/linux/mm.h:461: error: previous declaration of `page_index'
kernel/power/swapwriter.c: In function `start_one':
kernel/power/swapwriter.c:906: error: structure has no member named `count'
kernel/power/swapwriter.c: In function `cleanup_one':
kernel/power/swapwriter.c:993: error: structure has no member named `count'
kernel/power/swapwriter.c:995: error: structure has no member named `count'
kernel/power/swapwriter.c:996: error: structure has no member named `count'
kernel/power/swapwriter.c: In function `swapwriter_write_header_cleanup':
kernel/power/swapwriter.c:1562: warning: unused variable `next_header_page'
make[2]: *** [kernel/power/swapwriter.o] Error 1
make[1]: *** [kernel/power] Error 2
make: *** [kernel] Error 2
Back to top
View user's profile Send private message
xiphux
Apprentice
Apprentice


Joined: 15 Jun 2002
Posts: 225
Location: Madison, WI

PostPosted: Thu Jun 03, 2004 10:37 am    Post subject: Reply with quote

Perfctr is under "Processor Type and Features." It's called "Performance-monitoring counters support."

Those warnings are harmless. I didn't bother to take the time to clean those up; I'll probably do a little cleanup for the next release, though.

Ugh, it seems swsusp2 is a little more broken than I thought. I'll see what I can do about that.

[edit]
sxz, try this patch:
http://www.thelightofthesoul.com/linux/patches/xx-sources-2.6.7-rc1-xx1/swsusp2-fix-xx.patch
[/edit]
Back to top
View user's profile Send private message
sxz
n00b
n00b


Joined: 03 May 2004
Posts: 21

PostPosted: Thu Jun 03, 2004 11:28 am    Post subject: Reply with quote

Now i get:
Code:

kernel/power/pagedir.c: In function `mark_pages_for_pageset2':
kernel/power/pagedir.c:298: error: structure has no member named `nr_active'
kernel/power/pagedir.c:298: error: structure has no member named `active_list'
kernel/power/pagedir.c:298: error: structure has no member named `active_list'
make[2]: *** [kernel/power/pagedir.o] Error 1
make[1]: *** [kernel/power] Error 2
make: *** [kernel] Error 2
Back to top
View user's profile Send private message
Safrax
Guru
Guru


Joined: 23 Apr 2002
Posts: 422

PostPosted: Thu Jun 03, 2004 2:17 pm    Post subject: Reply with quote

primero.gentoo wrote:

Code:

===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************
===============
.................................
*******************



I just want to say that I've seen this output as well on a kernel as early as 2.6.5. It doesn't matter what I'm doing when this happens. Also whenever I exit X and drop back to a shell the output on my LCD is garbled but the CRT that I've got hooked up as a secondary monitor displays fine.
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Jun 03, 2004 4:30 pm    Post subject: Reply with quote

@xiphux - great patch so far but the vesafb_modeline_gen.pl does not work..maybe you can fix that..is that the vesafb.patch for 2.6.6 or 2.4 kernel series? the 2.6.6 is new...
alos
libata does not work
Code:
drivers/scsi/libata-core.c:3441:40: Makro >>create_workqueue<< erfordert 2 Argumente, aber nur 1 wurden angegeben
drivers/scsi/libata-core.c: In Funktion >>ata_init<<:
drivers/scsi/libata-core.c:3441: error: `create_workqueue' undeclared (first use in this function)
drivers/scsi/libata-core.c:3441: error: (Each undeclared identifier is reported only once
drivers/scsi/libata-core.c:3441: error: for each function it appears in.)
make[2]: *** [drivers/scsi/libata-core.o] Fehler 1
make[1]: *** [drivers/scsi] Fehler 2

_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
xiphux
Apprentice
Apprentice


Joined: 15 Jun 2002
Posts: 225
Location: Madison, WI

PostPosted: Fri Jun 04, 2004 1:04 am    Post subject: Reply with quote

It's vesafb for 2.6. I don't really know what's up with the vesafb script, and unfortunately, I don't really know perl too well so nothing really jumps out at me.

I have another release:

http://www.thelightofthesoul.com/linux/patches/xx-sources-2.6.7-rc2-xx2/

I'm finally caught up to the latest now - it's based on 2.6.7-rc2-mm2. I've included the latest reiser4 snapshot, which seems to be working all right now. Guess they fixed whatever was wrong. Going to the latest -mm allowed me to drop a bunch of the bugfixes I was adding manually. I also included Paul Jackson's cpumask rework, and I think I've ironed out the compile errors for/related to swsusp2 (the libata-core error is because of swsusp2). It seems to work fine for me so far.

Also, as per DaMouse's suggestion, I've reverted to v30g. Staircase is still at 5.5.
Back to top
View user's profile Send private message
sxz
n00b
n00b


Joined: 03 May 2004
Posts: 21

PostPosted: Fri Jun 04, 2004 8:22 am    Post subject: Reply with quote

Compiled just fine, time to reboot and try it :)
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2206
Location: Poland

PostPosted: Fri Jun 04, 2004 8:40 am    Post subject: Reply with quote

what about EBS Scheduler ? , idea of it sounds nice
latest version is for 2.6.4 , and i have around 1500 lines of reject when i try to aplly it on 2.6.7_rc2-mm2 - > it`s much more than on apllying staircase or nick`s scheduler ,but maybe isn`t "impossible" ;)

greetings
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
xiphux
Apprentice
Apprentice


Joined: 15 Jun 2002
Posts: 225
Location: Madison, WI

PostPosted: Fri Jun 04, 2004 8:44 am    Post subject: Reply with quote

Um... do you have a link?
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2206
Location: Poland

PostPosted: Fri Jun 04, 2004 9:07 am    Post subject: Reply with quote

sure -> http://ebs.aurema.com/

:)
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
sxz
n00b
n00b


Joined: 03 May 2004
Posts: 21

PostPosted: Fri Jun 04, 2004 9:23 am    Post subject: Reply with quote

Well i couldn`t set up bootsplash, because i just can`t enter the bootsplash menu! No idea why. One more thing, if i choose nicks scheduler, i get compile errors.
Back to top
View user's profile Send private message
xiphux
Apprentice
Apprentice


Joined: 15 Jun 2002
Posts: 225
Location: Madison, WI

PostPosted: Fri Jun 04, 2004 9:38 am    Post subject: Reply with quote

The bootsplash option requires the regparm option to be disabled - did you disable it? Or is it forced on? (I haven't checked lately)

Thanks for the link, fallow. I'll integrate that into the next release. If everything goes well, there will be four process schedulers to choose from: staircase, nicksched, spa (a single priority array scheduler by peter williams), and ebs. And I promise to test compile all of them, so you won't see errors in the next release, sxz.

That is, as soon as I get rid of this damn hangover...
Back to top
View user's profile Send private message
primero.gentoo
Guru
Guru


Joined: 23 Dec 2003
Posts: 402

PostPosted: Fri Jun 04, 2004 9:58 am    Post subject: Reply with quote

I Never had success with 2.6.7-rc2-xx1 kernel... tryng with this one :)

No Bootsplash (even with regparm=Y) and Configure Standard Kernel FEatures options menu ....

Hope good ... I WANT THIS KERNEL!!!! :)
_________________
"Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039)
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2206
Location: Poland

PostPosted: Fri Jun 04, 2004 10:00 am    Post subject: Reply with quote

ok , it`s pretty well , I think You include also SPA IA and SPA TPT extensions :) , and if You include EBS will be superb :)

i correcting rejects in SPA now , and I alsa waiting for next release of xx :)


greetings :)
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3, 4, 5 ... 27, 28, 29  Next
Page 4 of 29

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum