My colleagues and I are trying to develop a small OS using nasm
and pure C without libraries.
So we want to know how to implement interrupts if it is possible at all. I tried this but it does not assemble with NASM. (Editor's note: that's a 16-bit MASM answer that sets a real-mode IVT entry)
In case it is possible, documentation of how to achieve it or a simple example would be great.