Обновить kernel/src/main.rs

This commit is contained in:
2026-03-30 18:49:24 +03:00
parent 921c12ec69
commit 4a2094fb06

View File

@@ -156,6 +156,7 @@ static _START_MARKER: RequestsStartMarker = RequestsStartMarker::new();
#[used] #[unsafe(link_section = ".requests_end_marker")]
static _END_MARKER: RequestsEndMarker = RequestsEndMarker::new();
// Точка входа
#[unsafe(no_mangle)]
unsafe extern "C" fn kmain() -> ! {
assert!(BASE_REVISION.is_supported());