Page 1 of 1

Keyboard drivers

Posted: Sat Mar 24, 2007 2:34 am
by [full]root
i got proble with kbd drivers:

Code: Select all

// main.c

...
unsigned char key;
...

for(;;) {
key=getkey();
if(key!=0) {
putch(key);
key=0;
i=0; 
while(i<200000) i++;
}
}
...

Code: Select all

// keyboard/driver.c
..
unsigned char getkey() {
unsigned char ret;
ret = in (0x60); // in from ports.c, must work right
return ret;
}
..

Posted: Sat Mar 24, 2007 2:41 am
by ~
I would recommend stop it. Trolling, please not?

Posted: Sat Mar 24, 2007 3:30 am
by [full]root
~ wrote:I would recommend stop it. Trolling, please not?
What do you mean? What is trolling?

Posted: Sat Mar 24, 2007 3:36 am
by ~
[full]root wrote:
~ wrote:I would recommend stop it. Trolling, please not?
What do you mean? What is trolling?
A prescription, anti-anxiety medication. Activism against.

Posted: Sat Mar 24, 2007 10:01 am
by ehird
I think you need to learn about indentation

Posted: Sat Mar 24, 2007 10:05 am
by Alboin
What's going on? He's not a bot.....He's not trolling....he's asking a question....I'm somewhat confused by this whole thread, and his previous one.....He even has a sourceforge page......Why are we accusing him of trolling and spamming? Did I miss something?

Posted: Sat Mar 24, 2007 10:46 am
by Kevin McGuire
What in the world is the missing posts on this thread about from inflater and ~?

http://www.osdev.org/phpBB2/viewtopic.p ... ght=#91806

Posted: Sat Mar 24, 2007 5:30 pm
by ~
I would like to clarify that this user seems very suspicious and with a project with a name that could never be of the preference of general public and likely insulting. Seems to be a great programmer by its name, but its kernel is far too basic (basic memory copying and a message, no peripherals at all, again seems non serious by its name and characteristics) and perfectly "cleaned up", and has never been downloaded. And this "keyboard driver" not even is part of its sources (not really a driver). That contradicts too much. An advanced user not knowing what is trolling?

It would have turned into help being otherwise.

These are the missing posts (please don't lose your time reading):
Sure bet, I didn't want to make too much noise for that at once to keep the place peaceful. Now it's clear how things are :)

This "OS" thing has never been downloaded (a big hint, and I was first one for checking what it was about).

:x Nothing you don't already know; besides, that name is for having fun on us... something with no relevance to stare at.
Reasonably such a project could never take off and would be worthless for people.

We better stay away from that suspicious "user" until it shows an active intelligence proper of an OS programmer (look how it invariably answers to brief text and replies with brief text).

Let's be nice and stop it, or we risk feeding what we shouldn't. If you be nice and delete your posts I will be nice and delete my posts here :P.

Posted: Sat Mar 24, 2007 6:09 pm
by Brynet-Inc
Sourceforge approved that project name? :lol:

That's kinda funny :)

Posted: Sat Mar 24, 2007 6:45 pm
by Alboin
Oh..okay....that makes sense....so you think it's somebody who's personally spamming the board because he has nothing better to do? But who would take the time to actually register a sourceforge page just for that? It's not as if he could go from osdev board to osdev board spamming using it, because this is the only one in existence that's very active. (Not counting usenet.) Also, there's some code there....that would require a little work....Hmm...something doesn't add up though...Please explain yourself [full]root.

Posted: Sat Mar 24, 2007 8:18 pm
by mystran
Typically a troll like this would be a former forum user who got into disagreements with other regulars, got told to behave or be gone, and who then decided the place can go to hell. Some time later, wants to get some attention, probably because of missing the forum...

I'd even go to say that most trolls only ever target one or few forums...

Posted: Sat Mar 24, 2007 11:21 pm
by GLneo
i'm still confused, if he was angry or something he would just yell and such, but he posted code and set up profile with a sig, etc...

p.s. yourass.sf.net is taken but yomoma.sf.net is open :D

Posted: Sat Mar 24, 2007 11:51 pm
by pcmattman
Alboin wrote:What's going on? He's not a bot.....He's not trolling....he's asking a question....I'm somewhat confused by this whole thread, and his previous one.....He even has a sourceforge page......Why are we accusing him of trolling and spamming? Did I miss something?
You know, if this guy is actually sincere he may be having a real problem with his OS. The last time something like this happened I was the one that scared him off, and I don't want to see people scared away from such a great community.

Maybe we should show a little hospitality towards our new members and stop having kneejerk reactions to what we think may possibly be spam or something worse.