make -B format_kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-01-01 20:17:29 +01:00
parent 99bab4ceee
commit 1341dc00d9
5 changed files with 14 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
#include <aux/elf.h>
#include <libk/std.h>
#include <libk/string.h>
#include <sync/spin_lock.h>
#include <mm/pmm.h>
#include <mm/liballoc.h>
#include <mm/pmm.h>
#include <proc/proc.h>
#include <aux/elf.h>
#include <sync/spin_lock.h>
struct proc* proc_from_elf (uint8_t* elf_contents) {
struct proc* proc = malloc (sizeof (*proc));