inpyjama / c-ninja-listings

Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book.
https://inpyjama.com
90 stars 460 forks source link

c-ninja cmd not working in windows #20

Closed thenameismadhu closed 6 days ago

thenameismadhu commented 12 months ago

i could't get docker running in background and get the c-ninja command in windows comd prompt.

streetdogg commented 12 months ago

@thenameismadhu - Could you please share more details, any screenshots, OS versions etc?

The best environment to work in is the GitHub's Codespace. The guide on how to go about doing it is here - https://www.youtube.com/watch?v=MBL3wJp7cAA&list=PLFt5JBAXXlQow0PLTdqvaiIUMRa71VQHl&index=1

sreemoorthy commented 10 months ago

you can run the c-ninja.bat file from c-ninja-listings folder or run the command ./c-ninja.bat from the listings folder

streetdogg commented 6 days ago

@thenameismadhu - please use the c-ninja.bat file to launch the docker. Thanks for helping out, @sreemoorthy!!