Philipp Oppermann
832ab43bdd
Merge branch 'post-08' into post-09
2020-06-08 12:30:28 +02:00
Philipp Oppermann
2a88224080
Merge branch 'post-07' into post-08
2020-06-08 12:30:28 +02:00
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
cecab1a310
Merge branch 'post-08' into post-09
2020-06-08 12:06:37 +02:00
Philipp Oppermann
d26577ad86
Merge branch 'post-07' into post-08
2020-06-08 12:06:37 +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
8b90c04c62
Merge branch 'post-08' into post-09
2020-05-21 09:29:56 +02:00
Philipp Oppermann
b9f5b43c04
Merge branch 'post-07' into post-08
2020-05-21 09:29:56 +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
5e510e41ee
Merge branch 'post-08' into post-09
2020-05-20 14:56:19 +02:00
Philipp Oppermann
729c56d4ae
Merge branch 'post-07' into post-08
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
491889a237
Update paging code for x86_64 v0.11.0
2020-05-20 14:29:36 +02:00
Philipp Oppermann
a2f07828e4
Merge branch 'post-08' into post-09
2020-05-20 14:27:06 +02:00
Philipp Oppermann
8d5aade432
Merge branch 'post-07' into post-08
2020-05-20 14:26:48 +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
d94b9513e7
Merge branch 'post-08' into post-09
2020-05-20 14:08:32 +02:00
Philipp Oppermann
50853609d1
Merge branch 'post-07' into post-08
2020-05-20 14:07:29 +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
70deb3168e
Merge branch 'post-08' into post-09
2020-03-08 14:39:38 +01:00
Philipp Oppermann
9d4a960bcb
Merge branch 'post-07' into post-08
2020-03-08 14:39:38 +01: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
a5d409b777
Merge branch 'post-08' into post-09
2020-03-08 14:28:03 +01:00
Philipp Oppermann
33df0bb2a3
Merge branch 'post-07' into post-08
2020-03-08 14:28:03 +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