Skip to content

Commit

Permalink
coco3: switch on CONFIG_SMALL
Browse files Browse the repository at this point in the history
This puts sizes back to the 0.4 config so it all fits. When we tackle the
8K paging properly post 0.5 we can address this further.
  • Loading branch information
EtchedPixels committed Jun 30, 2024
1 parent c0c7498 commit 1b098fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Kernel/platform/platform-coco3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,7 @@ typedef unsigned char *queueptr_t;
#define PUTQ(p, v) putq((p), (v))

#define CONFIG_DEV_PLATFORM

/* We want to switch to 8K paging and then sort all this out properly post
0.5. This is however not a regression as this selects the old sizes */
#define CONFIG_SMALL
8 changes: 4 additions & 4 deletions STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Passes basic tests

## COCO3

Fails to load init, under investigation. Needs fixing for 0.5
Builds, passes basic tests

## CPM22

Expand Down Expand Up @@ -261,11 +261,11 @@ Retired in 0.2, bitrotted

## MSX1

Builds, test pending
Builds, poasses basic tests

## MSX2

Builds, test pending
Builds, passes basic tests

## MTX (Memotech)

Expand Down Expand Up @@ -522,7 +522,7 @@ Builds, passes basic tests

## TRS80m1 (Model 1/3)

Builds, fails with supermem, works with selector. Debug in progress
Builds, passes basic tests

## ubee (Microbee)

Expand Down

0 comments on commit 1b098fd

Please sign in to comment.