pussuw commented on PR #7966:
URL: https://github.com/apache/nuttx/pull/7966#issuecomment-1364031140
Status now
```
ville@ville-ThinkPad-T14s-Gen-1:~/wpc_toolchain/workspace/nuttx-bare/nuttx$
qemu-system-arm -semihosting -M sabrelite -m 1024 -smp 4 -nographic -kernel
./nuttx
ABDGHIJKNOPQ
NuttShell (NSH) NuttX-10.4.0
nsh> ps
PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK
USED FILLED COMMAND
0 0 0 FIFO Kthread N-- Ready 00000000 002024
000816 40.3% Idle Task
1 1 224 RR Kthread --- Waiting Semaphore 00000000 001992
000416 20.8% hpwork 0x10815a3c
2 2 100 RR Task --- Running 00000000 003016
001116 37.0% /system/bin/init
nsh> /system/bin/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
/system/bin/getprime took 1780 msec
nsh>
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]