Skip to content

Commit

Permalink
Minor Typo Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 committed May 9, 2024
1 parent 5498bae commit 0e6eb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ This means that the fonts folder is missing (you need either a psf v2 or v1 font
Well so far a big thank you goes to [DeanoBurrito](https://github.com/DeanoBurrito) that implemented several stuff for Dreamos64 (x2apic, fixed some bugs, logging, and more to come...) not to mention his precious help explaining things and reviewing my crappy code :)
And his operating system is worth a mention too: [NorthPort](https://github.com/DeanoBurrito/northport)

Finally if you are interested in how to develop a kernel from scratch, you can head to [https://github.com/dreamportdev/Osdev-Notes/](https://github.com/dreamportdev/Osdev-Notes/) a project mantainde by me, and [DeanoBurrito](https://github.com/DeanoBurrito) on how to write a kernel from scratch.
Finally if you are interested in how to develop your own kernel, you can head to [https://github.com/dreamportdev/Osdev-Notes/](https://github.com/dreamportdev/Osdev-Notes/) a project mantained by me, and [DeanoBurrito](https://github.com/DeanoBurrito) on how to write a kernel from scratch.

2 changes: 1 addition & 1 deletion docs/kernel/Syscalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The syscalls are called using the interrupt vector `0x80`. Arguments depend on the syscalls being called. Below the list of available syscalls

# Sycalls List
# Syscalls List

## 0x01 TEST

Expand Down

0 comments on commit 0e6eb33

Please sign in to comment.