Good morning. Driving the dot matrix printer from my little real-mode toy OS. đ¨ď¸
(This is just a wrapper around BIOS INT 17. I love it nonetheless. đ )
#fvvdrjq
(#fvvdrjq) @movq@www.uninformativ.de Woah, heck yeah, congratulations, mate!
#cjw2kpa
(#fvvdrjq) @lyse@lyse.isobeef.org @dce@hashnix.club Itâs pretty cool, I wonât argue that, but also really simple, to be completely honest. đ The BIOS already provides all you need to send data to the printer:
https://helppc.netcore2k.net/interrupt/bios-printer-services
The BIOS actually does provide a great deal of things, which, to me, was one of the most surprising learnings of this project (the project of writing a little 16-bit real-mode OS, that is). It often doesnât feel like I was writing an operating system â it felt more like writing a normal program that just uses BIOS calls like we would use syscalls these days.
(Iâve also read a lot of warnings, like âdonât use the BIOS for this or thatâ. Mostly because it tends to be very slow.)
#ltqzz7a
(#fvvdrjq) @movq@www.uninformativ.de Despite you claim it to be pretty simple, rest assured, youâre still a wizard to me. :-)
#svg7oqq