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

Merge branch 'master' of https://edugit.org/jakobkir/bootOS

parents 15ea4e77 7680cb9c
Branches master
No related tags found
No related merge requests found
No preview for this file type
...@@ -164,7 +164,7 @@ start: ...@@ -164,7 +164,7 @@ start:
; ;
main_loop: main_loop:
mov sp,stack ; Reinitialize stack pointer mov sp,stack ; Reinitialize stack pointer
int 0xa0 int 0x27
mov ax,main_loop mov ax,main_loop
push ax push ax
xor ax,ax ; Mark as interactive xor ax,ax ; Mark as interactive
......
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