Alula

Results 4 issues of Alula

If possible, could you attempt to implement this feature. It would make Operating System Development much easier.

#### URL of Documentation - What page of documentation are we dealing with? https://www.gocosmos.org/docs/install/ #### Expected Behaviour - What do you think should happen? It should say to download VS...

Area: Documentation

the code `exit(12)` produces the following ASM `global _start _start: ;; exit mov rax, 12 push rax mov rax, 60 pop rdi syscall ;; /exit mov rax, 60 mov rdi,...

No crates.io release???