888bc5abdd
Moved handlers to syscalls/, implemented libterm (malloc, stdio)
9 lines
192 B
C
9 lines
192 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
|
|
#include <types.h>
|
|
|
|
i32 process_spawn(const char* path, const char* name);
|
|
void init_task_entry(); |