mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-20 19:42:03 +03:00
linux: Fix wrong jmp instruction
This commit is contained in:
parent
6e78e33989
commit
1e935e10d3
@ -56,7 +56,7 @@ __attribute__((noreturn)) void linux_spinup(void *entry, void *boot_params) {
|
||||
"xorl %%edi, %%edi\n\t"
|
||||
"xorl %%ebx, %%ebx\n\t"
|
||||
|
||||
"jmp *(%%ecx)\n\t"
|
||||
"jmp *%%ecx\n\t"
|
||||
:
|
||||
: "m"(linux_gdt), "c"(entry), "S"(boot_params)
|
||||
: "memory"
|
||||
|
Loading…
Reference in New Issue
Block a user