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 devosin Powershell - Run
image_handler.batin 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 -bto build the imageimage_handler.bat -rto run the imageimage_handler.bat -eexit the prompt shell
- Run
docker rmi devos -fto 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