Merge branch 'post-06' into post-07

This commit is contained in:
Philipp Oppermann
2025-03-27 15:13:48 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ pub fn hlt_loop() -> ! {
/// Entry point for `cargo xtest`
#[cfg(test)]
#[no_mangle]
#[unsafe(no_mangle)]
pub extern "C" fn _start() -> ! {
init();
test_main();