Commit Graph

41 Commits

Author SHA1 Message Date
Philipp Oppermann
f308628db2 Merge branch 'post-01' into post-02 2019-04-03 10:45:28 +02:00
Philipp Oppermann
f8462956f2 Use azure pipelines status badge 2019-04-03 10:44:07 +02:00
Philipp Oppermann
ab16203ed7 Update bootloader to version 0.4.0 2019-03-14 11:13:28 +01:00
Philipp Oppermann
63f8f3a6eb Merge branch 'post-01' into post-02 2019-02-25 16:34:15 +01:00
Philipp Oppermann
8c25133033 Check formatting on CI 2019-02-25 16:34:09 +01:00
Philipp Oppermann
013e6f2add Merge branch 'post-01' into post-02 2019-02-07 18:46:31 +01:00
bors[bot]
1eb7ca72ef Merge #553
553: Add bors.toml to post branches r=phil-opp a=phil-opp



Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
2019-02-07 17:43:23 +00:00
Philipp Oppermann
d009b22bf6 Add bors.toml 2019-02-07 18:40:18 +01:00
Philipp Oppermann
d5cb74ac8b We still need nighly Rust for the second and later posts 2019-02-07 16:14:58 +01:00
Philipp Oppermann
3bf2c66acc Merge branch 'post-01' into post-02 2019-02-07 16:11:46 +01:00
Philipp Oppermann
db898133b8 Use stable Rust for building 2019-02-07 16:07:27 +01:00
nivkner
ea513af5ad don't require nightly compiler from freestanding binary (#550) 2019-02-07 16:05:21 +01:00
Philipp Oppermann
0e6ffc1a4f Merge branch 'post-01' into post-02 2019-02-05 15:23:48 +01:00
Philipp Oppermann
09ed317023 [CI] Directly print $BUILD_REQUESTEDFOR without case statement 2019-02-05 15:22:50 +01:00
Philipp Oppermann
57484164ab Expand azure pipelines script for second post 2019-02-05 14:55:22 +01:00
Philipp Oppermann
1ca8cec4e6 Merge branch 'post-01' into post-02 2019-02-05 14:53:53 +01:00
Philipp Oppermann
6d07a311bd Add CI script for azure pipelines 2019-02-05 14:52:58 +01:00
Philipp Oppermann
2d5d6ee850 Merge branch 'post-01' into post-02 2019-02-05 10:46:08 +01:00
Philipp Oppermann
3349c5d79c UPdate Cargo.lock for latest nightly 2019-02-05 10:46:02 +01:00
Philipp Oppermann
c9ce9d5735 Merge branch 'post-01' into post-02 2019-01-29 12:16:54 +01:00
Philipp Oppermann
bc2d1477c3 Add a rust-toolchain file to use Rust nightly 2019-01-29 12:16:50 +01:00
Philipp Oppermann
f013172dd7 Update Readme for A Minimal Rust Kernel post 2019-01-27 17:06:41 +01:00
Philipp Oppermann
858a2f94c6 Merge branch 'post-01' into post-02 2019-01-27 17:06:09 +01:00
Philipp Oppermann
b256db89c4 Add a Readme 2019-01-27 17:05:28 +01:00
Philipp Oppermann
2ce4af4a65 Merge branch 'post-01' into post-02 2019-01-27 16:33:54 +01:00
Philipp Oppermann
db4fd1ce1d Rename z_post_* braches to post-* 2019-01-27 16:14:08 +01:00
Philipp Oppermann
8d730050d3 Update CI scripts for second post 2019-01-27 15:27:16 +01:00
Philipp Oppermann
752a7ed84e Merge branch 'z_post_01' into z_post_02 2019-01-27 15:22:55 +01:00
Philipp Oppermann
a2c0be6da2 Add travis and appveyor scripts 2019-01-27 15:19:59 +01:00
Philipp Oppermann
59f9fe1e69 Update Cargo.lock 2019-01-25 12:44:36 +01:00
Philipp Oppermann
f4fd0e264a Add default target for bootimage 2019-01-25 12:44:27 +01:00
Philipp Oppermann
bbc19e132c Add bootloader dependency 2019-01-25 12:42:48 +01:00
Philipp Oppermann
f9ffee92c7 Print Hello World! to screen 2019-01-25 12:42:21 +01:00
Philipp Oppermann
fd08b1a123 Add target specification file 2019-01-25 12:40:20 +01:00
Philipp Oppermann
bb569d0794 Add Cargo.lock
This file fixes dependency versions and ensures reproducible builds
2019-01-25 12:39:35 +01:00
Philipp Oppermann
a80b09b1ae Add #![no_main] attribute and Linux entry point 2019-01-25 12:37:02 +01:00
Philipp Oppermann
2f9cbab885 Disable unwinding 2019-01-25 12:35:11 +01:00
Philipp Oppermann
3feee7761e Add panic handler 2019-01-25 12:34:39 +01:00
Philipp Oppermann
926940beb0 Add #![no_std] attribute 2019-01-25 12:34:28 +01:00
Philipp Oppermann
0fbb5f99cf Create new blog_os project 2019-01-25 12:32:07 +01:00
Philipp Oppermann
491b7a8f2e Initial commit 2019-01-25 12:30:14 +01:00