Skip to content

Commit

Permalink
Add commit URL
Browse files Browse the repository at this point in the history
  • Loading branch information
taikiy committed Feb 22, 2023
1 parent fa0fbab commit 269ab13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Documents in this repo assumes macOS on Apple M1 chip.
# Sections

1. [Real Mode Development](./doc/real_mode_development.md)
2. [Protected Mode Development](./doc/protected_mode_development.md)
2. [Protected Mode Development 1 - Entering Protected Mode](./doc/protected_mode_development.md)
3. [Protected Mode Development 2 - Loading 32-bit kernel](./doc/protected_mode_development_2.md)
4. [Protected Mode Development 3 - Writing kernel in C](./doc/protected_mode_development_3.md)

# Resources

Expand Down
2 changes: 1 addition & 1 deletion doc/protected_mode_development_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ video_mem[0] = 0x0241; // 'A' (65 decimal or 0x41 hex) + Green (0x02) in the lit

and with bit more helper functions, we can call `print` and write "Hello, World!".

[commit]()
[commit](https://github.com/taikiy/kernel/commit/fa0fbabaf9c9cd93bcaff966fb54164fa3da3df6)

0 comments on commit 269ab13

Please sign in to comment.