cpu->proc_current cannot be NULL

This commit is contained in:
2026-03-20 23:54:04 +01:00
parent 187629b228
commit 7fa37ad6d7
8 changed files with 36 additions and 23 deletions

View File

@@ -26,7 +26,8 @@ ifeq ($(buildtype),release)
endif
ldflags += --nostdlib \
--static
--static \
--Map=build/kernel.map
ifeq ($(buildtype),release)
ldflags += --gc-sections \