Skip to content

Commit

Permalink
More notes on the upcoming executable format.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguyryan committed Jul 6, 2024
1 parent 0b0f407 commit fff8cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redox-core/src/compiling/executable.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The structure of the executable file is as follows:
// [READ-ONLY DATA]
// [DATA]
// [CODE]
// [DATA]
// [READ-ONLY DATA]

pub struct Executable {}

Expand Down

0 comments on commit fff8cee

Please sign in to comment.