Real Mode OS Warning: Difference between revisions

m
grammar
[unchecked revision][unchecked revision]
(Created page with " Using BIOS functions (and "avoiding" the need to write drivers) can seem easier for beginners that don't know any better, however it makes everything much much harder in the ...")
 
m (grammar)
Line 24:
=== Serial Ports ===
 
The BIOS serial port code is uses polling to send and receive bytes (and there is no "FIFO buffers"). This means that it's almost impossible to use the BIOS functions for serial ports to receive data without losing data, and almost impossible to use the BIOS functions for serial ports to send data without huge performance problems.
 
=== Video ===
Anonymous user