Commit Graph

93 Commits

Author SHA1 Message Date
Philipp Oppermann
895d40cd13 Add section about kernel elf sections 2015-11-15 12:00:03 +01:00
Philipp Oppermann
33fdbce530 Print available memory areas using multiboot info 2015-11-15 12:00:03 +01:00
Philipp Oppermann
73aa41e25e Pass multiboot pointer as argument to rust_main 2015-11-15 12:00:03 +01:00
Philipp Oppermann
d07530d660 Rename new post to Remapping the Kernel 2015-11-15 12:00:03 +01:00
Philipp Oppermann
a54b2d8f47 Remove detailed description of multiboot structures
Instead, we will use the external crate `multiboot2-elf64` at https://github.com/phil-opp/multiboot2-elf64 . The removed parts were added to its README for documentation
2015-11-15 12:00:03 +01:00
Philipp Oppermann
c064de5190 Add description of info struct and elf tag 2015-11-15 12:00:03 +01:00
Philipp Oppermann
1f074264c0 Rename and restructure multiboot info post 2015-11-15 12:00:03 +01:00
Philipp Oppermann
4d59d7350c Add skeleton for next post 2015-11-15 12:00:03 +01:00
Philipp Oppermann
b8d1dfd84d Merge pull request #41 from phil-opp/mention-no-redzone
Mention `-C no-redzone` in the `Setup Rust` post
2015-11-15 10:59:45 +01:00
Philipp Oppermann
65b4b4f027 Mention -C no-redzone in the Setup Rust post 2015-11-15 10:58:01 +01:00
Philipp Oppermann
340e1ff670 Merge pull request #39 from phil-opp/tools
Add script to cherry-pick commits to tags
2015-11-13 18:15:08 +01:00
Philipp Oppermann
d082f802f4 Move scripts to scripts folder 2015-11-13 18:13:01 +01:00
Philipp Oppermann
2a83b3440e Split script to allow switching branches & simplify code 2015-11-13 18:13:01 +01:00
Philipp Oppermann
79bd6873fb Added script to cherry-pick a commit to multiple tags 2015-11-13 18:13:01 +01:00
Philipp Oppermann
86d1ff145d Merge pull request #38 from phil-opp/replace_wildcard_dependecies
Replace wildcards in dependencies with a lower bound
2015-11-13 18:06:42 +01:00
Philipp Oppermann
6d05d4513c Replace wildcards in dependencies with a lower bound 2015-11-13 18:05:03 +01:00
Philipp Oppermann
b9a35036e3 Fix redirects 2015-11-07 01:12:33 +01:00
Philipp Oppermann
e8b6947555 Travis bugfix 2015-11-07 00:38:47 +01:00
Philipp Oppermann
6646326fb0 One more cosmetical thing 2015-11-07 00:34:16 +01:00
Philipp Oppermann
8dfc8531e4 Some cosmetical improvements for the blog update commits 2015-11-07 00:28:47 +01:00
Philipp Oppermann
91f7c70194 Last final travis fix: there is no _pages folder 2015-11-07 00:22:32 +01:00
Philipp Oppermann
2691f2b5d7 Final travis fix: add -r flag to copy 2015-11-07 00:19:09 +01:00
Philipp Oppermann
5978234f15 Fix: travis needs to clone it again because it needs gh-pages 2015-11-07 00:10:53 +01:00
Philipp Oppermann
753c8d4aea Fix ssh key name 2015-11-07 00:02:22 +01:00
Philipp Oppermann
5a49d761d9 Remove wrong include 2015-11-06 23:59:09 +01:00
Philipp Oppermann
1b2ff0f66e Merge pull request #28 from phil-opp/travis_blog_update
Use travis to update blog on master push
2015-11-06 23:56:10 +01:00
Philipp Oppermann
7e5dad2277 Update blog on push to master through travis 2015-11-06 23:55:00 +01:00
Philipp Oppermann
6e93a7d528 Add redirects again 2015-11-06 22:57:06 +01:00
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
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
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
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
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
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
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
1e90a1e78d Merge pull request #8 from phil-opp/printing_to_screen_repr_c
Add #[repr(C)] to ScreenChar
2015-10-25 15:53:45 +01:00
Philipp Oppermann
34dd42a6fc Add #[repr(C)] to ScreenChar 2015-10-25 15:38:08 +01:00