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

2024-08-26 Thread Richard Henderson
On 8/24/24 14:56, 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 Signe

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

2024-08-23 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