Skip to content

Commit

Permalink
zxspectra: set up bank size
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Apr 7, 2024
1 parent 11aa2fc commit fd84e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/platform/platform-zxspectra/bank.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ int pagemap_alloc(ptptr p)
/* FIXME: update when new model is ready */
int pagemap_realloc(struct exec *hdr, usize_t size)
{
udata.u_ptab->p_page = 32;
return 0;
}

Expand Down

0 comments on commit fd84e53

Please sign in to comment.