Docker container tag: devos
Make sure Docker desktop (or Docker) is running on your computer, otherwise the images will not be found
- Run
docker build buildenv -t devos
in Powershell - Run
image_handler.bat
in Powershell
Note: you may run image_handler.bat
with flags like image_handler.bat $1
to automatically run the option you want to.
Flag options:
image_handler.bat -b
to build the imageimage_handler.bat -r
to run the imageimage_handler.bat -e
exit the prompt shell
- Run
docker rmi devos -f
to remove image
- Any constants or variables that interact with the HWL are declared in all capital letters
- Any functions are declared in camelCase
- Any functions or pointers in assembly are declared in snake_case