Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align kernel version debug print #85

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

bradjc
Copy link
Contributor

@bradjc bradjc commented Jun 20, 2024

Before:

               version:        2        0x2
           header_size:       96       0x60
            total_size:    11628     0x2D6C
                 flags:        1        0x1

        init_fn_offset:       72       0x48
        protected_size:       32       0x20
      minimum_ram_size:     4872     0x1308

        init_fn_offset:       72       0x48
        protected_size:       32       0x20
      minimum_ram_size:     4872     0x1308
     binary_end_offset:     8628     0x21B4
           app_version:        0        0x0

     start_process_ram: 2147512320 0x80007000
   start_process_flash: 1078198400 0x40440080

    kernel version: ^2.0

After:

               version:        2        0x2
           header_size:       88       0x58
            total_size:     4228     0x1084
                 flags:        1        0x1

        init_fn_offset:       80       0x50
        protected_size:       40       0x28
      minimum_ram_size:     4876     0x130C

        init_fn_offset:       80       0x50
        protected_size:       40       0x28
      minimum_ram_size:     4876     0x130C
     binary_end_offset:     1228      0x4CC
           app_version:        0        0x0

     start_process_ram: 2147512320 0x80007000
   start_process_flash: 1078198400 0x40440080

        kernel version: ^2.0

@ppannuto ppannuto merged commit 4e9a056 into master Jun 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants