Philipp Oppermann
53e0749906
Fix post ordering
...
`reverse` is no longer needed with `weight`
2019-01-22 16:59:00 +01:00
Philipp Oppermann
ccc36b7d45
Replace 404.md with a 404.html template
2019-01-22 16:58:55 +01:00
Philipp Oppermann
a6eb3f25ac
The subsections field is now an iterator of paths
2019-01-22 15:52:22 +01:00
Philipp Oppermann
b96f73278d
Gutenberg was renamed to Zola
2019-01-22 15:52:22 +01:00
Philipp Oppermann
ea7f4d74f6
Sort by order has been removed
2019-01-22 15:47:57 +01:00
sergio valverde
40806ceda0
Fix old links in freestanding Rust bin post. ( #531 )
2019-01-22 09:31:24 +01:00
Pen Tree
ef2bf0ca0f
fix unreachable link
...
seems rustc-guide already move to https://rust-lang.github.io/rustc-guide/
2019-01-21 21:12:59 +08:00
bors[bot]
cdbcb6b981
Merge #526 #529
...
526: Rewrite breakpoint test r=phil-opp a=phil-opp
The current test only tests the x86_64 crate, not any property of our kernel. This was reported in https://github.com/phil-opp/blog_os/issues/450#issuecomment-455771614 .
529: Fixing typos in paging introduction r=phil-opp a=kolemannix
Love this series and thought I'd contribute in whatever way I could. Thanks for the great work.
Looking forward to the next post!
Co-authored-by: Philipp Oppermann <dev@phil-opp.com >
Co-authored-by: Koleman Nix <kolemannix@gmail.com >
2019-01-21 08:08:34 +00:00
Koleman Nix
09789b5327
Fixing typos in paging introduction
2019-01-20 17:28:49 -05:00
Philipp Oppermann
9673c9dc2c
Rewrite breakpoint test
2019-01-20 23:00:59 +01:00
Dato Simó
aa72396013
Add closing quote, missing in print! invocation. ( #527 )
2019-01-20 19:49:24 +01:00
Philipp Oppermann
2e16cc492a
Add missing import in code example
...
Reported in https://github.com/phil-opp/blog_os/issues/480#issuecomment-455777535
2019-01-20 17:33:22 +01:00
Philipp Oppermann
f03463bd85
Rust 2018 allows foo.rs with foo/*.rs submodules
...
Fixes #525
2019-01-20 17:29:52 +01:00
Philipp Oppermann
a147009dcd
Mention cargo test --lib
2019-01-18 11:34:41 +01:00
Philipp Oppermann
7e5757e317
Fix link to AMD64 manual
2019-01-15 12:41:54 +01:00
Maximilian Goisser
0dd17a2603
Add missing "to" ( #521 )
2019-01-15 11:15:52 +01:00
Philipp Oppermann
f423c068fe
Fix graphic: 24KiB -> 32KiB
...
Reported in https://news.ycombinator.com/item?id=18904875 .
2019-01-14 21:40:39 +01:00
Matthew Klein
f28bed6436
Typo: vrtual -> virtual ( #518 )
...
Changed in blog post "Paging Introduction".
2019-01-14 16:35:19 +01:00
Philipp Oppermann
c478c7a90e
Fix patreon link
2019-01-14 16:09:16 +01:00
Philipp Oppermann
6bf0bbfdfd
Replace buttondown newsletter with tinyletter
2019-01-14 15:54:06 +01:00
Philipp Oppermann
9037941ddc
Use PNG instead of SVG for address image
...
The SVG renders incorrectly in Chrome. See https://github.com/phil-opp/blog_os/pull/517#discussion_r247489190 .
2019-01-14 14:28:47 +01:00
Philipp Oppermann
bb7b599151
Set post date
2019-01-14 14:02:50 +01:00
Philipp Oppermann
dec8ec8a60
Final edits
2019-01-14 14:00:34 +01:00
Philipp Oppermann
c1009715de
Update x86_64 to version 0.3.5
2019-01-13 16:26:56 +01:00
Philipp Oppermann
62f7cfb82b
Remove unused images
2019-01-13 16:26:56 +01:00
Philipp Oppermann
b35fa0adc7
Typo fixes
2019-01-13 16:26:56 +01:00
Philipp Oppermann
e8c7ec339e
Don't mention APIC in 'What's next?' section of double faults post
2019-01-13 16:26:56 +01:00
Philipp Oppermann
2f1616fa40
Add section about provoking page faults
2019-01-13 16:26:56 +01:00
Philipp Oppermann
c4e3f86ebf
Finish first draft of paging post and rename it
2019-01-10 13:09:01 +01:00
Philipp Oppermann
0c21ed01c2
Make graphic smaller
2019-01-10 13:09:01 +01:00
Philipp Oppermann
d158d39e1f
Add margin after nested list if it's followed by a paragraph
2019-01-10 13:09:01 +01:00
Philipp Oppermann
aa55d2639a
Fix alt text for image
2019-01-10 13:09:01 +01:00
Philipp Oppermann
7fbbaa6d60
Typo fixes
2019-01-10 13:09:01 +01:00
Philipp Oppermann
b4d53f3aed
Adjust section colors
2019-01-10 13:02:30 +01:00
Philipp Oppermann
cdd0328f03
Add paging post to index page
2019-01-10 13:02:30 +01:00
Philipp Oppermann
60e84bd659
Rewrite summary and what's next? section of previous post
2019-01-10 13:02:30 +01:00
Philipp Oppermann
164ae2ba32
Finish first draft of post
2019-01-10 13:02:30 +01:00
Philipp Oppermann
383ff21823
Begin new post about paging
2019-01-10 13:02:30 +01:00
Philipp Oppermann
78a936d21f
Update cargo-xbuild output
2019-01-08 12:37:12 +01:00
Philipp Oppermann
c7c7a04e89
Bump bootloader version to 0.3.12
2019-01-08 12:36:28 +01:00
Philipp Oppermann
e9e4984643
Mention LLVM bug that leads to wrong error code
...
See https://github.com/phil-opp/blog_os/issues/513
2019-01-05 14:35:48 +01:00
Philipp Oppermann
ec377baa37
Link patreon
2019-01-05 14:35:48 +01:00
Philipp Oppermann
5a90015dc7
Clarify OS-specific entry points ( #516 )
...
Closes #515
Closes #514
2019-01-03 17:27:21 +01:00
Philipp Oppermann
0554c5c5fb
Link to LLVM docs for the data-layout field
2019-01-02 20:45:07 +01:00
OddCoincidence
37293b3f1b
Grammar: trying to execut{ing => e} ( #510 )
2018-12-29 09:19:37 +01:00
Philipp Oppermann
651d4799d8
Remove piwik tracking script
2018-12-19 21:30:00 +01:00
Philipp Oppermann
42f1ef0d6b
Add Support Me section at the end of each post
2018-12-13 18:00:27 +01:00
Philipp Oppermann
ed062f2c64
Fix macro syntax
2018-12-10 11:09:07 +01:00
Philipp Oppermann
5aaee100c8
Archive comments of first edition ( #504 )
2018-12-09 17:31:37 +01:00
Philipp Oppermann
517e39f34a
Update fathom tracking code
2018-12-09 13:00:22 +01:00