interrupts & user libraries
Posted: Mon Feb 06, 2006 11:48 pm
I have a system interrupt (right now just int 46h) that then calls a gets(). But, the gets() doesn't work. It seems like there are no other interrupts getting fired. How do other system's implement the user libraries?