Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ajcasado/FUZIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcasado committed Oct 18, 2024
2 parents 6f5188b + 3916195 commit 2b85ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/platform/platform-cpc6128/README
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Support more hardware: M4 Board (storage, network and RTC), Ulifac/Usifac, netwo

Fix lots of bugs.

Switch to a thunked memory model based on C2 Map to use the standard and extended RAM expansions up to 4MiB, the Cromemco port could be an model to this solution. As ther is no real common memory switching the whole 64k space the common data area has to be updated in all the used banks, but this can give aprox. 60K for kernel and user and hold a lot of processes in memory with a big RAM expansion. If this proves to be too hard, a RAM disk for swapping can be a way to use the RAM expansions.
Switch to a thunked memory model based on C2 Map to use the standard and extended RAM expansions up to 4MiB, the Cromemco port could be a model to this solution. As ther is no real common as we are switching the whole 64k space, the common data area has to be updated in all the used banks, but this can give aprox. 60K for kernel and user and hold a lot of processes in memory with a big RAM expansion. If this proves to be too hard, a RAM disk for swapping can be a way to use the RAM expansions.

Look for speed optimization opportunities.

Expand Down

0 comments on commit 2b85ac0

Please sign in to comment.