UbixOS  2.0
bioscall.h File Reference
#include <sys/types.h>
Include dependency graph for bioscall.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EFLAG_IF   0x200
 
#define EFLAG_IOPL3   0x3000
 
#define EFLAG_TF   0x100
 
#define EFLAG_VM   0x20000
 

Functions

void bios16Code ()
 
void biosCall (int biosInt, int eax, int ebx, int ecx, int edx, int esi, int edi, int es, int ds)
 

Macro Definition Documentation

◆ EFLAG_IF

#define EFLAG_IF   0x200

Definition at line 35 of file bioscall.h.

◆ EFLAG_IOPL3

#define EFLAG_IOPL3   0x3000

Definition at line 36 of file bioscall.h.

◆ EFLAG_TF

#define EFLAG_TF   0x100

Definition at line 34 of file bioscall.h.

◆ EFLAG_VM

#define EFLAG_VM   0x20000

Definition at line 37 of file bioscall.h.

Function Documentation

◆ bios16Code()

void bios16Code ( )

Referenced by biosCall().

◆ biosCall()