Gregory Haerr

Results 674 comments of Gregory Haerr

> Did PC-98 work well before using xms=on (not xms=int15?). > I think so Ok, so is seems that the LOADALL functionality is working without failure, except when kernel is...

> I have confirmed int1F closes A20, so AUTODISABLE is also necessary for PC-98 (and yes it is already AUTODISABLE) Can you check the boot screen for the "xms: disabled...

In general, trying to figure out what is happening at the kernel buffer layer by watching `cp` results and A20 will be very complicated, since most application I/O is performed...

How about with hma=kernel #xms=on #xms=int15 Does everything work without error? This would indicate that LOADALL XMS code may still be faulty in peculiar way.

Hello @tyama501, > I have also tried sync=30 that introduced here, but that does not improve it. https://github.com/ghaerr/elks/pull/1147 This might be related, but I don't know. https://github.com/ghaerr/elks/issues/1367 I will look...

> Does the timer_tick code is in the lower memory? I see: since the timer spin is still being shown on the display, that seems to show the the A20...

> It seems that the latest image and the driver is very unstable for my system even hma and xms are off. (may be different issue) The drives sound abnormal...

I'm in agreement with you that I don't want to trust elkscmd/ makes to work in parallel, and the kernel doesn't either. IIRC, this was last changed with a contribution...

> Change the make in libc/Makefile to what? I'm not sure - I haven't looked at it much lately, and it's kinda complicated. You may know that `cd libc; make`...

@asiekierka > Sometimes, I would instead get errors about compiler-generated.h being missing. Yes, that file as well as asm-offsets.h are prone to races since they're generated anew every build. I'm...