diff options
Diffstat (limited to 'src/kernel/arch/amd64/32/boot.s')
-rw-r--r-- | src/kernel/arch/amd64/32/boot.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/arch/amd64/32/boot.s b/src/kernel/arch/amd64/32/boot.s index 0e21036..0621038 100644 --- a/src/kernel/arch/amd64/32/boot.s +++ b/src/kernel/arch/amd64/32/boot.s @@ -2,6 +2,7 @@ .global _start .type _start, @function _start: + cli mov $_stack_top, %esp push %ebx // save the address of the multiboot struct |