Need a list of x86 RAM Locations
-
- Member
- Posts: 524
- Joined: Sun Nov 09, 2008 2:55 am
- Location: Pennsylvania, USA
Re: Need a list of x86 RAM Locations
Comparing numbers. Keyboard layouts aren't typically alphabetical.
Re: Need a list of x86 RAM Locations
I know the ASCII chart a bit -.-..
So, do I have to insert EVERY SINGLE KEY SCAN CODE and THEN COMPARE the key scan code to a translated code?
Oh boy, sounds like I'm on a hunt for some source code!
So, do I have to insert EVERY SINGLE KEY SCAN CODE and THEN COMPARE the key scan code to a translated code?
Oh boy, sounds like I'm on a hunt for some source code!
-
- Member
- Posts: 524
- Joined: Sun Nov 09, 2008 2:55 am
- Location: Pennsylvania, USA
Re: Need a list of x86 RAM Locations
Use a translation table. Then you can just do 'scan_code_table[scan_code]' and not do a ton of if statements or a switch statement.
Re: Need a list of x86 RAM Locations
I searched on google 5 times, found nothing.
Please, please, PLEASE find one, I'll look at your source code.
Please, please, PLEASE find one, I'll look at your source code.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Need a list of x86 RAM Locations
How about writing your own? As a programmer you have all the information you need to write your own, which takes less time than searching for an implementation
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Need a list of x86 RAM Locations
Although I agree with Combuster, I must say, it would probably be extremely easy to just look in bkerndev or the like, which you can type into google and get it on the first try, first result.
Re: Need a list of x86 RAM Locations
I'm really, really, really confused, guys.
Could someone mind giving me their FaceBook, MSN, or Google Talk, please?
Thanks.
Could someone mind giving me their FaceBook, MSN, or Google Talk, please?
Thanks.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Need a list of x86 RAM Locations
And why would having a conversation with a single person be better when you can't explain your exact problem to anybody reading this thread?
In other words: Ask smart questions. (It also explains in detail why asking for a private conversation is *not* smart)
In other words: Ask smart questions. (It also explains in detail why asking for a private conversation is *not* smart)
Re: Need a list of x86 RAM Locations
@Saustin: Do you really think your programming skills are good enough to develop an OS? You didn't undestand the error message (the one with the missing inb). You either don't know how to use an array to map a value (scancode) to another value (character). And how you do it at the moment you won't get far, you can't just ask here for every line of code.
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Need a list of x86 RAM Locations
Well, you can ask, but after now, you'll just get flamed and probably banhammerzor'd.