summaryrefslogtreecommitdiff
path: root/kernel/cpu/arch_inst.s
AgeCommit message (Collapse)Author
2024-03-17stuffAnton Kling
2024-02-21Kernel: Remove all inline assembly.Anton Kling
Now the kernel does not rely upon inline assembly which is often very error prone. This also means that the kernel could probably be compiled with any c99 compiler which would help future bootstrapping.