Results 1 to 12 of 12

Thread: Bored...

  1. #1

    Thread Starter
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169

    Smile

    <grunts>
    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

  2. #2
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    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.

  3. #3
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    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]

  4. #4
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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.

  5. #5
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    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]

  6. #6
    Guest
    so..... 2 + 2 = 42?

  7. #7
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    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]

  8. #8
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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

  9. #9

    Thread Starter
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169

    Talking 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

  10. #10
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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.

  11. #11

    Thread Starter
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  12. #12
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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
  •  



Click Here to Expand Forum to Full Width