Re: 64bit kernel, 32bit OS?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jiri Slaby
Date: Thursday, July 10, 2008 - 1:18 am

On 07/10/2008 09:20 AM, Matthias Schniedermeyer wrote:

Just my $.02. I do this configuration for years on some machines.

The only problem I've ever met is that some drivers are broken to support this 
configuration, some ioctls or mmap structures simply binary differs on 32 and 
64-bit (due to different alignment and members size) and the driver can't cope 
with that -- doesn't define ioctls independently on arch or let the structures 
unaligned.

So make sure you won't use any proprietary blob which can't handle this (e.g. 
nvidia is OK).
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
64bit kernel, 32bit OS?, Shaun R., (Wed Jul 9, 5:16 pm)
Re: 64bit kernel, 32bit OS?, Matthias Schniedermeyer, (Thu Jul 10, 12:20 am)
Re: 64bit kernel, 32bit OS?, Jiri Slaby, (Thu Jul 10, 1:18 am)