Writing an OS in pure Rust #1000
Replies: 11 comments
-
Looks awesome! |
Beta Was this translation helpful? Give feedback.
-
@arbel03 Thanks! |
Beta Was this translation helpful? Give feedback.
-
Omg thanks! |
Beta Was this translation helpful? Give feedback.
-
@eisterman Great to hear! |
Beta Was this translation helpful? Give feedback.
-
I am really looking forward to this! I greatly enjoyed the first edition! :) |
Beta Was this translation helpful? Give feedback.
-
Was reading around the blog posts and they are fantastic! I am really looking forward to the guide about the working of the bootloader, because that's what seems arcane to me right now. I'm really waiting and checking your page everyday! |
Beta Was this translation helpful? Give feedback.
-
If you subscribe to #479, you will get a notification every time there is a new post. |
Beta Was this translation helpful? Give feedback.
-
@sntdevco Thanks! I'm currently busy writing new posts about async/await and threading, so I probably won't have the time for the bootloader post in the near future. But it is on my list and I try my best to write it soon. |
Beta Was this translation helpful? Give feedback.
-
working in my next big thing, and start exploring this series it is awesome thanks. |
Beta Was this translation helpful? Give feedback.
-
So I am new to rust and wanted to take a crash course and this wonderful blog is perfect. Everything up to this point has been working flawlessly until trying to add the lib breakpoint test demonstrated in CPU Exceptions. Once I added the test to the lib.rs and ran "cargo test --lib" I got this error: Running: Caused by: Not really sure where I went wrong but I have fully verified everything with in this blog against my code. Is there something I am missing or is the fact that I am using much newer crates that this execution is no longer valid, thanks. |
Beta Was this translation helpful? Give feedback.
-
NM, obviously creating the GDT solves the problem, wish that was mentioned, thanks. |
Beta Was this translation helpful? Give feedback.
-
This is a general purpose comment thread for the “Writing an OS in pure Rust” news post.
Beta Was this translation helpful? Give feedback.
All reactions