Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
brk.c File Reference
#include "hal/cpu/core.h"
#include "hal/cpu/paging.h"
#include "libk/serial.h"
#include "memory/memory_utils.h"
#include "memory/phys_base_allocator.h"
#include "spinlock.h"
#include <sys/syscall.h>

Go to the source code of this file.

Functions

intptr_t syscall_brk (void *addr)
 

Function Documentation

◆ syscall_brk()

intptr_t syscall_brk ( void * addr)