kernel/arm: implement signals, fork, restart syscall

Change-Id: I24219b83d90710ef719190183ba6f069f82dae61
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6198
Tested-by: Automation <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
David Karoly
2023-03-20 17:28:20 +00:00
parent 5865e68ef2
commit 60b19d7eac
8 changed files with 209 additions and 39 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ struct vregs
ulong r14; /* link register */
ulong r15; /* program counter */
ulong cpsr;
// TODO: ARM: fix floats in vregs, add missing stuff.
double d[32];
ulong fpscr;
};
#endif /* defined(__arm__) */