Commit Graph

2694 Commits

Author SHA1 Message Date
travis-update-bot
f61e070d88 Update blog to 23ee000f70 2016-01-19 22:56:42 +00:00
travis-update-bot
ca3a71a4dc Update blog to 49b78f59e2 2016-01-19 22:28:04 +00:00
Philipp Oppermann
23ee000f70 Split large command block 2016-01-19 23:24:07 +01:00
Philipp Oppermann
49b78f59e2 Merge pull request #121 from phil-opp/grub-troubleshooting
Add grub-mkrescue troubleshooting steps
2016-01-19 23:23:31 +01:00
Philipp Oppermann
4beecbe138 Add grub-mkrescue troubleshooting steps 2016-01-19 23:07:23 +01:00
Philipp Oppermann
38e0eedcc6 Merge pull request #119 from phil-opp/introduction
Add an introduction to the front page
2016-01-19 22:23:10 +01:00
Philipp Oppermann
230668fa05 Revert "Add bing webmaster authentication code"
This reverts commit 771cfd76b1.
2016-01-19 22:20:32 +01:00
Philipp Oppermann
771cfd76b1 Add bing webmaster authentication code 2016-01-19 22:19:59 +01:00
Philipp Oppermann
5a4e5288f0 Formatting 2016-01-19 22:05:00 +01:00
Philipp Oppermann
d47af70e51 Shorten the introduction 2016-01-19 22:03:01 +01:00
travis-update-bot
fc95bf1ac9 Update blog to 86d27933ff 2016-01-19 12:09:28 +00:00
Philipp Oppermann
86d27933ff Merge pull request #120 from phil-opp/phil-opp-patch-1
Fix type name: `EntryFlags` instead of `TableEntryFlags`
2016-01-19 13:07:38 +01:00
Philipp Oppermann
1bd054d718 Fix type name: EntryFlags instead of TableEntryFlags 2016-01-19 13:04:27 +01:00
Philipp Oppermann
0f334f5da2 Add an introduction to the front page 2016-01-19 00:56:05 +01:00
Philipp Oppermann
23523189cb Decrease the maximal page width for readability 2016-01-19 00:55:26 +01:00
Philipp Oppermann
5bc31e7c46 Mention xorriso in Readme
See #104
2016-01-18 23:16:17 +01:00
Philipp Oppermann
1d7b913a1a Add automatic anchor symbols using anchorjs 2016-01-17 15:22:42 +01:00
travis-update-bot
82e230c257 Update blog to a6632af0b6 2016-01-17 12:27:53 +00:00
Philipp Oppermann
a6632af0b6 Remove call to non-existent Writer::new
The creation of a `Writer` is the same as before, so we omit it.

Fixes #118
2016-01-17 13:24:16 +01:00
travis-update-bot
f3f5a901a5 Update blog to 1284ea3657 2016-01-14 13:57:55 +00:00
Philipp Oppermann
1284ea3657 Merge pull request #115 from mhlopko/patch-2
Add missing brackets
2016-01-14 14:55:33 +01:00
Marcel Hlopko
db9e6c5739 Add missing brackets 2016-01-14 14:52:02 +01:00
travis-update-bot
9c5773d94d Update blog to 0c45cf1b97 2016-01-14 13:45:48 +00:00
Philipp Oppermann
0c45cf1b97 Merge pull request #114 from mhlopko/patch-1
Add missing semicolon
2016-01-14 14:43:56 +01:00
Marcel Hlopko
59d9a08aea Add missing semicolon 2016-01-14 14:33:33 +01:00
travis-update-bot
618866234e Update blog to 16eef8e945 2016-01-14 08:38:44 +00:00
Philipp Oppermann
16eef8e945 Merge pull request #112 from phil-opp/official-bitflags
Use official bitflags crate
2016-01-14 09:36:35 +01:00
Philipp Oppermann
9ed358c54c Use official bitflags 2016-01-14 09:21:15 +01:00
travis-update-bot
8d00795640 Update blog to e320e4d1d9 2016-01-10 11:54:43 +00:00
Philipp Oppermann
e320e4d1d9 Merge pull request #107 from jonfk/master
Added missing `unsafe` in printing-to-screen post
2016-01-09 13:15:41 +01:00
Jonathan Fok kan
cd9441fe13 Fixed small error in printing-to-screen post 2016-01-09 13:15:06 +01:00
Philipp Oppermann
555096c953 Merge pull request #106 from phil-opp/phil-opp-patch-1
Add building instructions and links to posts and source code in README
2016-01-09 13:05:15 +01:00
Philipp Oppermann
519bb2b385 Merge pull request #108 from jonfk/fixed/alloc-frames
Fixed typos in post Allocating Frames
2016-01-09 12:57:58 +01:00
Jonathan Fok kan
376ab13f1a Fixed typos in post Allocating Frames 2016-01-09 01:30:06 -05:00
Philipp Oppermann
73673f759d Add building instructions and links to posts and source code 2016-01-06 19:01:43 +01:00
travis-update-bot
90aded2bad Update blog to 43a86e7b86 2016-01-04 23:15:43 +00:00
Philipp Oppermann
43a86e7b86 Merge pull request #105 from heathtechnical/master
Fixed typo in 'CPUID check' heading
2016-01-05 00:13:17 +01:00
Dan Heath
3828ba8830 Fixed typo in 'CPUID check' heading 2016-01-04 22:38:49 +00:00
Philipp Oppermann
2f72b0d173 Update qemu screenshot for qemu -cdrom
See #103
2016-01-02 16:52:21 +01:00
travis-update-bot
aa91bf7f2d Update blog to a338bf5d98 2016-01-02 15:36:55 +00:00
Philipp Oppermann
a338bf5d98 Merge pull request #103 from phil-opp/qemu-cdrom
Use `-cdrom` instead of `-drive` as it's shorter
2016-01-02 16:35:01 +01:00
Philipp Oppermann
be251361fa Use -cdrom instead of -drive as it's shorter
Right now, it does not matter whether we boot from a drive or a cdrom. Therefore we use the shorter `-cdrom`.
2016-01-02 16:28:09 +01:00
travis-update-bot
6c81a67a65 Update blog to d57657ac29 2016-01-02 15:12:00 +00:00
Philipp Oppermann
d57657ac29 Merge pull request #102 from phil-opp/cpuid-comments
Improve comments for CPUID check
2016-01-02 16:10:01 +01:00
Philipp Oppermann
157b3b208d Improve comments for CPUID check 2016-01-02 16:01:42 +01:00
Philipp Oppermann
15873b8448 Include Remap the Kernel post in memory management category 2016-01-01 18:41:06 +01:00
travis-update-bot
cf7a19adef Update blog to 980c94202f 2016-01-01 17:36:24 +00:00
Philipp Oppermann
980c94202f Merge pull request #100 from phil-opp/remap-the-kernel
New post about remapping the kernel
2016-01-01 18:34:29 +01:00
Philipp Oppermann
cfe03f612d Remove printing of memory areas and elf sections 2016-01-01 18:05:16 +01:00
Philipp Oppermann
ac6c1af84f Remove test_paging function 2016-01-01 18:05:16 +01:00