```c
// struct REGPACK reg;
reg.r_ax=0x1130;
reg.r_bx=reg_bx;
int86(0x10,®);
return MK_FP(reg.r_es,reg.r_bp);
```
// struct REGPACK reg;
reg.r_ax=0x1130;
reg.r_bx=reg_bx;
int86(0x10,®);
return MK_FP(reg.r_es,reg.r_bp);
```
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!