Rage hacking to get bash to run. It finally runs. So cool! :^)

This commit is contained in:
Andreas Kling 2018-11-11 15:36:40 +01:00
commit d5d45d1088
Notes: sideshowbarker 2024-07-19 16:11:05 +09:00
31 changed files with 567 additions and 61 deletions

View file

@ -1,6 +1,7 @@
#include <unistd.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <Kernel/Syscall.h>
extern "C" {