Skip to content
Snippets Groups Projects
Commit 6fd6fb47 authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

hotfix2

parent 804d4703
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -13,7 +13,7 @@ init: xor ax, ax ...@@ -13,7 +13,7 @@ init: xor ax, ax
rep movsb rep movsb
jmp start jmp start
start: mov si, interrupts start: mov si, interrupts
mov di, 0x00a0 * 4 mov di, 0x0027 * 4
mov cx, 0x0002 mov cx, 0x0002
.loop: movsw .loop: movsw
stosw stosw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment