summaryrefslogtreecommitdiff
path: root/cpu/instructions/config/set_gdt.txt
blob: 781dc4a927b1b441947198165bf68ec43f688a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
Number of parameters: 2

Usage:
	set_gdt <ptr> <size>

Effect:
	Sets the gdt to start at <ptr> and be <size> bytes long
	<ptr> is the physical address

Exceptions:
	None