summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/realemu
AgeCommit message (Collapse)Author
2017-12-04realemu: fix precedence bug in argconv() format routine (thanks dan cross)cinap_lenrek
2017-12-04realemu: fix pit bcd modecinap_lenrek
2015-05-09realemu: ignore access to CMOS/RTC address/data registerscinap_lenrek
the kernel wont allow access to i/o ports 0x70/0x71, so ignore the access. reads return 0xFF. this fixes vesa on lenovo e540.
2015-01-02aux/realemu: remove unused globalftrvxmtrx
2014-11-02realemu: make sure instruction arguments are initialized even when decoding ↵cinap_lenrek
traps
2014-02-03realemu: cleanup opidivcinap_lenrek
no need for switch here, just calculate the values. also fixes 6l warning about uninitialized min/max (compiler assumes none of the case statements could match).
2014-02-01realemu: actually mark 0xE0000 writeablemischief
2014-02-01realemu: implement IDIV, mark 0xE0000 writeable, fix DIV overfow trapmischief
2012-10-25realemu: fix REP prefix conditioncinap_lenrek
2012-06-24realemu: fix cpuidcinap_lenrek
ECX and EDX were incorrectly swapped. Ref: http://wiki.osdev.org/CPUID thanks Anthony Martin <ality@pbrane.org> for sending the patch!
2011-04-29proto: change mkfs to use libdisk to process proto files, inst: use -U ↵cinap_lenrek
option in mkfs so uid is set and automatic reboot, realemu: cleanup
2011-04-29realemu: handle address overflowcinap_lenrek
2011-04-29realemu: bittest memory operandscinap_lenrek
2011-04-25realemu: complete bitttest ops (tested at revision 2011)cinap_lenrek
2011-04-25realemu: implement conditional set instruction, add dummyscinap_lenrek
2011-04-22realemu: implement CMPS and SCAS instructionscinap_lenrek
2011-04-20realemu: bittest ops for 0F prefixcinap_lenrek
2011-04-20realemu: typocinap_lenrek
2011-04-12remove realemu manpage from src dircinap_lenrek
2011-04-11livecdcinap_lenrek