Philipp Oppermann
|
768f81aedc
|
Use a nightly Rust version from the beginning
|
2018-10-28 13:04:35 +01:00 |
|
bors[bot]
|
92c27c6545
|
Merge #490
490: Don't compile the interrupts module on Windows to fix cargo test r=phil-opp a=phil-opp
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
|
2018-10-26 15:37:28 +00:00 |
|
Philipp Oppermann
|
b8206b895f
|
Move PICS import into _start function
|
2018-10-26 17:07:47 +02:00 |
|
Philipp Oppermann
|
b1c8df2a7f
|
Don't compile the interrupts module on Windows to fix cargo test
|
2018-10-26 16:08:51 +02:00 |
|
Philipp Oppermann
|
1b52ff1acf
|
Fix: standard library -> core library
|
2018-10-26 12:30:20 +02:00 |
|
Donald Pinckney
|
250a80dd77
|
Fix typo in hardware interrupts post (#489)
|
2018-10-25 17:10:12 +02:00 |
|
Donald Pinckney
|
d6c812ea28
|
Correct the filenames in comments for where _start() is. (#488)
|
2018-10-25 14:29:22 +02:00 |
|
Donald Pinckney
|
1ed19359b5
|
Fix typos in 06 and 07 posts. (#487)
|
2018-10-25 14:27:37 +02:00 |
|
Philipp Oppermann
|
ca9279e3f9
|
Add extra post about building on Android
|
2018-10-24 15:35:46 +02:00 |
|
Donald Pinckney
|
f6196a73be
|
Bump spin version as 0.4.6 can't build on nightly (#485)
|
2018-10-24 09:31:42 +02:00 |
|
Steve Kemp
|
005551efc8
|
Fix typo (#484)
Fixed `interrups` -> `interrupts`.
|
2018-10-22 20:41:57 +02:00 |
|
Evan Martin
|
6465d6e68e
|
fix typo (#483)
|
2018-10-22 19:55:40 +02:00 |
|
Connor E
|
cd44531822
|
Use shorthand struct initialization syntax (#482)
|
2018-10-22 19:49:24 +02:00 |
|
Philipp Oppermann
|
0aa59f3ab8
|
Fix typo
Fixes #481
|
2018-10-22 19:30:35 +02:00 |
|
Philipp Oppermann
|
9eef331df6
|
Bootimage file is named bootimage-blog_os.bin
|
2018-10-22 19:22:08 +02:00 |
|
Philipp Oppermann
|
e34804d23b
|
Fix release date
|
2018-10-22 14:12:08 +02:00 |
|
Philipp Oppermann
|
678ea47cbe
|
Merge branch 'master' into hardware-interrupts
|
2018-10-20 19:00:37 +02:00 |
|
Philipp Oppermann
|
4583936f0b
|
Remove some temporary variables
|
2018-10-20 18:57:17 +02:00 |
|
Philipp Oppermann
|
16a727b3cc
|
Set release date
|
2018-10-20 18:57:17 +02:00 |
|
Philipp Oppermann
|
66d940559f
|
Avoid deadlocks in println/serial_println
|
2018-10-20 18:57:17 +02:00 |
|
acheronfail
|
68ffc3cd59
|
refactor interrupts (#476)
|
2018-10-20 18:57:17 +02:00 |
|
Philipp Oppermann
|
ac9582bd8b
|
Minor improvements
|
2018-10-20 18:57:17 +02:00 |
|
acheronfail
|
5243ef874d
|
add gifs for keyboard and fix source to compile
|
2018-10-20 18:55:04 +02:00 |
|
acheronfail
|
5b308be891
|
add screenshots and gif of hardware timer
|
2018-10-20 18:55:04 +02:00 |
|
acheronfail
|
4f2bb34218
|
Merge branch 'refactor-interrupts' into refactor-interrupts
|
2018-10-18 22:58:42 +11:00 |
|
acheronfail
|
a80ae0d06a
|
feedback: fix some typos
|
2018-10-18 22:57:37 +11:00 |
|
Philipp Oppermann
|
da09ad3362
|
Clarify that the exceptions tests use their own IDT
|
2018-10-18 13:50:00 +02:00 |
|
acheronfail
|
168e2b3d89
|
feedback: add explanation for adding #[macro_use] before import
|
2018-10-18 18:46:36 +11:00 |
|
acheronfail
|
61397dbb07
|
feedback: mention creating a new interrupts module
|
2018-10-18 08:59:30 +11:00 |
|
acheronfail
|
206fb7cc8a
|
refactor exception code into interrupts.rs
|
2018-10-18 08:21:58 +11:00 |
|
acheronfail
|
a198de6d1f
|
fix minor typo (#474)
|
2018-10-17 13:40:29 +02:00 |
|
Tshepang Lekhonkhobe
|
36d56438a2
|
freestanding-rust-binary: small improves (#471)
|
2018-10-14 16:19:25 +02:00 |
|
Tshepang Lekhonkhobe
|
b30c3f653e
|
minimal-rust-kernel: typo (#472)
|
2018-10-14 16:18:55 +02:00 |
|
Philipp Oppermann
|
87f6e734a9
|
Finish first draft
|
2018-10-10 18:57:21 +02:00 |
|
Philipp Oppermann
|
9effe2b27b
|
Master/slave -> primary/seondary
|
2018-10-10 18:56:16 +02:00 |
|
Philipp Oppermann
|
fa426fc633
|
Minor improvements
|
2018-10-10 14:48:07 +02:00 |
|
Philipp Oppermann
|
23e35b8d9b
|
Fix typo in code example
Closes #470
|
2018-10-07 15:26:53 +02:00 |
|
Philipp Oppermann
|
6f48a17ba4
|
Pub and no_mangle are no longer required for panic_handler (#468)
|
2018-10-01 13:11:39 +02:00 |
|
Philipp Oppermann
|
2dd925d34d
|
Don't mention the deprecated panic_implementation
It existed only for a very short time, so I think that not many people will remember this attribute.
|
2018-10-01 10:39:09 +02:00 |
|
Ben
|
2a9075d642
|
Rfc 2070 panic implementation deprecated (#467)
* Make changes to code examples.
* Explain that panic_implementation has been deprecated
* Update attributes in source code.
|
2018-10-01 10:38:48 +02:00 |
|
Kazushige Tominaga
|
91001d9158
|
Use write_string instead of write_str in example code (#462)
|
2018-08-14 12:57:18 +02:00 |
|
Philipp Oppermann
|
812c981f9b
|
Self-host math picture
|
2018-08-13 17:09:27 +02:00 |
|
Kenta
|
06011a6317
|
typo fix (#463)
|
2018-08-13 13:02:00 +02:00 |
|
Philipp Oppermann
|
ee7f0cecf8
|
Continue post
|
2018-07-27 12:37:58 +02:00 |
|
Philipp Oppermann
|
2209b580b5
|
Begin new post about hardware interrupts
|
2018-07-26 22:45:21 +02:00 |
|
Philipp Oppermann
|
a2d99bb52e
|
Improve introductions of various posts
|
2018-07-26 19:15:50 +02:00 |
|
Philipp Oppermann
|
f551116714
|
Typo: deadbeaf -> deadbeef
|
2018-07-23 11:07:49 +02:00 |
|
Philipp Oppermann
|
f2d2c476f3
|
The bootloader_precompiled crate should be in lib.rs
|
2018-07-20 10:50:11 +02:00 |
|
Philipp Oppermann
|
c198d86538
|
Update bootimage test output
|
2018-07-20 10:32:40 +02:00 |
|
Philipp Oppermann
|
42bfe4b357
|
Update “Minimal Rust Kernel” to bootimage 0.5.0
|
2018-07-20 10:27:08 +02:00 |
|