Forum: Assembly Oct 15th, 2009 |
| Replies: 1 Views: 350 Hi. I am trying to change an interrupt vector in assembly language to point to a new routine but can't quite figure out how to do it. I am trying to replace it as such:
InterruptRoutine:
... |
Forum: Assembly Jul 2nd, 2009 |
| Replies: 9 Views: 1,121 Well, i'm just tinkering around with creating my own os for the fun of it, not really because i want to make my own to use. i just program this sort of thing to entertain me and keep my thought... |
Forum: Assembly May 24th, 2009 |
| Replies: 9 Views: 1,121 Hello all. I am attempting to write a small operating system, just for kicks (i'm a strange person...), only problem is, i can't seem to make the protected mode switch. I am targeting Intel 80386 and... |