ic3w1ne
4e4c30deaa
Update anchor
2025-08-09 21:17:50 +08:00
ic3w1ne
fcd3eca133
Update index.zh-CN.md
2025-08-09 21:11:21 +08:00
ic3w1ne
a03eaffe98
add post-12 simplified Chinese translation
2025-08-09 20:59:52 +08:00
Philipp Oppermann
67b3ac65dc
Merge pull request #1420 from ttttyy/main
...
translate edition2@post-11 to Chinese
2025-08-08 15:59:25 +02:00
Philipp Oppermann
9894147b30
Update first post to set test=false for binary
...
As implemented in #1412
2025-08-07 14:04:24 +02:00
Philipp Oppermann
9e325de9c7
Update blog for target-c-int-width change
...
See #1425
2025-08-07 13:12:58 +02:00
spacecat
7b9891b2b5
Fix broken link in 04-testing
...
the wikipedia link in "lots of UART models" wasn't working anymore, so I changed it to the newer link
2025-07-31 22:49:30 +00:00
gitter
359f457e53
change links
2025-06-25 23:47:56 +08:00
gitter
336391b9c9
change some translation
2025-06-25 23:31:56 +08:00
gitter
2de7654f05
finish translation of post-11
2025-06-25 23:20:42 +08:00
gitter
1b0c9752e6
translate
2025-06-24 21:04:56 +08:00
gitter
30bbcb94cf
translate
2025-06-23 21:49:09 +08:00
gitter
187839ab53
translate post-11
2025-06-22 19:39:18 +08:00
Philipp Oppermann
3c8d567c1e
Fix broken links
2025-06-10 13:41:41 +02:00
Wen Huan
8b702b732e
Fix some broken links
2025-06-05 22:41:57 +08:00
Wen Huan
02adcf94ee
Apply suggestions from code review
...
Refine wording for better clarity
Co-authored-by: xtex <xtex@envs.net >
2025-06-05 22:27:07 +08:00
Liuliuliu7
d5e981bca9
docs: Translate "Heap Allocation"(post 10) article to Chinese
2025-05-20 18:39:41 +08:00
fduxiao
32f629fb2d
Fix the missing '&' in post 09
2025-04-18 00:04:39 -04:00
Via Lyu
557da037c7
Update index.zh-CN.md
...
Fix translation inconsistency: Update incorrect term "组建" to the correct term "组件" at line 645.
2025-04-02 20:30:42 +08:00
Philipp Oppermann
5a849b05d6
Merge pull request #1368 from dobleuber/add-spanish-translation
...
Latam Spanish translation
2025-03-27 17:54:54 +01:00
Philipp Oppermann
52b31ded4d
Format markdown
2025-03-27 17:52:48 +01:00
Philipp Oppermann
88fd5aabdd
List dobleuber as translator
2025-03-27 17:52:28 +01:00
Philipp Oppermann
c0fc0bed9e
Unsafe operations in unsafe fn require an unsafe block since Rust 2024
2025-03-27 15:39:55 +01:00
Philipp Oppermann
9753695744
The no_mangle attribute is unsafe since Rust 2024
2025-03-27 15:39:15 +01:00
dobleuber
725085abea
Fix Wikipedia links to point to English versions instead of Spanish ones
2025-03-03 21:24:46 -05:00
dobleuber
b9b1ae8c08
Fix broken internal links in Spanish translations
2025-03-03 21:08:36 -05:00
dobleuber
cf91244de6
Add es/ prefix to Spanish file paths to avoid route collisions
2025-03-03 20:59:55 -05:00
dobleuber
0e9f50d773
Translate code comments to Spanish in all units
2025-03-03 20:46:39 -05:00
Felix Packard
b1bf2e51d6
Fix typo when referencing the rustc-abi field.
2025-02-20 15:46:05 +00:00
Philipp Oppermann
176d4a7783
Merge pull request #1386 from yo-goto/yo-goto-patch-1
...
Fix Japanese translation of "run in parallel"
2025-02-10 12:33:55 +01:00
Philipp Oppermann
450afac4a1
Add rustc-abi field to target spec JSON
...
The Rust compiler now requires an explicit `rustc-abi: x86-softfloat` field when using the soft-float target feature. This was added in https://github.com/rust-lang/rust/pull/136146 and is part of the latest nightlies.
I updated the post branches in commit 688a21e4
2025-02-10 12:19:51 +01:00
PADAone
fba3bedf39
fix Japanese translation of "run in parallel"
2025-01-30 20:34:56 +09:00
Philipp Oppermann
8b341c96c1
Merge pull request #1377 from phil-opp/raw-const
...
Use new `&raw const` operator instead of `unsafe {& _}`
2025-01-15 19:59:04 +01:00
Philipp Oppermann
7f1f658358
Use new &raw const operator instead of unsafe {& _}
2025-01-15 19:57:38 +01:00
Philipp Oppermann
69a498c6a3
The const_mut_refs feature is stable now and no longer required
2025-01-15 19:40:20 +01:00
dobleuber
c9307a422f
All blogs translate, but not reviewed yet
2025-01-13 22:08:29 -05:00
dobleuber
d9de86f6df
Minimal rust kernel
2024-12-21 14:26:47 -05:00
dobleuber
8971334f57
Fix typos and rename files
2024-12-21 12:50:05 -05:00
dobleuber
ab232d3051
A Freestanding Rust Binary
2024-12-20 20:13:39 -05:00
Philipp Oppermann
c46922678e
Use tracnslation_contributors section
2024-11-28 20:10:04 +01:00
Chao-Ting, Chen
146e694d08
docs: Update index.zh-TW.md
2024-11-12 02:53:44 +08:00
Philipp Oppermann
b797cc805f
Merge pull request #1347 from elchukc/fix_typo_start_return_type
...
add return type on `_start()` in code block
2024-10-07 22:02:27 +02:00
Philipp Oppermann
63cd95b612
Merge pull request #1349 from EsotericDryad/patch-1
...
Update post 02 "Building our Kernel" section
2024-10-07 21:54:26 +02:00
Philipp Oppermann
28753d6a18
Merge branch 'main' into fix_typo_start_return_type
2024-10-07 21:52:25 +02:00
Philipp Oppermann
68698fde20
Merge pull request #1346 from HoKim98/main
...
Fix typo on `blog/content/edition-2/posts/04-testing/index.md`
2024-10-07 21:51:45 +02:00
Philipp Oppermann
3bb6671dd9
Merge branch 'main' into HoKim98/main
2024-10-07 21:50:40 +02:00
Philipp Oppermann
55b5cbaba3
Merge branch 'main' into patch-1
2024-10-07 21:49:08 +02:00
EsotericDryad
e0ab3f257d
Update post 02 "Building our Kernel" section
...
Added an explanation for why the new target still uses Linux conventions
2024-10-06 01:18:16 -05:00
Philipp Oppermann
6a27ab2c2d
Update contact page
2024-10-04 14:04:40 +02:00
elchc
4d3b246ef6
add return type on _start() in code block
2024-09-25 10:53:15 -04:00