Philipp Oppermann
|
f48eed487c
|
Merge branch 'post-09' into post-10
|
2020-08-16 17:59:56 +02:00 |
|
Philipp Oppermann
|
d2e7a4a970
|
Merge branch 'post-08' into post-09
|
2020-08-16 17:59:56 +02:00 |
|
Philipp Oppermann
|
988e248a6f
|
Merge branch 'post-07' into post-08
|
2020-08-16 17:59:56 +02:00 |
|
Philipp Oppermann
|
56652b79fb
|
Merge branch 'post-06' into post-07
|
2020-08-16 17:59:56 +02:00 |
|
Philipp Oppermann
|
817e36c064
|
Increase double fault stack size
|
2020-08-16 17:57:43 +02:00 |
|
Philipp Oppermann
|
69c7df8a30
|
Merge branch 'post-09' into post-10
|
2020-07-17 11:28:30 +02:00 |
|
Philipp Oppermann
|
472ddcc696
|
Merge branch 'post-08' into post-09
|
2020-07-17 11:25:03 +02:00 |
|
Philipp Oppermann
|
5d355277db
|
Merge branch 'post-07' into post-08
|
2020-07-17 11:24:40 +02:00 |
|
Philipp Oppermann
|
5309361224
|
Merge branch 'post-06' into post-07
|
2020-07-17 11:24:00 +02:00 |
|
Philipp Oppermann
|
1876a78058
|
Merge branch 'post-05' into post-06
|
2020-07-17 11:23:28 +02:00 |
|
Philipp Oppermann
|
3ac92cf275
|
Merge branch 'post-04' into post-05
|
2020-07-17 11:23:27 +02:00 |
|
Philipp Oppermann
|
acf3717551
|
Move extern crate rlibc to lib.rs
|
2020-07-17 11:22:42 +02:00 |
|
Philipp Oppermann
|
6292789393
|
Merge branch 'post-03' into post-04
|
2020-07-17 11:19:25 +02:00 |
|
Philipp Oppermann
|
651adbc8bd
|
Merge branch 'post-02' into post-03
|
2020-07-17 11:16:18 +02:00 |
|
Philipp Oppermann
|
16ffe80fd5
|
Add dependency on rlibc
|
2020-07-16 15:39:07 +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
|
9809ea57ae
|
Merge branch 'post-09' into post-10
|
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
|
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
|
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
|
44ab90f92d
|
Update allocator code for x86_64 v0.11.0
|
2020-05-20 14:30:48 +02:00 |
|
Philipp Oppermann
|
7a5d91cb96
|
Merge branch 'post-09' into post-10
|
2020-05-20 14:29:43 +02:00 |
|
Philipp Oppermann
|
491889a237
|
Update paging code for x86_64 v0.11.0
|
2020-05-20 14:29:36 +02:00 |
|
Philipp Oppermann
|
7b0d8f05ba
|
Fix code for x86_64 v0.9.5 update
|
2020-03-08 14:30:33 +01:00 |
|
Philipp Oppermann
|
c7cc718ae3
|
Merge branch 'post-09' into post-10
|
2020-02-26 12:22:06 +01:00 |
|
Philipp Oppermann
|
8fc746555d
|
Merge branch 'post-08' into post-09
|
2020-02-26 12:21:28 +01:00 |
|
Philipp Oppermann
|
9324ea45a5
|
Merge branch 'post-07' into post-08
|
2020-02-26 12:21:28 +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
|
869a69e531
|
Move #[global_allocator] into allocator module (#714)
The Rust issue that the #[global_allocator] cannot be defined in submodules was fixed.
|
2020-01-08 12:38:06 +01:00 |
|
Philipp Oppermann
|
3ac5318c94
|
Remove now unneeded unsafe block
The `map_to` method is safe since x86_64 0.8.1.
|
2019-12-11 16:47:45 +01:00 |
|
Philipp Oppermann
|
e94a489a31
|
Merge branch 'post-09' into post-10
|
2019-12-11 16:38:08 +01:00 |
|
Philipp Oppermann
|
c7bc26d8ee
|
Update frame allocation code to x86_64 0.8.1
|
2019-12-11 16:26:38 +01:00 |
|
Philipp Oppermann
|
9d31eb8aa8
|
Merge branch 'post-07' into post-08
|
2019-12-10 17:17:53 +01:00 |
|
Philipp Oppermann
|
3ffd71723f
|
Merge branch 'post-06' into post-07
|
2019-12-10 17:17:53 +01:00 |
|
Philipp Oppermann
|
f226ba0c3f
|
Merge branch 'post-09' into post-10
|
2019-12-10 17:17:53 +01:00 |
|
Philipp Oppermann
|
94aa2c4093
|
Merge branch 'post-08' into post-09
|
2019-12-10 17:17:53 +01:00 |
|
Philipp Oppermann
|
d1cf8000a3
|
Make double fault handlers diverging
Required by x86_64 0.8.0.
|
2019-12-10 17:02:46 +01:00 |
|
Philipp Oppermann
|
b9a0702bc0
|
Merge branch 'post-09' into post-10
|
2019-11-25 13:35:20 +01:00 |
|
Philipp Oppermann
|
84ddda6a3f
|
Merge branch 'post-08' into post-09
|
2019-11-25 13:35:20 +01:00 |
|
Philipp Oppermann
|
37b8b42cba
|
Add missing hlt_loop import
|
2019-11-25 13:35:18 +01:00 |
|
Philipp Oppermann
|
2919cbdefc
|
Merge branch 'post-09' into post-10
|
2019-11-25 13:25:15 +01:00 |
|
Philipp Oppermann
|
f85664fd6b
|
Merge branch 'post-08' into post-09
|
2019-11-25 13:25:15 +01:00 |
|
Philipp Oppermann
|
1e86c9f5f0
|
Merge branch 'post-07' into post-08
|
2019-11-25 13:25:15 +01:00 |
|
Philipp Oppermann
|
084a77775f
|
Merge branch 'post-06' into post-07
|
2019-11-25 13:25:02 +01:00 |
|