Tagged Questions
2
votes
1answer
290 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
583 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
2answers
211 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?
0
votes
1answer
60 views
16bit Real Mode C Compiler for Mac OS X
I am looking for a C compiler that runs on mac and it needs to compile to 8086 16 bit real mode machine code.