forked from sborovic/dmzOS
1
0
Fork 0

Merge branch 'main' of ssh://gitea.dmz.rs:2222/sborovic/dmzOS

This commit is contained in:
sborovic 2024-02-17 13:31:49 +01:00
commit 2e77f21074
Signed by: sborovic
GPG Key ID: AD6785925E393BCF
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.