Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
while i'm trying to implement syscall instruction in My x86_64 Hobby OS it causes unexpected faults, like #PF, #UD, #GP.
my Kernel repository: [Nikinix]https://github.com/nicolasbickhoff11/Nikinix.git[/Nikinix]
file: in src (src/syscall/entry/entry.asm.org)
If you can, submit a pull request
Do you have any idea the file that was changed that has resulted in faults going forward? That would help, you can paste the commit here that is responsible for that change