Reorganize libmsl
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include <liballoc.h>
|
||||
#include <m/status.h>
|
||||
#include <m/system.h>
|
||||
#include <process.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <system.h>
|
||||
|
||||
int process_spawn (process_func_t func, void* argument_ptr) {
|
||||
void* stack = malloc (STACK_SIZE);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _LIBPROCESS_PROCESS_PROCESS_H
|
||||
#define _LIBPROCESS_PROCESS_PROCESS_H
|
||||
|
||||
#include <m/system.h>
|
||||
#include <system.h>
|
||||
|
||||
/* Size of process' stack */
|
||||
#define STACK_SIZE (256 * PAGE_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user