Re: [PULL 27/47] bsd-user: Add RISC-V CPU execution loop and syscall handling

2024-09-15 Thread Daniel Henrique Barboza
On 9/12/24 2:29 AM, Alistair Francis wrote: From: Mark Corbin Implemented the RISC-V CPU execution loop, including handling various exceptions and system calls. The loop continuously executes CPU instructions,processes exceptions, and handles system calls by invoking FreeBSD syscall handlers

[PULL 27/47] bsd-user: Add RISC-V CPU execution loop and syscall handling

2024-09-11 Thread Alistair Francis
From: Mark Corbin Implemented the RISC-V CPU execution loop, including handling various exceptions and system calls. The loop continuously executes CPU instructions,processes exceptions, and handles system calls by invoking FreeBSD syscall handlers. Signed-off-by: Mark Corbin Signed-off-by: Aje