Skip to content

Commit

Permalink
Merge pull request #1078 from veremenko-y/rpi-pico-ps-size
Browse files Browse the repository at this point in the history
rpipico: added proc size for ps
  • Loading branch information
EtchedPixels authored Jul 8, 2024
2 parents dd6eefa + a0ddb2d commit 23c7ec1
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 23c7ec1

Please sign in to comment.