Group :: System/Libraries
Source RPM: libx86
Built: over 10 years ago
Size: 61.9 KB
Repocop status:

Gear: http://git.altlinux.org/gears/l/libx86.git
Home page: http://www.codon.org.uk/~mjg59/libx86/
License: BSD
Summary: a hardware-independent library for executing real-mode x86 code
Description:
It's often useful to be able to make real-mode x86 BIOS calls from userland.
lrmi provides a simple interface to this for x86 machines, but this doesn't help
on other platforms. libx86 provides the lrmi interface, but will also run on
platforms such as amd64 and alpha.
- libx86
- libx86-devel
- spec: don't use make_install_std macro2010-03-25 Vladislav Zavjalov 1.1-alt8
- apply libx86-add-pkgconfig.patch from Fedora, thanks to lav@ (closes #23209) - apply libx86-mmap-offset.patch from Fedora, thanks to lav@ - fix a bug introoduced by the libx86-mmap-offset.patch in non-x86emu build (zero offset in real mode must be separated from zero exit status of the LRMI_common_init()) - reshape the git-repository to keep all sources in the master branch2009-09-11 Vladislav Zavjalov 1.1-alt7
- fix build