Results 1 to 7 of 7
Well guys, I have reached the end of my "testing" stage of learning linux.. and I am currently backing up all my files on the dreaded windoze box. Now, the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-25-2004 #1Just Joined!
- Join Date
- Nov 2004
- Location
- Three Oaks, Michigan
- Posts
- 49
Compiling and Installing the 2.6.9
Well guys, I have reached the end of my "testing" stage of learning linux.. and I am currently backing up all my files on the dreaded windoze box. Now, the only thing left, is kernel compiling and installing. I want to put on the 2.6.9 kernel on this system, and then, I know I will be capable of putting Linux on my main system. So, how do I do it? I already have the kernel source.. but I can't find any documentation, so of course, this is where I turn to you guys
.
-justin
- 11-25-2004 #2Just Joined!
- Join Date
- Nov 2004
- Posts
- 18
http://www.digitalhermit.com/linux/K...ild-HOWTO.html
Or shorter: make mrproper && make menuconfig && make && make modules_install
- 11-25-2004 #3Linux User
- Join Date
- Jul 2004
- Location
- Poland
- Posts
- 368
Well now, it seems easy but I guess you'll have do to several attempts at this. Configuring options tends to be messy... Don't get frustrated if you don't get everything working at the first time.
"I don't know what I'm running from
And I don't know where I'm running to
There's something deep and strange inside of me I see"
- 11-30-2004 #4Just Joined!
- Join Date
- Nov 2004
- Location
- Portugal
- Posts
- 39
I usually do a
The echo part is just a simple way of telling me that it went through all stages. LOLCode:make;make install;make modules;make modules_install;make bzImage;make bzlilo; echo ALL IS DONE!
I had some problems on 2.6.9... sync out-of-ranges, emu10k1 stopped working(And yeah... I added that part), so I went back to 2.6.8.1 .
But my Shell Resolution sucks... it's at 640x480x256 ...with a big font(hate them) And I don't remember how to change it. Any ideas ?
- 12-19-2004 #5Just Joined!
- Join Date
- Dec 2004
- Posts
- 7
enable frame buffer support in the kernel compilation
Originally Posted by Megatron
device drivers > graphic support
section then edit grub or lilo.conf and change vga= to whatever you want
- 12-19-2004 #6Linux User
- Join Date
- Jul 2004
- Location
- Poland
- Posts
- 368
Look at http://bootsplash.org/ to have a patch that will embellish you console.But my Shell Resolution sucks... it's at 640x480x256 ...with a big font(hate them) And I don't remember how to change it. Any ideas ?"I don't know what I'm running from
And I don't know where I'm running to
There's something deep and strange inside of me I see"
- 12-19-2004 #7Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
The README file is the ONLY place to start. Readmes are there for a very good reason. It is in the directory where the source untarred to.


Reply With Quote
