Skip to content

Commit

Permalink
Updated docs with the elfloader rework
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed May 28, 2021
1 parent 28cfc17 commit 0d82e52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Current version
======
* Reworked Elfloader part, with better handling of versionned symbols

v0.2.2
======
* Reworked some elfloader relocation mecanism
Expand Down
7 changes: 6 additions & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Controls the Verbosity level of the logs
* 0: NONE : No message (except some fatal error). (Default.)
* 1: INFO : Show some minimum log (Example: librairies not found)
* 2: DEBUG : Details a lot of stuff (Example: relocations or functions called).
* 3: DUMP : All DEBUG plus DUMP of all ELF Info.
* 3: DUMP : All DEBUG plus DUMP of all ELF Info (so same as `BOX86_LOG=2 BOX86_DUMP=1`)

#### BOX86_DUMP
Controls the Dump of elf content
* 0: No dump of elf information (Default)
* 1: Dump elf sections and relocations and other information (also active if using `BOX86_LOG=3`)

#### BOX86_NOBANNER
Disables Box86 printing its version and build
Expand Down

0 comments on commit 0d82e52

Please sign in to comment.