Hi all


>   This is the way to retrieve it using the BIOS. This might prove to be a bit 
>problematic in OS design, but solving this problem is left as an excersize for the 
>reader ;-D
> 
>   This info has been extracted from Ralf Brown's interrupt list, file inter60a.zip 
>available through ftpsearch.lycos.com ....
> 
>   Hope it helps someone somewhere ...
> 
>   Ranieri

Thanks, this could get me the location of the font-buffer and should be
implemented in the next version. Now I save the whole screen, and print it
back after the vga is finished (not very efficient, but it works).

Today I made a succuessful run with my fdc/dma driver -> and it WORKED
*yeah* the fdc-driver reads from the floppy drive, and prints the content
on the screen. I think it will be finished this weekend.

The dma driver is a bit tricky, it can only address 16MB. I thought I
could make a (reserved) buffer below 16MB and copy the buffer to the
appropriate java_byte_array -> jm, is it possible to reserve memory?

For the dma/fdc I had to make several builtins. I think JNI would be a
better method. Is it dicfficult to implement the Java Native Interface?

Thomas Bocek


_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to