- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel rebuild using mk_kernel with ANSI C
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Discussion Boards
Community
Resources
Forums
Blogs
- 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
07-16-2003 09:49 AM
07-16-2003 09:49 AM
kernel rebuild using mk_kernel with ANSI C
Surely it would be better if kernel rebuilds always used the HP C compiler for consistency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:42 AM
07-17-2003 01:42 AM
Re: kernel rebuild using mk_kernel with ANSI C
are you sure you didn't change any parameter in the kernel ?
Usually the kernel rebuild uses the internal C compiler, AFAIK, and the installation should have not changed anything.
Try comparing /stand/system and /stand/system.prev, is there any difference (assuming just one kernel rebuild)?
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:49 AM
07-17-2003 01:49 AM
Re: kernel rebuild using mk_kernel with ANSI C
something else you installed required the reboot and its changed the kernel. Depending on what changed the size of the kernel can change dramatically, as in your case. You need to find out why/what rebuilt your kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:55 AM
07-17-2003 01:55 AM
Re: kernel rebuild using mk_kernel with ANSI C
are you looking at /stand/vmunix or /stand/build/vmunix_test,
while building new kernel(mk_kernel)/stand/build/vmunix_test will be generated which will replace(move to) /stand/vmunix.
as long as kernel is building up without any problem and system is coming up with new kernel size of the file doesn't matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 03:36 AM
07-17-2003 03:36 AM
Re: kernel rebuild using mk_kernel with ANSI C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 04:23 AM
07-17-2003 04:23 AM
Re: kernel rebuild using mk_kernel with ANSI C
All I can think is that ANSI-C implements newer libraries optimized for PA-RISC which thus reduces the kernel build size, and this is a positive bonus!