Philipp Oppermann
96a02c441e
Merge branch 'post-06' into post-07
2020-06-08 12:30:28 +02:00
Philipp Oppermann
0dd32e2680
Merge pull request #818 from phil-opp/post-06-prevent-tail-recursion
...
Do a volatile read in stack_overflow test to avoid tail recursion
2020-06-08 12:29:58 +02:00
Philipp Oppermann
5735cb8ec0
Do a volatile read in stack_overflow test to avoid tail recursion
...
This prevents the compiler from transforming the tail recursive function into a loop, which does not lead to a stack overflow. It also avoids the LLVM bug where functions with side-effect-free endless loops are removed. Thus, the test now also works in `--release` mode.
2020-06-08 12:17:06 +02:00
Philipp Oppermann
95612c1d3c
Merge branch 'post-06' into post-07
2020-06-08 12:05:05 +02:00
Philipp Oppermann
12d94fd2e9
Adjust stack_overflow test print message
2020-06-08 12:01:04 +02:00
Philipp Oppermann
8c10bbb096
Merge branch 'post-05' into post-06
2020-06-08 11:57:12 +02:00
Philipp Oppermann
7846bd0559
Remove superfluous printing from test_breakpoint_exception
2020-06-08 11:55:24 +02:00
Philipp Oppermann
3ccc602e38
Merge branch 'post-04' into post-05
2020-06-08 11:53:01 +02:00
Philipp Oppermann
bf33685d00
Merge pull request #816 from phil-opp/post-04-testable-trait
...
Create a testable trait for printing test messages automatically
2020-06-08 11:50:57 +02:00
Philipp Oppermann
3ee6badb33
Keep trivial_assertion test
2020-06-08 11:39:09 +02:00
Philipp Oppermann
9f9ff59489
Create a testable trait for printing test messages automatically
2020-06-08 11:04:03 +02:00
Philipp Oppermann
93b96f21ac
Update pic8259_simple to v0.2.0
2020-05-21 09:29:49 +02:00
Philipp Oppermann
f9446883e2
Merge branch 'post-05' into post-06
2020-05-20 14:56:19 +02:00
Philipp Oppermann
735210fc8f
Merge branch 'post-04' into post-05
2020-05-20 14:56:19 +02:00
Philipp Oppermann
22b49dea49
Merge branch 'post-06' into post-07
2020-05-20 14:56:19 +02:00
Philipp Oppermann
a1c7931a77
Run cargo update for post-04
2020-05-20 14:56:06 +02:00
Philipp Oppermann
067f2c9b39
Merge branch 'post-06' into post-07
2020-05-20 14:26:29 +02:00
Philipp Oppermann
2bf84f60e9
Merge branch 'post-05' into post-06
2020-05-20 14:25:56 +02:00
Philipp Oppermann
0d506d5dd5
Merge branch 'post-04' into post-05
2020-05-20 14:25:23 +02:00
Philipp Oppermann
2c30310281
Update x86_64 to version 0.11.0
2020-05-20 14:25:16 +02:00
Philipp Oppermann
122bc99766
Merge branch 'post-06' into post-07
2020-05-20 14:06:59 +02:00
Philipp Oppermann
bfed1f44e2
Merge branch 'post-05' into post-06
2020-05-20 14:06:06 +02:00
Philipp Oppermann
158873acd4
Merge branch 'post-04' into post-05
2020-05-20 14:05:29 +02:00
Philipp Oppermann
57cd52b7f5
Merge branch 'post-03' into post-04
2020-05-20 14:04:54 +02:00
Philipp Oppermann
a004e7da9c
Merge branch 'post-02' into post-03
2020-05-20 14:04:37 +02:00
Philipp Oppermann
b1bf0873ce
Update bootloader to v0.9.3
2020-05-20 14:03:59 +02:00
Philipp Oppermann
564ba9f9ac
Merge branch 'post-06' into post-07
2020-03-08 14:39:38 +01:00
Philipp Oppermann
8a4f3ab2a8
Merge branch 'post-05' into post-06
2020-03-08 14:39:37 +01:00
Philipp Oppermann
e402af005b
Merge branch 'post-04' into post-05
2020-03-08 14:39:37 +01:00
Philipp Oppermann
d7e505da9e
Update x86_64 dependency to version 0.9.6
2020-03-08 14:39:27 +01:00
Philipp Oppermann
9a61e1724b
Merge branch 'post-06' into post-07
2020-03-08 14:27:58 +01:00
Philipp Oppermann
dbe1353fd2
Merge branch 'post-05' into post-06
2020-03-08 14:27:42 +01:00
Philipp Oppermann
813bc41a74
Merge branch 'post-04' into post-05
2020-03-08 14:27:42 +01:00
Philipp Oppermann
2039cd7a64
Update x86_64 to version 0.9.5
2020-03-08 14:27:36 +01:00
Philipp Oppermann
725e03b5c5
Merge branch 'post-06' into post-07
2020-02-26 12:47:07 +01:00
Philipp Oppermann
16afb268f8
Merge branch 'post-05' into post-06
2020-02-26 12:46:19 +01:00
Philipp Oppermann
5ef73aaa30
Merge branch 'post-04' into post-05
2020-02-26 12:46:09 +01:00
Philipp Oppermann
ebb862de2a
Run cargo update for post-04
2020-02-26 12:46:04 +01:00
Philipp Oppermann
d588dca953
Merge branch 'post-03' into post-04
2020-02-26 12:45:45 +01:00
Philipp Oppermann
f23269ed93
Merge branch 'post-02' into post-03
2020-02-26 12:45:27 +01:00
Philipp Oppermann
46264d08ca
Run cargo update
2020-02-26 12:43:51 +01:00
Philipp Oppermann
d35ab51629
Merge pull request #756 from RKennedy9064/post-07
...
Updated pc-keyboard to `0.5.0`
2020-02-26 12:18:13 +01:00
Ryan Kennedy
de509e058f
Switched to HandleControl::Ignore
2020-02-25 10:32:39 -06:00
Ryan Kennedy
2a8f499f73
Might help if I use cargo fmt
2020-02-22 19:02:57 -06:00
Ryan Kennedy
2634bb2d37
Updated pc-keyboard to 0.5.0
2020-02-22 18:55:21 -06:00
Philipp Oppermann
2bf70751bf
Update Github Actions badge for post-07
2019-12-12 09:31:24 +01:00
Philipp Oppermann
ad2590068d
Merge branch 'post-06' into post-07
2019-12-12 09:31:07 +01:00
Philipp Oppermann
c211412ce2
Update Github Actions badge for post-06
2019-12-12 09:30:51 +01:00
Philipp Oppermann
93d3de6feb
Merge branch 'post-05' into post-06
2019-12-12 09:30:37 +01:00
Philipp Oppermann
6dcf5c61fb
Update Github Actions badge for post-05
2019-12-12 09:30:17 +01:00