You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.
I don't see any problems with the code you provided - I added it to the CLI testzone on my dev system and it worked correctly. I'll need more details on this (other code changes, compile methods, etc).
I tried to compile the kernel to elf64 format and the kernel start and run, but it failed to run any app. The testing app code:
mem_app:
mov rax, 0x0000c300001234b8 ; machine code for: mov rax 0x1234 + ret
mov rdi, 0x0000000000200000
stosq
call 0x0000000000200000
ret
It is okay to call mem_app in the boot loader, but it hang up if I call mem_all right at the begin of kernel_start. any idea what's going wrong?
The text was updated successfully, but these errors were encountered: