History log of /haiku/src/add-ons/kernel/generic/bios/Jamfile
Revision Date Author Comments
# afd04709 26-Nov-2012 Alex Smith <alex@alex-smith.me.uk>

Disable DEBUG in x86emu Jamfile rather than in x86emui.h.


# 70ee5a7e 04-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Moved x86emu to {src,headers}/libs/.


# a9ee7a51 03-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added new BIOS module for calling BIOS interrupts.

This module provides an interface for drivers to use to perform calls
to the BIOS (only really for use by graphics drivers which need to use
the VESA BIOS). It uses the x86emu library from X.org which emulates
a real mode x86 CPU. This is necessary for x86_64 as virtual 8086 mode
no longer exists there.


# afd04709324a9089fd9a15113fdf71db905526dc 26-Nov-2012 Alex Smith <alex@alex-smith.me.uk>

Disable DEBUG in x86emu Jamfile rather than in x86emui.h.


# 70ee5a7efb6b566d840437a24edf0264e4d6c2ee 04-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Moved x86emu to {src,headers}/libs/.


# a9ee7a51329c8a6c6e205e91907c2a753bb62495 03-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added new BIOS module for calling BIOS interrupts.

This module provides an interface for drivers to use to perform calls
to the BIOS (only really for use by graphics drivers which need to use
the VESA BIOS). It uses the x86emu library from X.org which emulates
a real mode x86 CPU. This is necessary for x86_64 as virtual 8086 mode
no longer exists there.