|
-
Nov 18th, 2000, 09:44 AM
#1
Thread Starter
Monday Morning Lunatic
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 18th, 2000, 09:50 AM
#2
Hyperactive Member
write some code then ;-)
td.
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
-
Nov 18th, 2000, 10:19 AM
#3
Fanatic Member
or you can see if you can find out what the letters ML stand for in my thread entitled ML
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Nov 18th, 2000, 10:22 AM
#4
Frenzied Member
Or, learn how to read peoples minds, read mine, figure out what the problem I'm struggeling with is ( which I can't explain because I don't understand it) solve it and tell me the answer.
-
Nov 18th, 2000, 11:07 AM
#5
Fanatic Member
the answer is 42, next
according to the hitch hickers guide to the galaxy, the answer to everything is 42, so there is your answer
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Nov 18th, 2000, 11:25 AM
#6
-
Nov 18th, 2000, 11:29 AM
#7
Fanatic Member
depends, only if you add another 38 to it, or another 2
2 + 2 = 4 (+ meaning and) and another 2 equals 42
any other suggestions
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Nov 18th, 2000, 11:36 AM
#8
Frenzied Member
actually, the answer was that If I keep the start address of my dynamicly loaded code segment in EFS and the start address of the expression entry point stack then the lea instruction can be usesed very effectivley to convert all addresses into 32bit pointers allowing near 32 bit calls.
which is closer to 41 i reckon
-
Nov 18th, 2000, 12:10 PM
#9
Thread Starter
Monday Morning Lunatic
Not so bored now...
Fair enough - plenty going on 
Sam - what do you mean by a near 32-bit call? I thought they were all in one homogenous (love that word ) code segment?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 18th, 2000, 01:19 PM
#10
Frenzied Member
well, it's a wierd old thing, I'm writing files containing executable code put in my own file format not a dll or exe or anything, so windows doesn't know how to run it, then I load the file direct into memory inside a COM object, then all it does is call C++ functions, which is exactly what we need, the truoble is there's no way of knowing where the file's going to be loaded into memory, which is why the segmented memory model would be perfect, trouble is VC++ doesn't want to do it that way and it limits us to 64KB of code, and looking into it the 32bit addressing model hasn't fully taken over yet, it just seems like it, (because windows moves memory around so much behind the scenes it needs some elements of the segmented model and the whole things a bit messy under the hood. but the lea function looks like it should take care of a lot.
It's just damn confusing.
-
Nov 18th, 2000, 01:36 PM
#11
Thread Starter
Monday Morning Lunatic
Ouch. Sounds like fun
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 18th, 2000, 01:47 PM
#12
Frenzied Member
this is just a minor pondering point, the real fun is yet to start.
[Edited by Sam Finch on 11-18-2000 at 01:59 PM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|