KvdV49 / propforth

Automatically exported from code.google.com/p/propforth
1 stars 0 forks source link

Consider memory mapping extensions? #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Do we want a memory mapped buffer system built into propforth kernel?

Any problem due to lack of built in page fault support?

Start conversation for pros and cons

Original issue reported on code.google.com by prof.bra...@gmail.com on 11 Mar 2012 at 2:55

GoogleCodeExporter commented 9 years ago
Prop is meant to run on a chip with as little added to it as possible. Not a 
direction we will pursue.

The PropForth model is to compile code as is needed from eeprom or SD card. 
This, with the forget word, which discards code in main memory, allows dynamic 
code swapping.

Original comment by salsa...@gmail.com on 24 Feb 2013 at 3:49