Commit Graph

309 Commits

Author SHA1 Message Date
travis-update-bot
eab586b73b Update blog to fc856a55a6 2015-11-15 19:19:58 +00:00
travis-update-bot
7c952d83ac Update blog to eb93c94d6d 2015-11-15 19:14:44 +00:00
travis-update-bot
7c2bd760dd Update blog to f08b2cb340 2015-11-15 16:17:50 +00:00
travis-update-bot
4e2e94770c Update blog to e380129fde 2015-11-15 11:04:04 +00:00
travis-update-bot
ce170cad74 Update blog to b8d1dfd84d 2015-11-15 10:00:32 +00:00
Philipp Oppermann
0d15f92487 Add image for remapping-the-kernel post 2015-11-13 19:54:53 +01:00
travis-update-bot
ef8f4e2dac Update blog to 86d1ff145d 2015-11-13 17:07:48 +00:00
Philipp Oppermann
f7e3136845 Update code style to manni 2015-11-13 14:36:12 +01:00
Philipp Oppermann
1d35df58eb Revert _drafts symlink as github pages does not like invalid symlinks
This reverts commit cb85eca708.
2015-11-12 18:08:53 +01:00
Philipp Oppermann
cb85eca708 Add _drafts as a symbolic link to ../posts/
Allows to create a gh-pages worktree [1] in a subfolder and preview changes through `jekyll serve --drafts`. Note that already published posts are displayed twice.

[1]: https://git-scm.com/docs/git-worktree
2015-11-12 18:05:26 +01:00
Philipp Oppermann
2089c893fe Remove contact page from sitemap 2015-11-09 18:09:18 +01:00
Philipp Oppermann
835601fd48 Add a sitemap 2015-11-09 18:07:52 +01:00
Philipp Oppermann
4666e25404 Specify blog URL (for feed) 2015-11-07 15:44:08 +01:00
travis-update-bot
7b235adab2 Update blog to b9a35036e3 2015-11-07 00:15:50 +00:00
travis-update-bot
cb463cc70f Update blog to e8b6947555 2015-11-06 23:41:33 +00:00
Philipp Oppermann
ef0bdc6986 Change the title to “Writing an OS in Rust” 2015-11-06 19:59:03 +01:00
Philipp Oppermann
8a4ae0751d Change URL to os.phil-opp.com 2015-11-06 19:53:36 +01:00
Philipp Oppermann
237b0e8e6a Add a CNAME for rust-os.phil-opp.com 2015-11-06 19:48:03 +01:00
Philipp Oppermann
7ffaf1cac8 Update links to blog repository 2015-11-06 19:46:27 +01:00
Philipp Oppermann
ba5550aebb Remove rust-os category 2015-11-06 19:43:02 +01:00
Philipp Oppermann
870d858018 Remove CNAME 2015-11-06 19:33:57 +01:00
Philipp Oppermann
514bad2cbd Fix row/column number 2015-11-01 06:45:06 +01:00
Philipp Oppermann
dbce597de7 Suggest --verbose on grub-mkrescue problems 2015-10-31 14:31:13 +01:00
Philipp Oppermann
765e22db47 Add notes about required unstable features
Fixes phil-opp/blog_os#19
2015-10-31 14:19:05 +01:00
Philipp Oppermann
175ed545b1 Emphazise that we're using 512 2MiB pages 2015-10-31 14:07:11 +01:00
Philipp Oppermann
7cfa96b72d Use mul instead of imul
See phil-opp/blog_os#21
2015-10-31 14:00:13 +01:00
Philipp Oppermann
44a8f72c28 Merge pull request phil-opp/phil-opp.github.io#13 from InPermutation/master
Fix typo and update line number of zip function
2015-10-31 13:43:03 +01:00
Jacob Krall
243abbe280 fn zip moved around in the latest nightly
line 654 is current as of 2e07996a9
2015-10-30 23:39:12 -04:00
Jacob Krall
8c45ffff6a Setup Rust: fix typo in attribute name 2015-10-30 22:08:20 -04:00
Philipp Oppermann
3453fbfa2f Fix non-breaking spaces 2015-10-30 12:10:20 +01:00
Philipp Oppermann
8ff462f831 typo 2015-10-30 11:56:16 +01:00
Philipp Oppermann
cb2a90ef2b typo 2015-10-29 19:36:04 +01:00
Philipp Oppermann
99be56f9b8 Display updated on for Entering Long Mode post 2015-10-29 19:28:32 +01:00
Philipp Oppermann
5dde1afc38 Merge pull request phil-opp/phil-opp.github.io#10 from phil-opp/2mib_pages
Update article to use 2MiB pages instead of 1GiB pages
2015-10-29 19:17:06 +01:00
Philipp Oppermann
77b766d669 Use 2MiB pages instead of 1GiB pages 2015-10-29 19:12:41 +01:00
Philipp Oppermann
cc10ea92c1 Refer to comments on grub-mkrescue issues 2015-10-29 15:01:29 +01:00
Philipp Oppermann
934e8369b6 Add a note about a xorriso version error on grub-mkrescue
fixes phil-opp/blog_os#16
2015-10-28 18:34:15 +01:00
Philipp Oppermann
5e60f6708e Link to cross-compile-binutils post in the other projects section 2015-10-27 23:37:54 +01:00
Philipp Oppermann
c5d459bd10 Clear screen before printing Hello World 2015-10-27 23:30:51 +01:00
Philipp Oppermann
e0955c6019 Add missing Copy explanation 2015-10-27 23:20:02 +01:00
Philipp Oppermann
f9325f5811 Some small improvements to sync post and code 2015-10-27 20:45:41 +01:00
Philipp Oppermann
592bae3f87 Rename multiboot section to multiboot_header
See phil-opp/blog_os#14
2015-10-27 18:45:37 +01:00
Philipp Oppermann
ba938a2aeb Merge pull request #8 from InPermutation/patch-1
“A minimal x86 kernel” fixes
2015-10-26 11:12:49 +01:00
Jacob Krall
3e59075d53 Explicitly rename copied kernel to kernel.bin
Otherwise your `grub.cfg` from earlier in the article will be out of date (we're producing `kernel-x86_64.bin`, but grub expects `kernel.bin`).
2015-10-26 00:54:30 -04:00
Jacob Krall
0a165becfe make iso depends on grub.cfg
This way, if you fix a typo in grub.cfg, you don't have to `make clean` to get `make iso` to pick it up.
2015-10-26 00:52:12 -04:00
Jacob Krall
93f042da4c typo 2015-10-25 23:51:55 -04:00
Philipp Oppermann
1b6d39f998 Update contact page 2015-10-25 16:56:56 +01:00
Philipp Oppermann
daa2bcc1fe Merge pull request phil-opp/phil-opp.github.io#6 from phil-opp/printing_to_screen_repr_c
Add repr(C) attribute to ScreenChar
2015-10-25 15:55:13 +01:00
Philipp Oppermann
07fdd581d8 Add repr(C) attribute to ScreenChar
see phil-opp/blog_os#8
2015-10-25 15:52:22 +01:00
Philipp Oppermann
d017999722 Add a RSS link 2015-10-25 15:05:04 +01:00