devhawala

Results 11 comments of devhawala

Hello, the branch `dodo-nethub-support` in my [clone of Maiko](https://github.com/devhawala/maiko) has a version of Maiko allowing to connect directly to a Dodo Nethub for using [Dodo XNS services](https://github.com/devhawala/dodo). (for details about...

Hello, looking again at the file i uploaded yesterday, i've seen that the filenames in the archive were messed up... So please rename the files after unpacking as follows to...

Congratulations! Yes, i also had stack overflows with some of the fresh loadup images, but others worked fine. Not sure if some of the failing ones have less things preloaded...

just pushed a new Maiko version in my branch: - calls to `Addr68k_from_LADDR` are replaced with `NativeAligned{2,4}FromLAddr` in `ether.c` - timer and async emulation got 2 definable constants `MAIKO_EMULATE_TIMER_INTERRUPTS` and...

Thank you for the help. `retry` works, although requiring to invoke the function first, but it's OK. Using `(set il:helptime -1)`, also works, but trying to get the value of...

Hello, after a `git pull`, i checked out the branch `better-breakcheck`, built the loadups and then ran the `tmp/full.sysout`. Doing the above tests (invokling the intentionally wrong `fact` function or...

Hello, cygwin apparently does not support asynchronous i/o or a virtual timer, as the callback routines `int_io_service` resp. `int_timer_service` in `timer.c` are never called, so for example when pressing the...

Here some intermediate results: - setting the timer type to `ITIMER_REAL` for `setitimer` breaks the program startup: the connection to the Nethub is opened, the main X-window opens and the...

well ... not on cygwin: the active section of `int_timer_init()` is as follows in my local test version, but defining `USE_ITIMER_REAL` in `platform.h` for cygwin lets `ldex` abort the startup...

for "making the ether fd async": i removed that from `connectToHub()` as it also happens in the SUBRs `ether_resume()` and `ether_ctrlr()`, which both should be called after the Lisp system...