Skip to content

Commit

Permalink
Fix StartKernel
Browse files Browse the repository at this point in the history
Fix StartKernel
  • Loading branch information
andyvand committed Feb 22, 2024
1 parent 0b3da69 commit 5442e9c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bin/boot.efi
Binary file not shown.
Binary file modified bin/macosxbootloader-legacy.pkg/Contents/Archive.bom
Binary file not shown.
Binary file modified bin/macosxbootloader-legacy.pkg/Contents/Archive.pax.gz
Binary file not shown.
Binary file modified bin/macosxbootloader.pkg
Binary file not shown.
8 changes: 4 additions & 4 deletions src/boot/x86/StartKernel.asm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%ifdef ARCH32
global ?ArchStartKernel@@YAXPAX0@Z
?ArchStartKernel@@YAXPAX0@Z:
global ArchStartKernel
ArchStartKernel:
%else
global __Z15ArchStartKernelPvS_
__Z15ArchStartKernelPvS_:
global _ArchStartKernel
_ArchStartKernel:
%endif
cli
mov edx, [esp+4]
Expand Down

0 comments on commit 5442e9c

Please sign in to comment.