~rimskyp/helenos/gui

« back to all changes in this revision

Viewing changes to kernel/arch/ia32/src/bios/bios.c

  • Committer: Pavel Rimsky
  • Date: 2010-10-16 19:27:47 UTC
  • mfrom: (355.1.291 HelenOS.mainline)
  • Revision ID: pavel@pavel-laptop-20101016192747-ymgf1isyijywbsxm
Merging changes from mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
27
 */
28
28
 
29
 
/** @addtogroup ia32    
 
29
/** @addtogroup ia32
30
30
 * @{
31
31
 */
32
32
/** @file
35
35
#include <arch/bios/bios.h>
36
36
#include <typedefs.h>
37
37
 
 
38
#define BIOS_EBDA_PTR  0x40e
 
39
 
38
40
uintptr_t ebda = 0;
39
41
 
40
42
void bios_init(void)