Commit Graph

17 Commits

Author SHA1 Message Date
Philipp Oppermann
c728cf8225 Merge pull request #1218 from twilfredo/wilfred/fixup_deprecated_fn
posts/06-double-faults/index: fixup deprecated fn
2023-06-02 09:22:55 +02:00
Pontus Lundström
06dd5edb3f Fix panic caused by misaligned pointer dereference 2023-05-20 23:12:33 +03:00
Wilfred Mallawa
e6b507e6d2 posts/06-double-faults/index: fixup deprecated fn
The code segment from the example uses the newer function whilst the
text segment refers to the old/deprecated `set_cs` fn. Let's fix that.

Signed-off-by: Wilfred Mallawa <vindulawilfred@gmail.com>
2023-05-04 14:55:40 +10:00
Kenny Strawn
6cf6e32ee9 Fix broken links 2023-01-26 10:14:21 +01:00
no
9440629176 fix: check writing reviews 2022-08-16 09:48:21 +02:00
hecatia-elegua
f927a863f2 fix: check writing of 06 2022-07-14 12:18:03 +02:00
Ford Smith
f56b4a0a32 Fix formatting and remove commented use statements 2022-03-19 13:03:40 -04:00
Ford Smith
c393e4442d Update blog/content/edition-2/posts/06-double-faults/index.md
Accidentally forgot to update the use statements.

Co-authored-by: ruhuang <ruhuang2001@gmail.com>
2022-03-19 13:02:16 -04:00
Ford Smith
7954a9f424 Set CS register with non-deprecated function
set_cs is deprecated and CS::set_reg is preferred. Update the blog to reflect this change according to the docs.
2022-03-17 23:42:00 -04:00
Philipp Oppermann
0d40ee3750 Fix interal links and work around errors for #comments links
Zola only checks the markdown source for link targets, so an error occurs if the target is in an template. This is the case for our `#comments` links, so we add a dummy target in a comment.
2022-01-23 16:40:54 +01:00
Philipp Oppermann
5ef39591f6 Update posts to use x86_64 v0.14.2 2021-05-17 15:33:35 +02:00
Alexx Roche
6a17e8a7f4 missing word (#950) 2021-03-22 09:36:55 +01:00
Alexx Roche
7ac5fc903b minor typo (#949)
I think this is missing a preposition.
2021-03-22 09:23:35 +01:00
garasubo
54a0c2b0ad minor fix (#928) 2021-02-11 14:59:23 +01:00
Philipp Oppermann
c5eeea29e2 Update post to use x86_64 v0.13.2 2021-02-02 11:01:53 +01:00
Byron Hambly
ceb52ac411 Minor grammar fixes (#894)
2 small fixes 

"we don't have implemented" -> "we haven't implemented"  

and 

"We use lazy_static again, because Rust's const evaluator is not powerful enough yet" -> "As before, we use lazy_static again." 

just to remove what has already been said a few paragraphs up. 

Thank you for this amazing resource!
2020-12-31 12:53:41 +01:00
Philipp Oppermann
f692c5b377 Rename second-edition subfolder to `edition-2 2020-12-16 14:56:36 +01:00