LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-28-2009, 08:25 AM   #1
Wormboy
LQ Newbie
 
Registered: Mar 2009
Posts: 16

Rep: Reputation: 0
Linux Unified kernel on 64-bit?


Is the LUK available at all for 64-bit?
Using Ubuntu 9.04 64-bit.
I can only find 32-bit binaries on the downloads page and compiling from source with the "make" command gives this:

make -Wall -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` EXTRA_CFLAGS="-I`pwd`/include" modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
CC [M] /home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.o
In file included from /home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.c:33:
/home/tim/Desktop/unifiedkernel-0.2.4/module/include/apc.h:35:28: error: linux/winternl.h: No such file or directory
In file included from /home/tim/Desktop/unifiedkernel-0.2.4/module/include/win32.h:38,
from /home/tim/Desktop/unifiedkernel-0.2.4/module/include/apc.h:39,
from /home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.c:33:
/home/tim/Desktop/unifiedkernel-0.2.4/module/include/win32_process.h:34:32: error: linux/win32_thread.h: No such file or directory
make[2]: *** [/home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.o] Error 1
make[1]: *** [_module_/home/tim/Desktop/unifiedkernel-0.2.4/module] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
make: *** [default] Error 2
 
Old 08-29-2009, 03:03 AM   #2
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
Probably won't be 64 bit, since 64 bit windows is still very new itself... I'm guessing it's 32 bit only, and it will probably stay that way since the majority of windows software is still 32 bit only. Even if you got it running for 64 bit I'm betting the SysWOW isn't there so no 32 bit programs. =S
 
Old 08-29-2009, 05:16 AM   #3
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
http://www.longene.org/forum/viewtopic.php?f=19&t=1623

I don't think it will be even possible in a short term. As far as I know, LUK still use wine for lots of things, though they plan to move some parts of it into the kernel, note that wine itself can't be compiled as a 64 bits program. It works in 64 bits Linuxes, but only because 64 bits linuxes can run 32 bits programs. Wine hasn't been ported to compile on x86_64 natively.
 
Old 08-29-2009, 01:59 PM   #4
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
Quote:
Originally Posted by i92guboj View Post
http://www.longene.org/forum/viewtopic.php?f=19&t=1623

I don't think it will be even possible in a short term. As far as I know, LUK still use wine for lots of things, though they plan to move some parts of it into the kernel, note that wine itself can't be compiled as a 64 bits program. It works in 64 bits Linuxes, but only because 64 bits linuxes can run 32 bits programs. Wine hasn't been ported to compile on x86_64 natively.
You can, but I don't know if the 64 bit compile runs 32bit and 64 bit or just 64 bit windows apps. I think that's probably the main reason they haven't been working much on the 64 bit version, most applications are still 32 bit. =( a lot of development has to come yet.

http://wiki.winehq.org/Wine64

I'm pretty sure it only runs 64 bit programs.
 
Old 08-29-2009, 02:55 PM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by mushroomboy View Post
You can, but I don't know if the 64 bit compile runs 32bit and 64 bit or just 64 bit windows apps. I think that's probably the main reason they haven't been working much on the 64 bit version, most applications are still 32 bit. =( a lot of development has to come yet.

http://wiki.winehq.org/Wine64

I'm pretty sure it only runs 64 bit programs.
Yes, when you turn the 64 bits option on it won't be able to run regular windows x86 stuff. I heard about this 64 bits stuff, but I was under the impression that wine itself was a 32 bits binary regardless, maybe I was wrong. Still, it seems like it isn't too mature yet.

Last edited by i92guboj; 08-29-2009 at 02:58 PM.
 
Old 08-29-2009, 03:46 PM   #6
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
Source is neither 32bit or 64bit... basically it doesn't matter if you want to make a 64 bit wine but...that is the problem, as it only seems to run 64 bit code so I don't think devlopment will go very far any time soon.
 
Old 08-29-2009, 11:13 PM   #7
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by mushroomboy View Post
Source is neither 32bit or 64bit...
That would be the ideal status of things. The fact is that not all source code compiles in all architectures. Let's take grub as an example, but there are many more. Lots of programs needed some fixes for amd64 when the arch was emerging, I know because Gentoo was in the front line when that happened Most times it was trivial to fix them, just a few minor inconsistencies in the data types to fix some assumptions that the programmers shouldn't have made in the first place. But some others can take more time to fix, and I assume that's why wine hasn't had a 64 bits version at all until very recent times.

Source *can* be arch-specific, the kernel has bits of arch-specific code, for another example. But even when the code is not arch-specific, the 32 vs. 64 bits can arise due to miss-alignments and other problems that can arise due to the different lengths in the data types.

Last edited by i92guboj; 08-29-2009 at 11:27 PM.
 
  


Reply

Tags
compatibility, kernel, linux, windows, wine


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to check linux kernel is 32 bit or 64 bit surprise_frnd Linux - General 13 10-16-2012 09:55 AM
[SOLVED] ReactOS and Linux Unified Kernel... RaptorX Linux - Distributions 1 11-04-2010 10:40 AM
LXer: Linux Unified Kernel Aims to Combine Linux, NT Kernel LXer Syndicated Linux News 0 05-28-2009 02:10 PM
LXer: Linux Unified Kernel Reaches Version 0.2.4 LXer Syndicated Linux News 0 05-27-2009 12:00 AM
LXer: Linux Unified Kernel Claims to Allow You To Run Windows Applications.. LXer Syndicated Linux News 0 05-18-2009 02:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration