Commit Graph

398 Commits

Author SHA1 Message Date
Philipp Oppermann
71778d7a42 Remove BootInfo parameter from second post code example
Fixes #388
2018-02-12 12:46:44 +01:00
Andre Richter
384f6c2420 Corrections from proof read (#389)
Some minor corrections while proof-reading.

Changed Max OS X to macOS, since it's the official Apple speak since 2016.
2018-02-12 12:37:26 +01:00
Philipp Oppermann
325f1f2756 Fix date of new post 2018-02-10 18:03:34 +01:00
Philipp Oppermann
b2285f762c Add a “first-edition” section
The first edition will live there after the second edition is published.
2018-02-10 16:52:29 +01:00
Philipp Oppermann
dc50747c78 Link to the github issue from the UEFI section 2018-02-10 16:49:09 +01:00
Philipp Oppermann
56be17ab80 Add paragraph about Multiboot 2018-02-10 16:49:09 +01:00
Philipp Oppermann
254d5476b1 Update Linux/Windows/Mac entry points 2018-02-10 16:48:48 +01:00
Philipp Oppermann
5e96335c23 Add instructions for running in QEMU, VirtualBox, and on real hardware 2018-02-10 16:48:30 +01:00
Philipp Oppermann
7be59b571d Use static and for loop for printing Hello World 2018-02-10 16:47:21 +01:00
Philipp Oppermann
cef44163bc Remove/resolve some todos 2018-02-10 16:47:21 +01:00
Philipp Oppermann
7d55dda917 Add extra posts about disabling red zone and SIMD and installing LLD 2018-02-10 16:47:02 +01:00
Philipp Oppermann
8a75c2828e More work on minimal kernel post 2018-02-10 16:46:54 +01:00
Philipp Oppermann
bff0c4401c Print “Hello” instead of “OK” 2018-02-10 16:43:17 +01:00
Philipp Oppermann
9fc0a07453 Fix offset typo 2018-02-10 16:43:17 +01:00
Philipp Oppermann
eb688962a1 Rewrite first post to work on Windows too 2018-02-10 16:43:17 +01:00
Philipp Oppermann
c266193a34 We do not need separate “Intoduction” and “Booting” posts 2018-02-10 16:43:17 +01:00
Philipp Oppermann
f5797b7fd2 Begin post about creating a minimal Rust kernel 2018-02-10 16:42:51 +01:00
Philipp Oppermann
082c9f0f4f New favicon 2018-02-10 16:42:51 +01:00
Philipp Oppermann
7f3de8dcb4 Update to gutenberg 0.3.0 2018-02-10 16:42:51 +01:00
Philipp Oppermann
abc9f350d2 Use utterances for comments on second edition posts 2018-02-10 16:42:50 +01:00
Philipp Oppermann
d38e97ee0b Link to #id instead of permalink in TOC
This makes table of content links also work in deploy previews.
2018-02-10 16:42:50 +01:00
Philipp Oppermann
25441a8773 Use absolute paths instead of permalink
This makes links also work in deploy previews.
2018-02-10 16:42:50 +01:00
Philipp Oppermann
7a263355f3 Add custom templates for second edition posts 2018-02-10 16:42:50 +01:00
Philipp Oppermann
75b4e09c4e Make page title an h1 for semantics 2018-02-10 16:42:50 +01:00
Philipp Oppermann
9d32d49488 Begin new post about freestanding executables 2018-02-10 16:42:50 +01:00
bissonex
651a33a98d Fix eh_personality reference error (#383)
Fix issue with undefined reference to `rust_eh_personality' when compiling
2018-01-09 19:07:19 +01:00
Philipp Oppermann
8fb813a09d Rewrite “Kernel Heap” to use the new allocator API 2017-11-19 15:29:36 +01:00
Wesley Aptekar-Cassels
bed57b03ce Add missing semicolon in double-fault post (#366) 2017-11-18 09:22:57 +01:00
Philipp Oppermann
f499b6378c Toc.js was removed 2017-10-10 09:39:14 +02:00
Philipp Oppermann
e23479bd9e Make “Recent Updates” a h2 instead of h1 2017-10-10 09:37:41 +02:00
Philipp Oppermann
087371d7b0 Fix html (incorrect </datetime>) 2017-10-10 09:35:41 +02:00
Philipp Oppermann
ff240ed264 Use absolute permalinks instead of relative paths for links
Fixes links in subfolders. See https://github.com/Keats/gutenberg/issues/128 for a detailed description of the problems with `page.path`.
2017-10-10 09:30:22 +02:00
Philipp Oppermann
7590050ffe Front matter: insert_anchor was renamed to insert_achor_links 2017-10-05 16:01:02 +02:00
Philipp Oppermann
3c6b0b89ac Front matter: url key was renamed to path 2017-10-05 15:52:40 +02:00
Philipp Oppermann
f1ffa242c2 Don't escape titles (e.g. they might contain <code>) 2017-10-05 15:49:10 +02:00
Philipp Oppermann
36eccdd102 Re-indent table of content code 2017-10-05 11:50:51 +02:00
Philipp Oppermann
1c9c20c810 Remove empty toc asides from posts 2017-10-05 11:50:32 +02:00
Philipp Oppermann
dae2edfbf5 Let gutenberg generate the table of contents
Remove the javascript toc code.
2017-10-05 11:37:23 +02:00
Philipp Oppermann
bba3c52ff3 Reverse posts array for increasing post numbers
This should make it much easier to add a new post at the end.
2017-10-05 11:25:10 +02:00
Philipp Oppermann
a85794df1b Get_url paths should start with ./ for internal links 2017-10-05 10:55:37 +02:00
Philipp Oppermann
df0a6fa3ab Argument of get_url was renamed to path 2017-10-05 10:17:13 +02:00
Philipp Oppermann
c5cde79130 Use get_section instead of deprecated `sections argument 2017-10-05 10:14:52 +02:00
Philipp Oppermann
b58ee1e52b Add new const_unique_new feature gate (#355) 2017-10-03 13:29:22 +02:00
Philipp Oppermann
82c4a6f0a0 Add new required target-c-int-width field to target json (#354) 2017-10-03 13:11:22 +02:00
Tim Crawford
2ebd4ed954 Use new Unique API (#346)
Change Unique to use `new_unchecked`. Fixes #345.
2017-08-05 12:47:15 +08:00
Tim Crawford
e54cfa4378 Update bitflags to 0.9.1 (#347)
Signed-off-by: Tim Crawford <crawfxrd@gmail.com>
2017-08-05 12:33:56 +08:00
Philipp Oppermann
7b04934cab Fix dead internal link 2017-07-05 23:44:44 +02:00
Philipp Oppermann
54ab56aec5 Move links down to avoid splitting list items 2017-06-25 21:12:49 +02:00
Philipp Oppermann
d5fe84e1c6 Fix broken link 2017-06-25 21:12:49 +02:00
Philipp Oppermann
bfe0d12a60 Markdown links require a blank line before them 2017-06-25 21:12:49 +02:00