Commit Graph

867 Commits

Author SHA1 Message Date
Shu W. Nakamura
23e8cb3b5d Apply suggestions from code review
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2021-01-11 12:02:33 +09:00
woodyZootopia
761b5de93d Translated post-04 2021-01-08 18:45:54 +09:00
woodyZootopia
5f5fdaf902 Set configurations of the post to pass the compile 2020-12-19 23:47:53 +09:00
woodyZootopia
009d0ceaa5 Just copied the file 2020-12-19 23:45:50 +09: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
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
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
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
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
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
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
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
10d84faa92 Mention required #![feature(const_fn)] attribute again for FixedSizeBlockAllocator
The post explicitly allows readers to skip the `LinkedListAllocator` implementation, so we should not rely that the reader already enabled the unstable `const_fn` function there.

Reported in https://github.com/phil-opp/blog_os/issues/720#issuecomment-672625377.
2020-08-19 09:29:46 +02:00
Philipp Oppermann
0425bd3c81 Increase double fault stack size in Double Faults post
Code update in 817e36c064.
2020-08-16 17:59:50 +02:00
Philipp Oppermann
90b5a958d3 Fix import in code example in Chinese translation of VGA text buffer post 2020-08-13 17:46:06 +02:00
Yuki Okushi
3cdf51aaca Fix minor issues 2020-08-05 10:07:12 +09:00
Yuki Okushi
bff9944b02 Follow upstream changes 2020-08-05 10:07:11 +09:00
Yuki Okushi
3650a48c51 Add Japanese translation for second-edition/01 2020-08-05 09:10:11 +09:00
Yuki Okushi
57855e23cb Enable Japanese translation 2020-08-05 09:10:10 +09:00
Philipp Oppermann
277368537b Fix dead link 2020-08-02 14:03:48 +02:00
Roberto Wesley Overdijk
3c070c6dc0 change rustup override add to rustup override set (#843) 2020-08-02 13:43:51 +02:00
Yuki Okushi
6233747299 Fix link in build-on-android (#842) 2020-07-25 19:30:46 +02:00
Martin Fibik
96edb8909f Fix small typo in add_scancode (#841) 2020-07-24 21:32:15 +02:00
Philipp Oppermann
4717834ad0 Add a note regarding https://github.com/rust-lang/cargo/issues/7359 2020-07-21 08:38:54 +02:00
Philipp Oppermann
3096baf462 Fix: rustc-std-workpace-core is a dependency of compiler_builtins, not core 2020-07-17 16:00:17 +02:00
Philipp Oppermann
f0443b7bfe Remove duplicated note about requiring Rust nightly 2020-07-17 13:13:13 +02:00
Philipp Oppermann
ed339ee2ce Add a note about minimal required nightly version 2020-07-17 13:08:23 +02:00
Philipp Oppermann
1a52165e25 Update 'Heap Allocation' post to enable alloc crates in build-std cfg key 2020-07-17 12:53:35 +02:00
Philipp Oppermann
de07416085 Update all uses of cargo x* to cargo * 2020-07-17 12:46:28 +02:00
Philipp Oppermann
3c723b428e Update testing post for build-std feature 2020-07-17 12:42:06 +02:00
Philipp Oppermann
580f58f7ab Update bootloader version in 'Minimal Rust Kernel' post to 0.9.8 2020-07-17 12:37:24 +02:00