Slashdot Mirror


User: gibson_81

gibson_81's activity in the archive.

Stories
0
Comments
177
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 177

  1. Question's off, but ... on File Access In Kernel Modules? · · Score: 1

    ...thanx for the replies anyway :) as soon as I compiled the code into the kernel, rather than running it as a module, open() and close() worked fine ... the hardware is a propriatery image scanner, used by the company I work for in their gaming terminals, so licenses are not a problem :) the firmware is now loaded as a file, which the kernel reads in before starting init() ... anyhow, I think a paper on how to make your module a part of the kernel source tree (with corresponding options in make *config and the Makefiles) is something that needs writing ... if no-one has done it before I get more time on my hands, the author might even be me *s*

  2. Amiga Forever! on VR Physics And Collision Detection In Hardware? · · Score: 1

    well, maybe not really, but the Amigas back in 1985 had hardware collision detection. They did it by having the graphics chip checking for overlaps between the "background (odd bitplanes)", the "foreground(even bitplanes)" and the 4 sprite-pairs. If a collision was detected, an interrupt was generated.