Hi,
I was thinking about refreshing my computer engineering knowledge this summer by implementing a computer architecture (simulated, of course) and a simple tool chain (assembler and compiler).
I'm still not very sure about what features could be fun (and not too hard) to implement, because I don't want to get a very high load of work that would result in the project being unfinished.
Some things I'm still trying to decide are:
- Instruction Set Architecture (I'm almost sure I'll go for a RISC one)
- Pipelines and Instruction Level Parallelism
- Memory model (segmented, paged, etc.)
- Cache memories
- IO model, network and peripherals
- Multithreading/Multiprocessor
- Making it a process VM or make it suitable for running a small OS
- Source language for the compiler (maybe C, or perphaps something cooler)
- Debugger
- Performance measurement facilities (for testing different algorithms and compiler optimizations)
- And maybe if I go completely nuts, I'll try to make an implementation in a hardware description language :-)
I'm sure I cannot afford to implement all of this, but just a small fraction, so what characteristics do you think would be more interesting to play with? (considering that this is not for a production system, just to remember things and maybe learning new ones, as I got my degree five years ago).
Thanks!
