forked from sborovic/dmzOS
Merge branch 'main' of ssh://gitea.dmz.rs:2222/sborovic/dmzOS
This commit is contained in:
commit
2e77f21074
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user