masayuki2009 commented on PR #7318:
URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280409034

   >@masayuki2009 I try rv-virt:knsh64 with the last mainline:
   
   Oh, really?
   `rv-virt:knsh64` works with the latest master.
   
   ```
   + /home/ishikawa/opensource/QEMU/qemu-7.1/build/qemu-system-riscv64 
-semihosting -nographic -cpu rv64 -smp 8 -M virt,aclint=on -bios none -kernel 
./nuttx
   ABC
   NuttShell (NSH) NuttX-10.4.0
   nsh> uname -a
   NuttX 10.4.0 dca5a3483f Oct 17 2022 16:25:42 risc-v rv-virt
   nsh> ps
     PID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK   STACK   
USED  FILLED COMMAND
       0     0   0 FIFO     Kthread N-- Ready              00000000 003024 
001480  48.9%  Idle Task
       1     1 100 RR       Task    --- Running            00000000 001952 
001768  90.5%! /system/bin/init
   nsh> free
                      total       used       free    largest  nused  nfree
           Kmem:    2068976       8688    2060288    2060224     30      2
           Page:    4194304     602112    3592192    3592192
   nsh> hello
   Hello, World!!
   nsh> getprime
   Set thread priority to 10
   Set thread policy to SCHED_RR
   Start thread #0
   thread #0 started, looking for primes < 10000, doing 10 run(s)
   thread #0 finished, found 1230 primes, last one was 9973
   Done
   getprime took 291 msec
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to