Philipp Oppermann
c407c26224
Run cargo fmt
2025-03-27 16:13:18 +01:00
Philipp Oppermann
3d94346f43
Merge branch 'post-05' into post-06
2025-03-27 15:13:48 +01:00
Philipp Oppermann
f19372d58a
Merge branch 'post-04' into post-05
2025-03-27 15:13:48 +01:00
Philipp Oppermann
e4b3ed6d42
Fix: no_mangle is an unsafe attribute since Rust 2024
2025-03-27 15:13:34 +01:00
Philipp Oppermann
b1aec7eb66
Merge branch 'post-03' into post-04
2025-03-27 15:13:25 +01:00
Philipp Oppermann
e2a3e76a32
Merge branch 'post-02' into post-03
2025-03-27 15:07:41 +01:00
Philipp Oppermann
16bbb8f972
Merge branch 'post-01' into post-02
2025-03-27 15:07:24 +01:00
Philipp Oppermann
430e2143f8
Fix: no_mangle is an unsafe attribute since Rust 2024
2025-03-27 15:06:17 +01:00
Philipp Oppermann
aa9d0fff74
Code: Use new &raw const operator instead of unsafe {& _}
2025-01-15 19:58:23 +01:00
ruhuang
b72c457481
Update post-06 to set CS register with non-deprecated function ( #1099 )
...
Set CS register with non-deprecated function
2022-04-08 10:05:21 +02:00
Philipp Oppermann
d55fa1ee24
Adjust post-06 to take InterruptStackFrame by value
2021-05-17 11:46:24 +02:00
Philipp Oppermann
5ae0f13fa4
Merge branch 'post-05' into post-06
2021-05-17 11:44:50 +02:00
Philipp Oppermann
4804317b24
Take InterruptStackFrame by value as required by x86_64 v0.14
2021-05-17 11:43:22 +02:00
Philipp Oppermann
31c0412d0d
Merge branch 'post-05' into post-06
2020-10-02 23:35:26 +02:00
Philipp Oppermann
d26b91121c
Merge branch 'post-04' into post-05
2020-10-02 23:35:26 +02:00
Philipp Oppermann
d4e1f47e62
Update post-04 to use compiler_builtins mem feature instead of rlibc ( #868 )
...
* Remove rlibc and use compiler-builtins-mem feature (#865 )
* Update post-04 to use compiler_builtins `mem` feature instead of `rlibc`
Co-authored-by: Rob Gries <robert.w.gries@gmail.com >
2020-10-02 23:28:03 +02:00
Philipp Oppermann
ea5aad0e0c
Merge branch 'post-02' into post-03
2020-10-02 23:17:08 +02:00
Rob Gries
4e38e7ddf8
Remove rlibc and use compiler-builtins-mem feature ( #865 )
2020-10-02 23:14:25 +02:00
Philipp Oppermann
817e36c064
Increase double fault stack size
2020-08-16 17:57:43 +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
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
d1cf8000a3
Make double fault handlers diverging
...
Required by x86_64 0.8.0.
2019-12-10 17:02:46 +01:00
Philipp Oppermann
590585da33
Merge branch 'post-05' into post-06
2019-11-25 13:24:09 +01:00
Philipp Oppermann
6828849bc4
Remove cfg(not(windows)) from interrupt module
...
This is no longer required and was already removed from the post in commit 992b958414 .
2019-11-25 13:19:07 +01:00
Philipp Oppermann
3470636653
Use panic! instead of println! + loop in double fault handler ( #687 )
...
This avoids an endless loop when a double fault occurs while running `cargo xtest`.
2019-11-22 15:56:56 +01:00
Philipp Oppermann
9b4b810bd3
Merge branch 'post-05' into post-06
2019-06-17 17:28:32 +02:00
Philipp Oppermann
618d10eac8
Merge branch 'post-04' into post-05
2019-06-17 17:28:32 +02:00
Philipp Oppermann
7003268b9f
Merge branch 'post-03' into post-04
2019-06-17 17:28:32 +02:00
Philipp Oppermann
fcd849f471
Fix deprecated range syntax
2019-06-17 17:28:27 +02:00
Philipp Oppermann
111c3e1029
Comment out stack_overflow() call to keep cargo xtest working
2019-04-26 15:48:59 +02:00
Philipp Oppermann
4774893a93
Call gdt::init from blog_os::init
2019-04-26 15:14:38 +02:00
Philipp Oppermann
3c59321b54
Remove old bootimage test integration test
2019-04-26 15:14:38 +02:00
Philipp Oppermann
82014268da
Merge branch 'post-05-new' into post-06-new-rebased
2019-04-26 15:05:55 +02:00
Philipp Oppermann
a5b6422785
Add a test for the breakpoint exception
2019-04-26 14:57:14 +02:00
Philipp Oppermann
b7eefae5f9
Delete old bootimage test integration tests
2019-04-26 14:57:14 +02:00
Philipp Oppermann
df8335f8c7
Add a new blog_os::init function instead of calling init_idt directly
2019-04-26 14:57:14 +02:00
Philipp Oppermann
f301ae461a
Merge branch 'post-04-new' into post-05-new
2019-04-26 14:56:25 +02:00
Philipp Oppermann
2e5f192f35
Make exit_qemu safe
2019-04-26 13:42:20 +02:00
Philipp Oppermann
48e1f72d23
Split off a library
2019-04-26 13:41:19 +02:00
Philipp Oppermann
d0629ba5a2
Import serial_println only in test mode
2019-04-26 13:41:19 +02:00
Philipp Oppermann
46bb44b95d
Run cargo fmt
2019-04-26 13:41:19 +02:00