Skip to content

Commit

Permalink
rpipico: added proc size for ps
Browse files Browse the repository at this point in the history
  • Loading branch information
veremenko-y committed Jul 8, 2024
1 parent dd6eefa commit a0ddb2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/platform/platform-rpipico/swapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ int pagemap_realloc(struct exec *hdr, usize_t size)
}

udata.u_top = p->p_top = PROGBASE + blocks*BLOCKSIZE;
p->p_size = blocks*BLOCKSIZE / 1024;
#ifdef DEBUG
debug_blocks();
#endif
Expand Down

0 comments on commit a0ddb2d

Please sign in to comment.