summaryrefslogtreecommitdiff
path: root/cpu/interrupts/software/idt.txt
blob: 74888083545e3ac6b77285fb116a78c9cdb35e8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Each entry is n*2 bits long, where n is the current mode in bits
TODO: Specify a limit for them

It uses the following format:
	(higher address)
	+--------------------------------+
	| Pointer to executable code run |
	+--------------------------------+
	| Privileges required for usage  |
	+--------------------------------+
	(lower address)