Gregory Haerr
Gregory Haerr
> I think these machines are so fast that cycle(40000); in the sl doesn't cause much difference. `sl` has three modes of operation: `sl` with no arguments runs in normal...
> Are those something that ELKS can support? Well, not sure exactly what you are looking for? Do you have a real hardware or emulator platform that such enhancements could...
> Does that mean that available memory is 1MB+64K-ROM size - or you allow PHANTOM-like remove-ROM-after-bootup to use the full 1088KB as RAM? Currently, available memory would be the former,...
It seems there may be an incompatibility with the `make` you are running? Can you run `make --version`? My version of make is GNU v3.81. It seems the error is...
This is quite strange; have you tried building before using exactly this method? I am trying to ascertain whether this is a new issue, or perhaps something to do with...
> It does not look like ELKS build uses your (exotic) $PS1 to set something odd, but I'm not sure about it much, so maybe try to change it to...
Are you running `./build.sh` or `make clean`? The latter is preferred. It also looks like perhaps you may not have configured ELKS. The preferred way to do this is: ```...
I would also run the above without any fancy prompt - it looks like you may be running a prompt with a linefeed in it? Try with standard PS1= to...
You're still running a shell script. That's not 'make clean' by itself.
Nonetheless, something is definitely wrong with the build environment. I don't know what it is, and I cannot duplicate it since I don't have a Windows or Linux box.