summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager/V86/v86.wtf.asm
blob: 15e39691e322b7d6582bdb6c89e4b79a2613ce90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[BITS 16]

[GLOBAL v86test]
v86test:
	dw v86test_end - v86test_start	
v86test_start:
	mov ax, 0013h
	int 10h
	int 3
v86test_end:
	db 0