Skip to content

Commit

Permalink
kernel: try fix vmware SIGINT exception
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Sep 7, 2024
1 parent 01afc5e commit 5e01c2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eapp.s
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _krnl_MMain:
mov gs, ax
mov es, ax

mov esp, 0xFFFE # 設置棧底
mov esp, 0xFFF0 # 設置棧底

xor eax, eax # 清空寄存器
mov ebx, eax # 為接下來的代碼做準備
Expand Down
Binary file modified src/elkernel.e
Binary file not shown.

0 comments on commit 5e01c2e

Please sign in to comment.