- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 32 bit kernel on an L1000 machine
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
Discussions
Discussions
Discussions
Forums
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
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-02-2004 07:24 AM
тАО07-02-2004 07:24 AM
My question is, I recently purchased an L1000 for some development purposes. I had not realized the it will only load the 64 bit HP-UX kernel. The developers wanted to know if it were possible to recomplie the kernel to make it run a 32 bit kernel? They wat to use it to develop some 32 bit code that doesn't conform perfectly to all the rules necessary to compile and run on the 64 bit kernel. Thanks for any help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 07:26 AM
тАО07-02-2004 07:26 AM
SolutionNow it is still possible via compiler switches for your programmers to compile 32-bit programs on this box. That should not be a problem. The will need to read documentation to figure out how to do that. The 64-bit OS will also run 32-bit programs quite easily.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 07:34 AM
тАО07-02-2004 07:34 AM
Re: 32 bit kernel on an L1000 machine
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 07:36 AM
тАО07-02-2004 07:36 AM
Re: 32 bit kernel on an L1000 machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 08:21 AM
тАО07-02-2004 08:21 AM
Re: 32 bit kernel on an L1000 machine
getconf KERNEL_BITS will tell you the current kernel word-width
getconf HW_CPU_SUPP_BITS will tell you if your system supports both the 32 and 64 bit kernels. (I believe K-class systems support both 32 and 64 bit kernel).