Tagged Questions
2
votes
1answer
267 views
16 bit C code for real mode kernel
I don't know how to compile my C kernel for 16 bit real mode. I have tried a variety of compilers with no luck. My bootloader simply loads raw sectors from the floppy (my kernel lives right after the ...
2
votes
2answers
570 views
Alter Interrupt in 16 bit Real Mode
I'm trying to alter my interrupt table to take over the keyboard interrupt. My end goal is to write my new interrupt routine, copy myself into RAM and make the real-mode interrupt table point to me.
...
1
vote
3answers
192 views
Where to find the reference of dos.h for the c programming language?
I'm looking for the reference/documentation of the dos.h API.
(especially for an openwatcom specific version).
Where to get the documentation?