Re: [Freedos-devel] Fw: Re: About my driver, HIMEM/EMM386 and interrupts

2009-10-29 Thread dos386
> I'm building a driver (for DOS) :-) For what hardware ?? > means that the driver will have to do different things to get to the tables > depending > on whether HIMEM, or EMM386, or both, or none of them are currently there. NO. Just use XMS, it is still available even if EMM386 is additionall

[Freedos-devel] Fw: Re: About my driver, HIMEM/EMM386 and interrupts

2009-10-29 Thread Lucas Kiwi
Guys,    I was pretty sure I had got it working before, so I didn't want to just leave it as it is. What I just did is restart my computer with plain FreeDOS and wrote, compiled and executed a programme like this:    mov ax,0b800h    mov ds,ax    mov word ptr [100h],1f21h    ; draw exclamatio

Re: [Freedos-devel] About my driver, HIMEM/EMM386 and interrupts

2009-10-29 Thread Lucas Kiwi
Guys,    I was pretty sure I had got it working before, so I didn't want to just leave it as it is. What I just did is restart my computer with plain FreeDOS and wrote, compiled and executed a programme like this:    mov ax,0b800h --- On Tue, 27/10/09, japhethx gmail wrote: From: japhethx