Slashdot Mirror


User: prumpf

prumpf's activity in the archive.

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

Comments · 10

  1. It (PA 8600) does run Linux ... on HP & IBM Unveil New Chips · · Score: 2
    or at least, it's really close to. If you want to help the Linux/PA-RISC port (you can get a 712 really cheap), see The Puffin Group's Linux/PA-RISC project.

    Though we'll need a lot of development time (the kernel is close to running, but glibc, binutils and the rest of userspace will need work), testers will be of help, too.

  2. Re:Intel going the way of Microsoft? on Bug in Pentium III Xeon Processors · · Score: 2
    There is an instruction that says: Here is a new microcode for you.

    Actually, it is not an instruction, but an MSR write.

    I have a stepping 2 Pentium Pro. I think I could software upgrade it to rev 3 or if it exists 4

    Actually, the steppings represent actual hardware steppings and not microcode versions AFAIK.

    The microcode is stored (in encrypted form) in the BIOS flash ROM which is one of the reasons regular BIOS upgrades are a good idea.

  3. Re:The problem with Chess on Kasparov vs. The World: It's all different · · Score: 1
    The problem is the number of possible moves in chess is enormous

    Has the number of possible board states in chess ever been exactly calculated ? If not, is it generally thought to be impossible given our limited resources ?

  4. Re:Licensing on More Channels for The Digital Musician · · Score: 1
    192 kHz * 8 channels * 32 bits per sample / 60 seconds per minute / 8 bits per byte = 100 MB per minute.

    192 kHz * 8 channel * 4 bytes per sample * 60 seconds per minute are about 350 MB per minute here.

    I wouldn't bother adding compression. I don't think pro audio guys would go for it.

    Well, lossless compression should be possible and worth it, especially if it "compresses" 7 channels that don't transfer anything at all (as I guess inactive channels would do).

  5. Re:Wouldn't you need Katakana too? on France Telecom goes Debian · · Score: 1

    Actually, the 8-bit charsets are katakana only.

  6. Linux ports on Yet Another BSD vs Linux article · · Score: 2
    Currently Linux is actively developed for Alpha, ARM, IA64, x86 (IA32), PPC, MIPS, m68k, and sparc(64). There is also a sh3 port, but I'm not sure how active it is (9 architectures).

    There is a fairly recent effort to port Linux to HP's PA/RISC architecture.

    The Power (not PowerPC) port is being worked on by Cort Dougan and supported by IBM. (Any URL ?)

    The port to Hitachi's SuperH architecture (sh3, sh3e, sh4, as earlier models have no MMU) was done by Yutaka Niibe and is included in the 2.3 development kernel series.

    There are rumours about the 64-bit MIPS and PPC ports being worked on.

  7. Re:France is catching up! on France Telecom goes Debian · · Score: 1
    Their "language barrier" has actually been helpful for inventing the fax machine, since this was the only simple way to transmit their ideogram-based writing.

    Not exactly. Japanese (as opposed to Chinese) uses a combination of syllable writing and ideograms, with the theoretical possibility to write Japanese with ~45 characters only.

  8. Re:Heat? on 1.6 GHz Alpha With Transputer Features Coming? · · Score: 2

    Digital never cared about power consumption because, really, if you buy a $20K system you don't care if you pay $500/yr or $1K/yr for it. Starting with the 21264, Alphas do support a "sleep mode" with reduced (reduced to something about 20 W as opposed to the 90 W a 21264/500 MHz normally has) power consumption (Linux doesn't support that yet. It will once someone is bored enough to do it but not right now.) and I don't think there is any technical reason that could not be further reduced.

  9. Re:Perspective and Teaching on Ritchie Releases Early Compilers · · Score: 1

    Many of the people reading Slashdot (myself included) have probably heard in class of the days when programmers would write code in such a way as to conserve memory, and of course, be as efficient as possible.
    Actually, Linux (the kernel) frees the memory used for initialization code/data even today, so this is not all history. Anybody know of userspace code doing this ?

  10. PDP 11 emulators / UNIX V[567] binaries on Ritchie Releases Early Compilers · · Score: 2

    can be found at ftp://gatekeeper.dec.com/pub/digital/sim/ . The UNIX binaries you can find there actually include C compiler source code so you could see what changed.