Skip to content

Commit

Permalink
Document relocation table
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Jan 30, 2020
1 parent 232e40a commit 5b38f0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/kexc
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ reserved for kernel use, and 0x80-0xFF is available for arbituary use.

When used to describe an executable program, the only required header is
KEXC_ENTRY_POINT (and of course KEXC_HEADER_END).

Relocation Table

The relocation table consists of any number of program-relative addresses
terminated by a null word. Those addresses should themselves contain
program-relative pointers to relocate.

0 comments on commit 5b38f0d

Please sign in to comment.