Gregory Haerr

Results 491 comments of Gregory Haerr

Hello @tyama501, > Do you think some protection is needed for POKE to system memory? No, I think its usefulness would be greatly decreased by adding such a thing, and...

Hello @tyama501, Is it possible that "unsigned char host_peekb(...)" is not declared in basic.c? I am guessing perhaps result is being sign-extended somewhere. I think it is better to have...

> Do you think peek should be word? No, it seems that Sinclair BASIC uses 8-bit value for peek and poke; we should probably stay compatible.

> #if __ia16 __ Ok, I see host.c has it both ways, ifdef and if. Let's use #if, and you're welcome to change the ifdef __ia16 __ in host.c to...

Hello @Mellvik, > do you think this a feasible project? I'd say that even though it's not very "feasible", it still needs to be done, given the negative usability of...

This is going to be a really tough one - the biggest reason is that even if we "fix" the `interruptible_sleep()` that the processes are likely waiting on so that...

> enable ktcp to terminate all open connections when terminating, regardless of cause. Well, all sockets opened are automatically closed by ktcp when it exits. I don't think this currently...

Hello @Vutshi, Thanks for the problem report. I think the problem is your machine doesn't have enough memory for the default distribution, with only 256K RAM. As can be seen...

> Is there anything else to be safely removed from the image? It appears that you may not have /bin/sash copied as /bin/sh on the floppy. I also can't duplicate...

Your config also has the EXT buffers set to 64, against the recommendation above: ``` CONFIG_FS_NR_EXT_BUFFERS=64 ``` Please re-read and check the above instructions carefully.