OSDN Git Service

android-x86/external-v86d.git
8 years agoFix the 32-bit executable building errors on lollipop lollipop-x86 marshmallow-x86 nougat-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5 android-x86-8.1-r1
Chih-Wei Huang [Tue, 20 Oct 2015 10:19:25 +0000 (18:19 +0800)]
Fix the 32-bit executable building errors on lollipop

Now the lollipop bionic has full kernel uapi headers.
Just convert the old macros to match the new headers.
No additional hacking is needed.

8 years agoAdd x86emu for 64-bit support
Paulo Sergio Travaglia [Sun, 18 Oct 2015 23:21:42 +0000 (21:21 -0200)]
Add x86emu for 64-bit support

The x86emu is required for other architectures and x86_64.

8 years agoVerify that netlink messages are coming from kernel.
Michał Januszewski [Fri, 25 Feb 2011 21:24:46 +0000 (22:24 +0100)]
Verify that netlink messages are coming from kernel.

Thanks to Nelson Elhage for reporting this problem.

11 years agofix compiling issues for kernel 3.9 jb-x86 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3
Chih-Wei Huang [Thu, 30 May 2013 04:33:30 +0000 (12:33 +0800)]
fix compiling issues for kernel 3.9

11 years agofix compiling issues for kernel 3.7
Chih-Wei Huang [Sun, 23 Dec 2012 16:33:57 +0000 (00:33 +0800)]
fix compiling issues for kernel 3.7

13 years agofix compiling issues for new gcc 4.4.3 gingerbread-x86 honeycomb-x86 ics-x86
Chih-Wei Huang [Thu, 14 Apr 2011 07:30:04 +0000 (15:30 +0800)]
fix compiling issues for new gcc 4.4.3

The old compiler incorrectly looks the headers from /usr/include/.
The new compiler doesn't do that, thus results in building errors.

Fix it by explicitly including the headers from the kernel tree.

13 years agoinitial import
Chih-Wei Huang [Mon, 21 Feb 2011 09:44:18 +0000 (17:44 +0800)]
initial import