* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / libx86 / libx86.desc
blob6bd7083f2c514ae1ed4f517d1c95f700d0d9151e
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/libx86/libx86.desc
3 [COPY] Copyright (C) 2007 - 2021 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] A hardware-independent library for executing real-mode x86 code
14 [T] It's often useful to be able to make real-mode x86 BIOS calls from
15 [T] userland. libx86 is built on top of two bodies of code - lrmi and
16 [T] x86emu. x86emu is a generic x86 emulator.
17 [T]
18 [T] On x86 platforms, libx86 will use the vm86 interface provided by
19 [T] most modern kernels in order to execute code. On non-x86 platforms,
20 [T] an interface layer is provided to allow x86emu to be used to execute
21 [T] lrmi function calls.
23 [U] http://www.codon.org.uk/~mjg59/libx86/
25 [A] Matthew Garrett <mjg59-freshmeat@srcf.ucam.org>
26 [A] Jonathan McDowell
27 [A] David Mosberger-Tang
28 [A] Egbert Eich
29 [A] Josh Vanderhoof
30 [M] Rene Rebe <rene@t2-project.org>
32 [C] base/tool
33 [F] CROSS
35 [L] BSD
36 [S] Beta
37 [V] 1.1
38 [P] X -----5---9 200.000
40 [O] [ $arch = x86 ] || var_append makeopt ' ' 'BACKEND=x86emu'
42 [D] 6de51423dc780b8f8f64d11a2088ecf80c34a0e315f0cd236ccbca47 libx86-1.1.tar.gz http://www.codon.org.uk/~mjg59/libx86/downloads/