From cb63e579b8f1c60203ebbc3eb32c6bd27e8d4fee Mon Sep 17 00:00:00 2001 From: sborovic Date: Thu, 15 Feb 2024 17:16:56 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 554f9da..ddb2bd1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Essential software (plus dependencies) that are needed for the development are a - `objdump`: a command-line program for displaying various information about object files. - `nasm`: *The Netwide Assembler* is an assembler and disassembler for the Intel x86 architecture. - `xxd`: a command-line program that may be used to manage, convert, and display binary files. +- `ld`: *The GNU Linker*. +- `lld`: a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. - `vim`: a highly configurable text editor. > *Note* > A `.vimrc` file with a rule to format code on buffer save in line with *Kernighan and Ritchie style* (with 4-space indentation) comes pre-installed inside the image.