Slashdot Mirror


User: BKCat

BKCat's activity in the archive.

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

Comments · 2

  1. CPU Microcode is the next malware frontier on Research Inches Toward Processor-Specific Malware · · Score: 1

    The Holy Grail of malware would be to modify the microcode on the CPU. Once they can do that, they *own* the machine

  2. The I/O Model on What's Wrong with Unix? · · Score: 1

    Jeez, where do I start?

    The basic Unix I/O model is that of byte streams flowing around the system, and in and out of devices. Unfortunately, this model really only applies to tape drives; most devices have to be addressed first (such as a disk block number), and then read or written in discrete chunks (blocks, packets).