> I'm continuing to make progress with the s390x port. The kernel is now > crapping > out with the following: > loading module TS (sched/TS) > panic[cpu0]/thread=11c200: Couldn't load default scheduling class 'TS' > skipping system dump - no dump device configured > > I am using a ramdisk from where the kernel has been able to load things like > genunix. I assume the ramdisk will need to have the modules that have been > built placed in it. What I need to know is what the directory layout needs > to look like. Is TS to be found in /sched/TS or /kernel/sched/TS or > somewhere else? > > Neale
TS is kernel/sched/TS. (or kernel/sched/<isa-name>/TS for the 64-bit ISA). The list of files and directories that are used to build the ramdisk is: usr/src/cmd/boot/bootadm/filelist.ramdisk So you can just put the equivalent stuff in yours, or make the hopefully minimal changes to bootadm to get it working. -Mike -- Mike Shapiro, Solaris Kernel Development. blogs.sun.com/mws/ _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
