A. Fachat
A. Fachat
As described here https://github.com/xlar54/ultimateii-dos-lib/blob/master/docs/UltimateNetworking.pdf the network layer of the Ultimate II provides an abstracted networking layer - similar to what I use as communication between the user programs and the...
It would be nice to have a more detailed and probably less technical quickstart documentation.
Some C128 have been extended with a "dual MMU" to support up 256 kB RAM. These could be used as env 2/3
The C128 can autoboot from disk, similar to CP/M. Enable GeckOS to autoboot from a disk too.
Multiple open files may result in hangs, like: ```hexdump ls > ls.hex``` or ```ls ' hexdump > foo.txt``` Note: may be related to #17 _Originally posted by @fachat in https://github.com/fachat/GeckOS-V2/issues/60#issuecomment-2119367822_
A simple program that takes command line params and sends corresponding control codes to the terminal. Should be developed in conjunction with #52 i.e. a standard lib for sending control...
Implement a full screen editor Depends on #52
Similarly to the "ontty" program there should be an "onenv" program to run a task in a specific (pre-existing) environment. This would allow injecting a monitor program into the runtime/environment...
Currently, when entering the console driver, "setscr" is called that copies over working variables from a buffer to the working area whenever a new screen is called. This prevents proper...
Enable machine code programs that only use the Commodore kernal jump table to run on GeckOS. This would potentially enable a number of programs. Implementation could be similar to LIB6502...