make -B format_kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 32s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 32s
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
#include <limine/requests.h>
|
#include <limine/requests.h>
|
||||||
#include <sys/debug.h>
|
#include <sys/debug.h>
|
||||||
#include <sys/mm.h>
|
#include <sys/mm.h>
|
||||||
#include <sys/time.h>
|
|
||||||
#include <sys/spin.h>
|
#include <sys/spin.h>
|
||||||
|
#include <sys/time.h>
|
||||||
#include <uacpi/acpi.h>
|
#include <uacpi/acpi.h>
|
||||||
#include <uacpi/status.h>
|
#include <uacpi/status.h>
|
||||||
#include <uacpi/tables.h>
|
#include <uacpi/tables.h>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
|
#include <aux/elf.h>
|
||||||
#include <libk/std.h>
|
#include <libk/std.h>
|
||||||
#include <libk/string.h>
|
#include <libk/string.h>
|
||||||
#include <sync/spin_lock.h>
|
|
||||||
#include <mm/pmm.h>
|
|
||||||
#include <mm/liballoc.h>
|
#include <mm/liballoc.h>
|
||||||
|
#include <mm/pmm.h>
|
||||||
#include <proc/proc.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_from_elf (uint8_t* elf_contents) {
|
||||||
struct proc* proc = malloc (sizeof (*proc));
|
struct proc* proc = malloc (sizeof (*proc));
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
#include <sync/spin_lock.h>
|
#include <sync/spin_lock.h>
|
||||||
#include <sys/debug.h>
|
#include <sys/debug.h>
|
||||||
#include <sys/mm.h>
|
#include <sys/mm.h>
|
||||||
|
#include <sys/proc.h>
|
||||||
#include <sys/sched.h>
|
#include <sys/sched.h>
|
||||||
#include <sys/smp.h>
|
#include <sys/smp.h>
|
||||||
#include <sys/proc.h>
|
|
||||||
#include <sys/spin.h>
|
#include <sys/spin.h>
|
||||||
|
|
||||||
#if defined(__x86_64__)
|
#if defined(__x86_64__)
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
/// Process marked garbage collection
|
/// Process marked garbage collection
|
||||||
#define PROC_DEAD 1
|
#define PROC_DEAD 1
|
||||||
|
|
||||||
|
|
||||||
struct cpu;
|
struct cpu;
|
||||||
|
|
||||||
struct proc_mapping {
|
struct proc_mapping {
|
||||||
|
|||||||
Reference in New Issue
Block a user