View previous topic :: View next topic |
Author |
Message |
Hotstuff Guru


Joined: 19 Sep 2004 Posts: 487 Location: Schweiz ( Zürich )
|
Posted: Thu Mar 20, 2008 6:28 pm Post subject: Amd64 System, lädt Kernel 32Bit runter |
|
|
Hallo
Ich habe eine AMD 64 CD eingelegt.
Während der Installation lädt Gentoo 2007.0 32 Bit Kernel runter.
Wiseo den das, ist bis jetzt bei mir noch nie passiert.
emerge gentoo-sources
make -j8
Code: | SYSMAP .tmp_System.map
CC arch/x86/boot/version.o
LD arch/x86/boot/setup.elf
OBJCOPY arch/x86/boot/setup.bin
AS arch/x86/boot/compressed/head_64.o
OBJCOPY arch/x86/boot/compressed/vmlinux.bin
GZIP arch/x86/boot/compressed/vmlinux.bin.gz
LD arch/x86/boot/compressed/piggy.o
LD arch/x86/boot/compressed/vmlinux
OBJCOPY arch/x86/boot/vmlinux.bin
BUILD arch/x86/boot/bzImage
Root device is (9, 2)
Setup is 10728 bytes (padded to 10752 bytes).
System is 781 kB
Kernel: arch/x86/boot/bzImage is ready (#3)
|
Gruss Dave _________________ Root Server 1: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 32Bit
Root Server 2: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 64Bit |
|
Back to top |
|
 |
Hilefoks l33t

Joined: 29 Jan 2003 Posts: 849 Location: Emden / Deutschland
|
Posted: Thu Mar 20, 2008 6:53 pm Post subject: |
|
|
Moin,
der Kernel-Source ist immer der gleiche. D.h. es wird immer der gleiche Tarball heruntergeladen - egal welche Architektur du hast.
Mit Kernel 2.6.22 (ich glaube mit dieser Version) wurde aber der x86 und der x86-64 Teil zusammengelegt. Daher die dich verwirrende Ausgabe.
MfG,
Hilefoks _________________ - Der Computer rechnet vor allem damit, dass der Mensch denkt. - |
|
Back to top |
|
 |
Polynomial-C Retired Dev


Joined: 01 Jun 2003 Posts: 1432 Location: Germany
|
Posted: Thu Mar 20, 2008 7:10 pm Post subject: |
|
|
Hilefoks wrote: | Mit Kernel 2.6.22 (ich glaube mit dieser Version) wurde aber der x86 und der x86-64 Teil zusammengelegt. |
Nein, im 2.6.22er noch nicht. Ich glaube i386 und x86_64 wurden erst mit kernel 2.6.24_rc zusammengelegt, aber nachprüfen kann ich das nicht, denn ich bin von kernel 2.6.22.19 direkt auf 2.6.24.3 umgestiegen... _________________ The manual said "Requires Windows10 or better" so I installed GNU/Linux...
my portage overlay
Need a stage1 tarball? (Unofficial builds) |
|
Back to top |
|
 |
Hotstuff Guru


Joined: 19 Sep 2004 Posts: 487 Location: Schweiz ( Zürich )
|
Posted: Thu Mar 20, 2008 7:42 pm Post subject: |
|
|
Hallo
Ich bekomme immer diese Fehlermeldung
Code: | The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
make: *** [modules_install] Error 1
|
Gruss Dave _________________ Root Server 1: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 32Bit
Root Server 2: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 64Bit |
|
Back to top |
|
 |
Evildad Guru


Joined: 15 Apr 2004 Posts: 475
|
Posted: Thu Mar 20, 2008 7:44 pm Post subject: |
|
|
Geh nach
/usr/src/linux
make menuconfig eingeben und dann loadable Module Support aktivieren. Konfig speichern, gut. |
|
Back to top |
|
 |
misterjack Veteran


Joined: 03 Oct 2004 Posts: 1657
|
Posted: Thu Mar 20, 2008 8:12 pm Post subject: |
|
|
Hotstuff wrote: |
Code: | The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
|
|
Warum machst du nicht einfach, was da steht? _________________ „Meine Meinung steht fest! Bitte verwirren Sie mich nicht mit Tatsachen.“ |
|
Back to top |
|
 |
|