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
e80864b64d
Add a note on translation pages that English comments are preferred
2020-08-13 18:00:41 +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
Philipp Oppermann
30650ab52b
Merge pull request #845 from JohnTitor/add-japanese
...
Add (initial) Japanese translation
2020-08-13 17:30:36 +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
06d235f8af
Make 'This Month in Rust OSDev' links bold on index page
2020-07-17 19:53:17 +02:00
Philipp Oppermann
36a0ae4737
Merge pull request #838 from phil-opp/link-this-month-in-rust-osdev
...
Link 'This Month in Rust OSDev' posts in status updates section
2020-07-17 19:50:20 +02:00
Philipp Oppermann
4cde35b674
Link to actual post, not the pull request
2020-07-17 19:48:37 +02:00
Philipp Oppermann
68b2b7737b
Link 'This Month in Rust OSDev' posts in status updates section
2020-07-17 19:00:27 +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
e407ec0ee0
Merge pull request #836 from phil-opp/build-std
...
Update blog to use `build-std` feature instead of cargo-xbuild
2020-07-17 13:10:16 +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
Philipp Oppermann
6e2edf03a9
Update 'Minimal Rust Kernel' for build-std feature
2020-07-17 12:37:00 +02:00
Philipp Oppermann
6f1f872158
Rename .cargo/config files to .cargo/config.toml
...
The latter makes it more clear what kind of file it is.
2020-07-17 11:57:17 +02:00
Philipp Oppermann
b7eb093b42
Fix dead links
...
Some links do no longer exist, so I tried to find good replacements for them.
2020-07-16 14:31:23 +02:00
Philipp Oppermann
797e87e169
Merge pull request #833 from AxlLind/master
...
chore: Update x86_64 crate links to latest version
2020-07-16 14:13:08 +02:00
Jk Jensen
9985e4a699
Fix grammar for freestanding-rust-binary ( #834 )
...
The grammar for MacOS linker arguments was clunky.
2020-07-13 10:27:50 +02:00
Axel Lindeberg
64501e46f5
chore: update dead links to PhysAddr and VirtAddr
2020-06-29 18:36:31 +02:00
Axel Lindeberg
ee33868068
chore: update x86_64 crate links to latest version
2020-06-29 18:27:00 +02:00
Han Han
4540a2e725
sync dependencies from origin article ( #828 )
2020-06-29 16:13:28 +02:00
Han Han
0b15229a5e
sync dependencies from origin article ( #827 )
2020-06-29 16:13:05 +02:00
Gelez
7f9ff717b4
Fix a small typo ( #826 )
2020-06-19 13:00:43 +02:00
Han Han
aa895e271d
docs: remove version lock ( #822 )
...
fix error `error: the legacy LLVM-style asm! syntax is no longer supported`
2020-06-15 12:34:54 +02:00
Rodrigo Valle
6194a43724
Update link to const evaluator documentation ( #821 )
2020-06-12 11:08:33 +02:00
Philipp Oppermann
ec90a6a958
Merge pull request #820 from phil-opp/prevent-tail-recursion-in-test
...
Update Double Faults post to prevent tail recursion in test
2020-06-08 12:30:41 +02:00
Philipp Oppermann
9980989f7f
Update Double Faults post to prevent tail recursion in test
...
Adds a dummy volatile read in the stack_overflow test to ensure that it is not tail recursive. Thus, the compiler can't apply the tail call elimination optimization, which turns the recursive function into a loop and thus prevents the stack overflow from happening.
Code update in https://github.com/phil-opp/blog_os/pull/818 .
2020-06-08 12:29:02 +02:00
Philipp Oppermann
e1228d8708
Merge pull request #819 from phil-opp/remove-superfluous-test-printing
...
Remove superfluous printing from tests
2020-06-08 12:12:26 +02:00
Philipp Oppermann
c081c3f51f
Remove superfluous printing from tests
...
Our test_runner now prints these messages automatically (see #816 and #817 ).
2020-06-08 12:11:39 +02:00
Philipp Oppermann
0fa30e24c7
Merge pull request #817 from phil-opp/testable-trait
...
Update Testing post to use Testable trait for automatic printing
2020-06-08 11:50:47 +02:00
Philipp Oppermann
a3dcc3095e
Update Testing post to use Testable trait for automatic printing
...
Updates the post for the changes in https://github.com/phil-opp/blog_os/pull/816 .
2020-06-08 11:48:56 +02:00
二手掉包工程师
433fd26173
fix(post-11): refine typo and use assert_eq ( #813 )
2020-06-05 15:50:22 +02:00
Philipp Oppermann
59a7f96ae8
Update simple_allocation test in Heap Allocation post
2020-05-22 10:56:35 +02:00
Philipp Oppermann
788d6a7e22
Use the latest version of bootimage
2020-05-21 10:45:17 +02:00
Philipp Oppermann
1f8a388bdc
Fix typo
2020-05-21 09:45:32 +02:00
Philipp Oppermann
524fa5330f
Point bootloader docs.rs link to latest version
2020-05-21 09:39:14 +02:00
Philipp Oppermann
c7c7f64f79
Merge pull request #810 from phil-opp/update-pic8259
...
Update Hardware Interrupts post to use pic8259_simple v0.2.0
2020-05-21 09:38:13 +02:00
Philipp Oppermann
fddab6967d
Update Hardware Interrupts post to use pic8259_simple v0.2.0
2020-05-21 09:34:05 +02:00