forked from sborovic/dmzOS
1
0
Fork 0

Update README.md

This commit is contained in:
sborovic 2024-02-15 17:16:56 +00:00
parent 5438b0f495
commit cb63e579b8
1 changed files with 2 additions and 0 deletions

View File

@ -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.