cvs commit: ports/devel Makefile ports/devel/libx86 Makefile distinfo pkg-descr ports/devel/libx86/files patch-thunk.c

Jung-uk Kim jkim at FreeBSD.org
Fri Dec 5 16:40:05 PST 2008


jkim        2008-12-06 00:40:05 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libx86         Makefile distinfo pkg-descr 
    devel/libx86/files   patch-thunk.c 
  Log:
  It's often useful to be able to make real-mode x86 BIOS calls from userland.
  Linux lrmi provides a simple interface to this for i386 machines, but this
  doesn't help on other platforms.  libx86 provides the Linux lrmi interface,
  but will also run on platforms such as amd64 and alpha.
  
  WWW: http://www.codon.org.uk/~mjg59/libx86/
  
  Revision  Changes    Path
  1.3283    +1 -0      ports/devel/Makefile
  1.1       +32 -0     ports/devel/libx86/Makefile (new)
  1.1       +3 -0      ports/devel/libx86/distinfo (new)
  1.1       +12 -0     ports/devel/libx86/files/patch-thunk.c (new)
  1.1       +6 -0      ports/devel/libx86/pkg-descr (new)


More information about the cvs-all mailing list