You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter b30bc518c4
Switch to GCC objdump and nm
The GCC versions of `objdump` and `nm` seem to have better out-of-the-box
support (for AArch64). Demangling works better, and instructions in objdump are
presented as 4 bytes instead of 4 * 1 bytes, which helps a lot.

Hence, switch to the GCC versions for now until LLVM has caught up.
4 years ago
..
rustembedded-osdev-utils Switch to GCC objdump and nm 4 years ago
README.md Add docker folder README 5 years ago

README.md

Docker containers for easy dependency bundling

To facilitate downloading, building and running the required development tools, some of the tutorials in this repository use a container software called docker. While docker specifics are outside of this tutorial's scope it is worth mentioning that human readable docker configuration files named "Dockerfile" exist in the sub-directories of this folder.

These files may be of interest to those who want details about what will happen when docker is invoked.