Skip to content

generating binaries that starts at address 0x8000_0000 or above #416

@rvanren

Description

@rvanren

Suppose I wanted to use selfie to generate a binary that starts at address 0x8000_0000 or above instead of 0x10000. I tried setting PK_CODE_START and e_entry to 2147483648 (0x8000_0000) instead of 65536 (0x10000). However, when I do that, I get the following error:

 syntax error in selfie.c in line 12333: maximum program break exceeded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions