Skip to content

Commit

Permalink
feat: add init and entrypoint fields to machine ROM
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jul 13, 2023
1 parent 6f3fb88 commit b61db7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cartesi-machine.proto
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ message ProcessorConfig {
message ROMConfig {
string bootargs = 1;
string image_filename = 2;
string init = 3;
string entrypoint = 4;
}

message RAMConfig {
Expand Down

0 comments on commit b61db7b

Please sign in to comment.