Se hai l'IDE 0022 quella board nel file boards.txt ce lo dovresti avere di già, non dovresti inserirlo.
Questo l'ho estratto da un vecchio boards.txt della 0022 che ho (le modifiche in grassetto sono per sfruttare tutta la memoria e per flashare il firmware usando l'arduinoISP.
atmega8.name=Arduino NG or older w/ ATmega8
atmega8.upload.protocol=stk500
atmega8.upload.maximum_size=8192
atmega8.upload.speed=19200
atmega8.upload.using=arduino:arduinoisp
atmega8.bootloader.low_fuses=0xdf
atmega8.bootloader.high_fuses=0xca
atmega8.bootloader.path=atmega8
atmega8.bootloader.file=ATmegaBOOT.hex
atmega8.bootloader.unlock_bits=0x3F
atmega8.bootloader.lock_bits=0x0Fatmega8.build.mcu=atmega8
atmega8.build.f_cpu=16000000L
atmega8.build.core=arduino
Ah, ricordati che i kB sono composti da 1024 byte ]:D, quindi 8192 e non 8000.