Commit Graph

1351 Commits

Author SHA1 Message Date
Philipp Oppermann
c61c37643a Resolve some TODOs 2021-04-11 16:51:50 +02:00
Philipp Oppermann
1aa7d21d8b Finish first draft of 'UEFI Booting' post 2021-04-07 13:11:18 +02:00
Philipp Oppermann
d6885843e6 Merge branch 'master' into edition-3 2021-04-06 20:21:36 +02:00
Philipp Oppermann
0b9231f0ba Minor improvements to UEFI code examples 2021-04-06 18:17:35 +02:00
Philipp Oppermann
db47b27024 Provide a high-level explanation on how to create bootloader 2021-03-22 12:10:04 +01:00
Philipp Oppermann
9c1babd027 Describe how to use various UEFI protocols with the uefi crate 2021-03-19 19:44:43 +01:00
Philipp Oppermann
ff3f055383 Add QEMU screenshot 2021-03-19 14:35:25 +01: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
8740b619a5 Describe how to include the uefi crate 2021-03-11 19:01:05 +01:00
Philipp Oppermann
a63c51c156 Improve introduction for uefi booting post 2021-03-11 17:45:34 +01:00
Philipp Oppermann
1ff447b378 Update icon comment 2021-03-11 17:26:34 +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
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
Philipp Oppermann
83be6c7868 Explain how to create FAT filesystem and GPT disk image 2021-02-24 11:24:10 +01:00
Philipp Oppermann
033be9ac25 Explain how to create minimal UEFI app 2021-02-23 11:46:09 +01:00
Philipp Oppermann
91d65504db Link to rustc's Target and TargetOptions docs 2021-02-23 11:45:21 +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
Philipp Oppermann
aeb72889ae Create structure for UEFI post 2021-02-20 17:00:13 +01:00
Philipp Oppermann
c2fe9960a7 Add boilerplate for new 'UEFI Booting' post 2021-02-16 12:20:54 +01:00
Philipp Oppermann
d6f424e338 Install llvm-tools-preview rustup component 2021-02-11 21:03:18 +01:00
Philipp Oppermann
843bd4ca87 Minor improvements 2021-02-11 20:49:02 +01:00
Philipp Oppermann
b1f6a85a02 Change bootloader version to alpha 2 2021-02-11 20:15:14 +01:00
Philipp Oppermann
c48335747b Mention that rustfmt/clippy can be installed via rust-toolchain too 2021-02-11 20:13:18 +01:00
Philipp Oppermann
81a1c0bded Fix remaining mentions of 'bootimage' 2021-02-11 19:57:48 +01:00
Philipp Oppermann
dfdbc6ec6d Improve introduction for booting post 2021-02-11 17:20:28 +01:00
Philipp Oppermann
09f96c9221 Remove some old content 2021-02-11 17:08:41 +01:00
Philipp Oppermann
aaae70974f Simplify boot crate 2021-02-11 17:06:17 +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
268a5ccb7d Minor improvements 2021-02-07 19:31:14 +01:00
Philipp Oppermann
f9f9b969bb Specify dependency on rust-src component in rust-toolchain 2021-02-07 19:07:41 +01:00
Philipp Oppermann
943f950c54 Use TOML syntax for rust-toolchain file 2021-02-07 19:07:15 +01:00
Philipp Oppermann
01327746d1 Various improvements to 'Booting' post 2021-02-06 15:15:37 +01:00
Philipp Oppermann
acb478c0b5 Finish first draft of 'Minimal Kernel' post 2021-02-05 17:38:40 +01:00
Philipp Oppermann
6e6d9cbe05 Update Rust book links
Fixes #918.
2021-02-02 12:30:58 +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
Philipp Oppermann
08c84d2f59 Restructure: Move minimal kernel content to first post 2021-01-24 16:46:30 +01:00
Philipp Oppermann
9c11cebef7 More improvements to booting section 2021-01-24 14:45:27 +01:00