Re: [PATCH v2 01/17] bsd-user: Implement RISC-V CPU initialization and main loop

2024-08-18 Thread Richard Henderson
On 8/17/24 03:09, Ajeet Singh wrote: From: Mark Corbin Added the initial implementation for RISC-V CPU initialization and main loop. This includes setting up the general-purpose registers and program counter based on the provided target architecture definitions. Signed-off-by: Mark Corbin Sig

[PATCH v2 01/17] bsd-user: Implement RISC-V CPU initialization and main loop

2024-08-16 Thread Ajeet Singh
From: Mark Corbin Added the initial implementation for RISC-V CPU initialization and main loop. This includes setting up the general-purpose registers and program counter based on the provided target architecture definitions. Signed-off-by: Mark Corbin Signed-off-by: Ajeet Singh Co-authored-by