- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to build kernel on Linux 6.X?
Operating System - Linux
1821244
Members
2756
Online
109632
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 10:34 PM
02-22-2002 10:34 PM
How to build kernel on Linux 6.X?
Dear all expertise ,
how to re-build Linux's kernel , even I added some driver?
Thanks in advance for you helps,
Worapoj.
how to re-build Linux's kernel , even I added some driver?
Thanks in advance for you helps,
Worapoj.
For LOVE For Honor For Mankind
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2002 02:11 PM
02-23-2002 02:11 PM
Re: How to build kernel on Linux 6.X?
I take it you mean RedHat 6.x?
If you've installed the source, you should be able to read the instructions that come with it.
Usually the source will be installed in /usr/src/linux-.
Once in there, you need to do the following (from the 'README'):
make config (or menuconfig, or xconfig)
make dep
make bzImage (or 'lilo')
make modules
make modules_install
Depending on whether you made an Image or used 'lilo' will depend on what is required to be done to put the kernel in place.
You will also need to play with 'mkinitrd' if you didn't compile the root disk controller's drivers into the kernel (ie. made it a loadable module).
'man mkinitrd' is your friend.
If you've installed the source, you should be able to read the instructions that come with it.
Usually the source will be installed in /usr/src/linux-
Once in there, you need to do the following (from the 'README'):
make config (or menuconfig, or xconfig)
make dep
make bzImage (or 'lilo')
make modules
make modules_install
Depending on whether you made an Image or used 'lilo' will depend on what is required to be done to put the kernel in place.
You will also need to play with 'mkinitrd' if you didn't compile the root disk controller's drivers into the kernel (ie. made it a loadable module).
'man mkinitrd' is your friend.
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP