Commit Graph

1909 Commits

Author SHA1 Message Date
Philipp Oppermann
e759a6826c Merge pull request #26 from phil-opp/merge_posts_pr
Move blog posts/pages into code repository
2015-11-06 22:50:07 +01:00
Philipp Oppermann
885168bea4 Move blog posts/pages into code repository
For history see the `rust_os_posts` tag in the phil-opp/phil-opp.github.io repository.
2015-11-06 22:47:39 +01: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
fa78bd82a8 Add missing license header 2015-11-03 19:53:28 +01:00
Homu
9986ee22d4 Auto merge of #23 - phil-opp:phil-opp-patch-1, r=phil-opp
Add travis badge to README
2015-11-02 06:39:20 +09:00
Philipp Oppermann
2b075af068 Add travis badge 2015-11-01 19:53:25 +01:00
Homu
77373d59b2 Auto merge of #22 - phil-opp:phil-opp-patch-1, r=phil-opp
Link the blog in README
2015-11-02 03:35:33 +09:00
Philipp Oppermann
fa96486353 Add link to blog 2015-11-01 18:59:45 +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
e582b37f19 Merge pull request #21 from phil-opp/imul_mul
Use unsigned `mul` instead of signed `imul`
2015-10-31 13:50:46 +01:00
Philipp Oppermann
8789fa8531 Use unsigned mul instead of signed imul 2015-10-31 13:48:58 +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
1e7236caf5 Merge pull request #18 from phil-opp/2mib_pages
Use 2MiB pages instead of one 1GiB page
2015-10-29 18:20:58 +01:00
Philipp Oppermann
2a35ec19b6 Use 2MiB pages instead of one 1GiB page 2015-10-29 17:47:21 +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
dfabc0ff32 Merge pull request #15 from phil-opp/printing_to_screen_improvements
Add the clear_screen function from the blog post
2015-10-27 20:50:08 +01:00
Philipp Oppermann
e439e9eb5d Use a byte char instead of casting 2015-10-27 20:48:14 +01:00
Philipp Oppermann
c36a3d19d2 Add and use a clear_screen function 2015-10-27 20:47:58 +01:00
Philipp Oppermann
f9325f5811 Some small improvements to sync post and code 2015-10-27 20:45:41 +01:00
Philipp Oppermann
54b47aaac1 Merge pull request #14 from phil-opp/multiboot_header_section_name
Rename `multiboot` section to `multiboot_header`
2015-10-27 18:47:03 +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
7b0428b07a Rename multiboot section to multiboot_header 2015-10-27 18:42:28 +01:00
Philipp Oppermann
8640091bc6 Merge pull request #12 from phil-opp/a_minimal_kernel_fixes
Makefile fixes
2015-10-26 23:02:34 +01:00
Philipp Oppermann
5e5374cd7d Update grub.cfg to use renamed kernel file
Renaming occurred in 37b576e to be in line with the blog posts.
2015-10-26 16:54:45 +01:00
Jacob Krall
37b576eb3c 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 15:45:46 +01:00
Jacob Krall
9ecaf0fe0c 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 15:45:19 +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