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