ref: initramfs -> StartupVolume; /bin -> /System/CoreServices;
ref(Kernel/VM/Heap): malloc -> VMHeapAllocate; free -> VMHeapFree; realloc -> VMHeapResize
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// TODO: read .cfg and spawn what stated there
|
||||
int main() {
|
||||
while (1) {
|
||||
Int32 pid = spawn("/bin/termosh");
|
||||
Int32 pid = spawn("/System/CoreServices/termosh");
|
||||
if (pid < 0) return pid;
|
||||
wait(pid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user