Results 1 to 5 of 5
Hello,
I have a dumb question, in that where is the Debian Kernal files stored on the system?
Thanks.......
- 07-08-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 65
Kernal location
Hello,
I have a dumb question, in that where is the Debian Kernal files stored on the system?
Thanks....
- 07-08-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
should be in /usr/src/linux...you may have to apt-get them though...
Operating System: GNU Emacs
- 07-09-2005 #3
Depends on what kernel files you are looking for.
There are also kernel related files in the /boot path.
- 07-09-2005 #4
The 'kernel' itself (the actual booted binary) will be stored in /boot generaly, but is of little use unless you plan to copy it as a backup
the /usr/src/linux will contain the sources/headers for the current Kernel you are running, these files can be manipulated, and this directory is the one that you would
make menu_config && make install
if you were to be compiling on your own.
- 07-12-2005 #5
and actualy the kernel sources are in /usr/src then there is a symlink from the current sources to /usr/src/linux
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org


Reply With Quote
