summaryrefslogtreecommitdiffstats
path: root/kernel/kernel_asm.s
blob: 60051213ba5ee3e965c0222411324045a715c1ba (plain)
1
2
3
4
5
6
7
global smiley

section .text

smiley:
	mov eax,0xB8000
	mov word [eax],0x0E01