Philipp Oppermann
|
4bfcea2368
|
Merge branch 'post-02' into post-03
|
2019-02-05 10:46:08 +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
|
af0b258279
|
Make vga_buffer::{ScreenChar, Buffer} repr(transparent)
|
2019-02-05 10:44:52 +01:00 |
|
Philipp Oppermann
|
c9ce9d5735
|
Merge branch 'post-01' into post-02
|
2019-01-29 12:16:54 +01:00 |
|
Philipp Oppermann
|
de2b99f0d2
|
Merge branch 'post-02' into post-03
|
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
|
8c1e98752a
|
Update Readme for VGA Text Mode post
|
2019-01-27 17:07:48 +01:00 |
|
Philipp Oppermann
|
ceb5cf4eed
|
Merge branch 'post-02' into post-03
|
2019-01-27 17:07:24 +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
|
1d5bc372a0
|
Merge branch 'post-02' into post-03
|
2019-01-27 16:33:54 +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
|
0874a50544
|
Merge branch 'z_post_02' into z_post_03
|
2019-01-27 15:37:53 +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
|
b5c05193e1
|
Document vga buffer methods
|
2019-01-25 14:39:47 +01:00 |
|
Philipp Oppermann
|
6c427e7cee
|
Print the PanicInfo on panic
|
2019-01-25 13:23:04 +01:00 |
|
Philipp Oppermann
|
c43d6191c5
|
Implement print!/println! macros
|
2019-01-25 13:22:33 +01:00 |
|
Philipp Oppermann
|
c1e3fa57c6
|
Add a global interface
|
2019-01-25 13:21:39 +01:00 |
|
Philipp Oppermann
|
3574958d5f
|
Implement new_line method
|
2019-01-25 13:18:58 +01:00 |
|
Philipp Oppermann
|
cbfe6221bd
|
Implement support for Rust's formatting macros
|
2019-01-25 13:18:13 +01:00 |
|
Philipp Oppermann
|
d1897af515
|
Use volatile writes for accessing the VGA buffer
|
2019-01-25 13:16:44 +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 |
|
Philipp Oppermann
|
d71e6a7cb6
|
Test the vga buffer module through a print_something function
|
2019-01-25 12:26:05 +01:00 |
|
Philipp Oppermann
|
27f2c4c2ff
|
Add methods to write bytes and strings
|
2019-01-25 12:25:46 +01:00 |
|
Philipp Oppermann
|
19de9e560d
|
Add a VGA buffer module
|
2019-01-25 12:21:51 +01:00 |
|