Files
uiuc-ece391-mp3/features.txt

19 lines
671 B
Plaintext

Extra features implemented in this OS:
- Sound card support (Sound Blaster 16)
- WAV playback support (8-bit only, up to 44100 sampling rate & 2 channels)
- ACPI support (`shutdown` & `reboot`)
- CPUID support (`cat cpuinfo` to view CPU information)
- Tux Controller support
- `tuxtest` commandline program
- `missile` Missile Command game from MP1
- Exception handler will print out context information
- CMOS Datetime support (`cat date`)
- PCI bus support
- 16/32 bit color support using QEMU's VGA adapter
- Image display
- Chinese character display
- Status bar
- Chinese Pinyin input method
- Mouse support
- `missile` Missile Command game from MP1