aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/io/io.asm
blob: 6ab3707e0fa61352e0c83b9d6e854a2a8bfd91f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
global shutdown
shutdown:
  mov ax, 0x1000
  mov ax, ss
  mov sp, 0xf000
  mov ax, 0x5307
  mov bx, 0x0001
  mov cx, 0x0003
  int 0x15
  ret