Denis Vasilyev

Results 70 comments of Denis Vasilyev
trafficstars

@ghaerr We have adjusted the table entries and it seems to work well. Almost. There are at least two issues. First, `kilo` editor does not recognise umlaut: ![KiloDEtest](https://github.com/ghaerr/elks/assets/4971779/dced6bbd-4b70-4502-96a0-025d36e9daeb) Whereas `cat`...

Just for fun. The characters ROM of Schneider contains two fonts, CGA and MDA versions. All enthusiasts of raw bit graphics are welcome to enjoy it: ![CGA_MDA_Schneider](https://github.com/ghaerr/elks/assets/4971779/2ea4b9cb-21a0-4b65-939d-25743425ec70)

> > kilo editor does not recognise umlaut > > This also could possibly be an internal sign-extension problem, using `char` instead of `unsigned char` when reading single characters out...

> Notice that CRLF terminators are not the standard line terminators in Linux or ELKS what should I use?

I see. I will make a new Unix friendly test file tomorrow.

@ghaerr Thank you for fixing isprint, now everything works as expected (well, almost, but we will come back to it later). At the moment, I am implementing RTC M3002 support...

Hi @ghaerr , Apologies for not responding earlier. I’ll definitely add support for the Schneider PC, but it’ll have to wait until summer. Right now, I’m busy working on the...

Hi @dbalsom, here is the disk image [COMPAQ-DOS5_doom.img.zip](https://github.com/dbalsom/martypc/files/15181328/COMPAQ-DOS5_doom.img.zip) Best

Ooops! Good to know. Sorry for the false alarm :)

> BTW, has the AT&T vs Intel 8086 instruction display difference driven you crazy yet? Yes, it gets on my nerves. I find Intel representation much cleaner because `%%%` hurt...