Commit Graph

2582 Commits

Author SHA1 Message Date
Philipp Oppermann
bf4f881079 Fix typo (#978) 2021-05-04 11:29:13 +02:00
kahirokunn
5d5e51400e fix typo 2021-05-04 10:28:13 +09:00
Mostafa Elbannan
6d02874049 Suggestion for .cargo/config.toml Explanation (#974)
I was confused on what the 'unstable' section of my .cargo/config.toml file should look like once I started getting linking errors when going through the third post. It turned out it was because I overwrote the previous 'unstable' configuration with the latter one. 

In other words, I thought we were to overwrite "build-std = ["core", "compiler_builtins"]" under the "unstable" config, with "build-std-features = ["compiler-builtins-mem"]" and NOT have both present. 

I think this makes it more clear that both are supposed to be present.
2021-04-27 11:18:38 +02:00
Alexx Roche
d3f5bb5fcb wake_trait is now stable (#963)
You probably know: `wake_trait` has been stable since 1.51.0 and no longer requires an attribute to enable
2021-04-05 13:04:41 +02:00
Alexx Roche
f2ca9f282a Previously updated dependency (#964)
Previously, in https://os.phil-opp.com/testing/ we set the dependency to `x86_64 = "0.13.2"` so this advice seems redundant.
2021-04-04 09:56:34 +02:00
二手掉包工程师
fc81c27fec Fix typo (#965) 2021-04-04 09:50:52 +02:00
二手掉包工程师
02b80acbd7 Translate common texts into Chinese (#962) 2021-04-02 14:31:56 +02:00
Alexx Roche
2d6108dc2f missing word (#960)
minor omission of a definite article.
2021-04-01 10:37:57 +02:00
Alexx Roche
ff43048585 grammar (#957)
almost done with the proofreading first pass ;-)
2021-03-30 13:56:09 +02:00
Clément Nerma
3f1a451e2b Fix: missing word (#958) 2021-03-30 13:54:19 +02:00
Alexx Roche
51f401a56c missing word (#956) 2021-03-28 12:47:28 +02:00
Alexx Roche
8bcfc7043f typo (#955) 2021-03-27 15:25:47 +01:00
woodyZootopia
c515590c1b Add ja file 2021-03-27 10:33:59 +09:00
Alexx Roche
3315bfe2f6 x86_64::VirtAddr already imported on L415 (#953)
`error[E0252]: the name 'VirtAddr' is defined multiple times`
2021-03-24 13:50:06 +01:00
Alexx Roche
ec4863ff93 Example image does not match code output (#952)
The 2nd edition outputs "L4 " at the start of each line of the loop.
2021-03-24 13:16:45 +01:00
Alexx Roche
5577f19859 Inconsistent version and grammar change (#951)
Earlier in https://github.com/phil-opp/blog_os/blob/master/blog/content/edition-2/posts/02-minimal-rust-kernel/index.md bootloader = "0.9.8" and here we are effectively downgrading to bootloader = "0.9.3" (Maybe there is an earlier feature that has been dropped that I am unaware of.)
2021-03-24 12:48:26 +01: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
Philipp Oppermann
05b22bfa69 Merge pull request #941 from woodyZootopia/translate_post_05_ja
Translate post-05 to Japanese
2021-03-21 13:59:39 +01:00
Shu W. Nakamura
bdf6f14b9e Apply suggestions from code review
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2021-03-21 07:47:52 +09:00
Philipp Oppermann
f87cc129fc Convert before_build.py to python3 2021-03-19 12:20:03 +01:00
Philipp Oppermann
3f29b7b582 Add urllib2 as python requirement (for before_build.py) 2021-03-19 12:07:04 +01:00
Philipp Oppermann
42c550fcde Clarify that we can remove the test_runner stub from basic_boot.rs
Fixes #945
2021-03-19 11:12:28 +01:00
Philipp Oppermann
e2ea67a826 Merge pull request #943 from woodyZootopia/fix_post_06
post-06: Add spaces around some "two asterisk" notations
2021-03-11 11:27:58 +01:00
Philipp Oppermann
a9df1f2ec2 Ci: Fix workflow name for schedule job 2021-03-11 08:57:03 +01:00
woodyZootopia
a0368be408 Fix minor mistake in the translation 2021-03-10 14:47:16 +09:00
woodyZootopia
5dbdd8c11d Add spaces around some "two asterisk" notations 2021-03-10 14:30:19 +09:00
woodyZootopia
2ce8169e64 Fix Double Faults article accordingly 2021-03-08 19:13:02 +09:00
woodyZootopia
be2e130de9 Refined translation 2021-03-08 19:10:21 +09:00
woodyZootopia
616376fbd7 Rebased to the current HEAD 2021-03-08 19:10:21 +09:00
woodyZootopia
0779767355 Finish translation 2021-03-08 19:10:06 +09:00
woodyZootopia
987d695ed2 Just copied the file 2021-03-08 15:38:41 +09:00
Hiroki Tokunaga
a8a6b725cf chore(ja): remove the description about the memory optimizations (#935)
Same as #932.
2021-02-27 16:02:10 +01:00
Philipp Oppermann
15ae425a6b Fix: month numbers should start with 1 2021-02-25 14:02:40 +01:00
garasubo
9d381723ed Add ja translation for double faults (#917) 2021-02-23 09:28:47 +01:00
Daniel Spencer
88f32ffcb5 Remove note on builtin memory optimizations (#932)
The referenced issue in compiler-builtins (https://github.com/rust-lang/compiler-builtins/pull/365) has been merged.
2021-02-23 09:24:09 +01:00
garasubo
54a0c2b0ad minor fix (#928) 2021-02-11 14:59:23 +01:00
16yuki0702
16cc7048b0 Fix typo (#927)
`ListNone::new` to `ListNode::new`
2021-02-08 14:32:33 +01:00
Philipp Oppermann
d4034ee3d9 Add some margin between list items of status updates 2021-02-08 10:46:17 +01:00
Philipp Oppermann
6e6d9cbe05 Update Rust book links
Fixes #918.
2021-02-02 12:30:58 +01:00
Philipp Oppermann
3c75f84581 Merge pull request #920 from phil-opp/update-x86_64
Update post to use x86_64 v0.13.2
2021-02-02 12:00:00 +01:00
Philipp Oppermann
563689dba5 Use EMPTY constant of removed const_in_array_repeat_expressions feature 2021-02-02 11:50:35 +01:00
Philipp Oppermann
6d648457b1 The enable_interrupts_and_hlt function was renamed to enable_and_hlt 2021-02-02 11:09:37 +01:00
Philipp Oppermann
00986e8876 The MapperAllSizes trait was renamed to Translate 2021-02-02 11:05:57 +01:00
Philipp Oppermann
c5eeea29e2 Update post to use x86_64 v0.13.2 2021-02-02 11:01:53 +01:00
Mohammad H. Bahrampour
18930ccad7 Translate post-08 to Persian (#913) 2021-02-02 09:41:21 +01:00
Philipp Oppermann
cd8e139ab0 Fix memory address in self-referential struct example 2021-01-30 17:37:24 +01:00
Komoriii096
27ac0e1acc Remove trailing comma in zh-CN (#912) 2021-01-27 09:46:52 +01:00
Nick Schmitt
c242563a13 Added note to specify version 0.2.6 of volatile (#910) 2021-01-16 19:16:24 +01:00
Philipp Oppermann
27b5f5ee83 Merge pull request #909 from hamidrezakp/persian-translation
Adding tracking issue for Persian
2021-01-14 13:51:44 +01:00