functional.cafe is one of the many independent Mastodon servers you can use to participate in the fediverse.
functional.cafe is an instance for people interested in functional programming and languages.

Server stats:

216
active users

Public

ok getting there.

Public

better

Public
Public

a couple things i think are true:

1) The text isn't rendering because i'm only trying to render one column from each character and advancing by one column. in certain situations, the text is rendered by gdi to copy as images and that works fine. this is probably a problem related to interpretation of the major axis/width register.

2) Much of the icon and image rendering in the installer is wrong because i'm supposed to simultaneously scale. Need to peek and see which registers control that.

Public

Aha, actually the small bitmaps were caused by not writing both the high and low half word when the pixel transfer mmio range is written to.

ok, text starting to work. i'm uncertain why it's horizontally smeared, but investigating.

Public

ok better.

i messed up wide across the plane transfers a bit (the blue background image is a 1bpp image)

Public

ok

Public

oh no i ... didn't make a way to type ctrl+alt+del

i need to figure out the keycode sequence

Public

_have_ to go to bed

Public

@prozacchiwawa clearly you’ve got a lot of code going there, nice!

Public

@acsawdey thanks.

Public

@roytam1 I haven't thanks.

Public

@roytam1 eyeballing it, this looks really complete. lots i can learn or grab.