Bios calls in Python?

D-Man dsh8290 at rit.edu
Tue Jun 5 22:20:08 EDT 2001


On Tue, Jun 05, 2001 at 07:46:28PM -0400, Bill Walker wrote:
| Is it possible to make BIOS calls in Python (Windows version)? In
| particular, I would like to plot graphic points in EGA resolution to the
| console screen.

Can you make BIOS calls in C?  If so you can write a C extension to
provide BIOS access to Python :-).

-D





More information about the Python-list mailing list