drawing text in gfx mode
Re:drawing text in gfx mode
I voted for "I don't even have a kernel" because the one vote looked so lonely and FirstStep hasn't left it's ZIP archive in over a year.
Every good solution is obvious once you've found it.
-
- Member
- Posts: 1600
- Joined: Wed Oct 18, 2006 11:59 am
- Location: Vienna/Austria
- Contact:
Re:drawing text in gfx mode
@solar: shame on you. *rofl* How dare you admitting that. )
Oh... Shame on me either. I've done just five hours of os-deving in the last three weeks. university, you know.
Oh... Shame on me either. I've done just five hours of os-deving in the last three weeks. university, you know.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
BlueillusionOS iso image
Re:drawing text in gfx mode
i've done like five hours of os deving in the last five months.. :'(
-
- Member
- Posts: 1600
- Joined: Wed Oct 18, 2006 11:59 am
- Location: Vienna/Austria
- Contact:
Re:drawing text in gfx mode
It's weekends, you know? during the week, I'm too tired to do reasonable stuff. I ressort to cooking and well, doing housework and sno...];->
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
BlueillusionOS iso image
Re:drawing text in gfx mode
geez after i voted he add's the null modem option ;D
my bad luck
my bad luck
Re:drawing text in gfx mode
Well, I'm busily churning out code for the PDCLib. That's OS dev'ing, of a sort...
Every good solution is obvious once you've found it.
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:drawing text in gfx mode
actually added null modem _because_ of your postRetainSoft wrote: my bad luck
now that i'm working with embedded linux on routing programmable PCI card, i have to admit that null modem console is handy as soon as you have multiple PCs for OSDev'ing.
probably something i've underestimated in Clicker ... that would be interesting to see whether "struct console / SOSprint" pair can be adjusted to work with null modem rather than raw display
Re:drawing text in gfx mode
Writing a single, portable output function is a good idea. My kernel currently supports ouputting to a VGA screen, serial port, I/O port 0xE9 on bochs and a strange serial port on the sys/161 mips emulator. All with a platform independent printk() function calling a simple output() function.
Even if you never plan to port your kernel, choice of output mode is good.
Even if you never plan to port your kernel, choice of output mode is good.