Commit Graph

2294 Commits

Author SHA1 Message Date
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
b6ff79ac32 Remove unused font-face 2020-12-30 15:39:06 +01:00
Philipp Oppermann
85d97bd362 Fix font-family for code blocks in first edition 2020-12-30 15:38:17 +01:00
Philipp Oppermann
d9f3558b34 Hide first edition posts in Readme by default 2020-12-27 15:27:11 +01:00
16yuki0702
3ef243f342 Add filepath to code blocks in Testing post (#893) 2020-12-23 11:50:17 +01:00
Philipp Oppermann
dce5c9825b The second-edition folder was renamed to edition-2 2020-12-17 12:41:48 +01:00
Philipp Oppermann
b5a1360a72 Merge pull request #887 from woodyZootopia/translate_post_03
Translate post-03 to Japanese
2020-12-17 12:40:17 +01:00
woodyZootopia
183872e362 Add JohnTitor as a co-translator 2020-12-17 11:53:57 +09:00
Philipp Oppermann
9279c75160 Merge pull request #890 from phil-opp/rename-edition-folders
Rename edition folders
2020-12-16 15:00:32 +01:00
Philipp Oppermann
f692c5b377 Rename second-edition subfolder to `edition-2 2020-12-16 14:56:36 +01:00
Philipp Oppermann
4a9ea6c503 Rename first-edition subfolder to edition-1 2020-12-16 14:38:59 +01:00
Shu W. Nakamura
e6c510cba6 Apply suggestions from code review by @JohnTitor
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-12-16 22:12:55 +09:00
woodyZootopia
d36c041a9c Translate post 03 2020-12-11 23:11:22 +09:00
Yuki Okushi
f6416c1e6b Fix broken QEMU link (#888) 2020-12-11 12:08:30 +01:00
Brian Kung
e8f5ee95c6 Emphasize moving code (#883)
This prevents people from having duplicate code and potentially encountering errors. If both copies are kept the compiler may complain `error: cannot find macro `serial_println` in this scope` in `main.rs`
2020-11-20 10:20:16 +01:00
Philipp Oppermann
a081faf3cc CI: Use environment files instead of deprecated set-env 2020-11-13 08:52:00 +01:00
Philipp Oppermann
8f023f8e70 Merge pull request #878 from hamidrezakp/persian-translation
Adding Persian translation for posts of `Bare Bone` Chapter
2020-11-13 08:42:58 +01:00
Hamid R. K. Pishghadam
165a83efae adding persian language name 2020-11-13 02:04:51 +03:30
Hamid R. K. Pishghadam
a6be039bdb Post 04 translation done 2020-11-13 02:03:39 +03:30
Hamid R. K. Pishghadam
6b0f9290ea Post 03 translation done 2020-11-13 02:03:39 +03:30
Hamid R. K. Pishghadam
1ba70ef398 Post 02 translation done 2020-11-13 02:03:38 +03:30
Hamid R. K. Pishghadam
c39b1e2b3c Post 01 translation done 2020-11-13 02:03:38 +03:30
Hamid R. K. Pishghadam
a1bb75850d Adding persian support 2020-11-13 02:03:24 +03:30
Philipp Oppermann
19bf93a59d Use languages names in language list 2020-11-11 13:31:04 +01:00
Philipp Oppermann
106be64a1a Provide language names for all lang codes 2020-11-11 13:17:18 +01:00
Philipp Oppermann
8fd8e42490 Remove margins in language selector list 2020-11-11 13:16:40 +01:00
Philipp Oppermann
656b1c1ab2 Merge pull request #880 from phil-opp/show-all-languages
Show all available languages
2020-11-11 11:51:02 +01:00
Philipp Oppermann
668c903c02 Show all available languages
Not just languages enabled in the browser. This makes the translations more discoverable.
2020-11-11 10:29:17 +01:00
Arseniy Pendryak
307916d1fe Fix some links in 02-minimal-rust-kernel (#877)
Previously:
"`mem` feature" led to wrong feature
"`memcpy` etc. implementations" had redundant parenthesis that prevented proper rendering
2020-11-01 20:33:10 +01:00
Hamid Reza
caecc2c98e Adding Right-to-Left support for template (#875) 2020-11-01 10:54:57 +01:00
Philipp Oppermann
b17b3d40da GitHub no longer matches sponsorships, but they still charge no fees 2020-10-31 21:27:49 +01:00
Shu W. Nakamura
85b7d4b5c1 translate post 02 to Japanese (#871)
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-10-23 12:18:03 +02:00
Motoki saito
c9fae31766 Remove apache license appendix (#873) 2020-10-21 12:45:02 +02:00
Philipp Oppermann
7212ffaa83 Add an example why it is dangerous to implement memcpy yourself 2020-10-10 11:58:20 +02:00
Toothbrush
a65bf32d57 Removed message about rustfmt (#870)
Removed message about recent Rust nightlies not containing `rustfmt`.
2020-10-08 18:06:38 +02:00
Brian Kung
5184a2f7ea Specify which file to change (#869)
The commented file path was removed in https://github.com/phil-opp/blog_os/pull/866
2020-10-08 08:11:44 +02:00
Brian Kung
fb8b03e82d Use shorthand initialization from earlier code (#864)
Minor change, but keep the shorthand struct initialization seen previously at line 201: https://github.com/phil-opp/blog_os/blame/master/blog/content/second-edition/posts/03-vga-text-buffer/index.md#L201
2020-10-03 10:35:09 +02:00
Philipp Oppermann
4213609b1e Merge pull request #866 from phil-opp/compiler-builtins-mem
Update blog to use `mem` feature of `compiler_builtins`
2020-10-02 23:39:25 +02:00
Philipp Oppermann
114140ab7c Fix typo 2020-10-02 23:13:08 +02:00
Philipp Oppermann
d007af4811 Update blog to use mem feature of compiler_builtins 2020-10-02 23:12:46 +02:00
Philipp Oppermann
1a63bbe28d Fix outdated linked_list_allocator links and description (#867) 2020-10-02 23:11:05 +02:00
Philipp Oppermann
80136cc047 Update to zola v0.12.1 (#861) 2020-09-27 15:56:13 +02:00
Philipp Oppermann
68d59147e7 Update feature gate name in 'Allocator Designs'
Code update in https://github.com/phil-opp/blog_os/pull/860.
2020-09-24 10:56:43 +02:00
Philipp Oppermann
3ac8291712 Update blog posts to x86_64 v0.12.1 (#859) 2020-09-24 10:26:07 +02:00
Brian Kung
8ff1aeb96d Add link to custom targets (#857)
This makes it slightly easier to find out more about the JSON file that specifies custom targets.
2020-09-21 15:20:00 +02:00
Hofer Julian
685b8a94ac Heap Allocation: Make wording of heap start prefix clearer (#854) 2020-09-11 10:56:53 +02:00
Philipp Oppermann
00ebabddc2 Add an 'about me' block in the sidebar 2020-09-07 12:24:04 +02:00
Philipp Oppermann
3c0e8dc56a Merge pull request #850 from phil-opp/zola-update
Update Zola to 0.11.0
2020-08-19 09:59:25 +02:00
Philipp Oppermann
b978c72e03 Zola 0.11.0 fixes anchor checking for uppercase HTML tags 2020-08-19 09:55:44 +02:00
Philipp Oppermann
f198d45a59 Update to Zola 0.11.0 2020-08-19 09:55:16 +02:00