summaryrefslogtreecommitdiff
path: root/cpu/interrupts/software/idt.txt
blob: 04cafd9700cdd7bf1791f522989e9cfa87fd18b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Each enty 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)