cos2000v1/programs/pmode.asm

16 lines
166 B
NASM

include "..\include\mem.h"
include "..\include\divers.h"
org 0h
start:
header exe 1
realstart:
mov eax,cr0
or al,1
mov cr0,eax
retf