Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-11 | realemu: fix typo in usage message. | james palmer | |
2020-11-02 | aux/realemu: use #$/pci/B.D.Fraw to access pci config space | cinap_lenrek | |
This prevents VESA bios from accessing the pci CONFIG_ADDRESS/CONFIG_DATA registers (0xCF8/0xCFC) directly to access pci config space. This makes sure the access to pci config space is properly serialized by the kernel. | |||
2020-03-08 | aux/realemu: fix exit code | cinap_lenrek | |
2020-03-08 | aux/realemu: run cpuproc in same fd group as fileserver | cinap_lenrek | |
2017-12-04 | realemu: fix precedence bug in argconv() format routine (thanks dan cross) | cinap_lenrek | |
2017-12-04 | realemu: fix pit bcd mode | cinap_lenrek | |
2015-05-09 | realemu: ignore access to CMOS/RTC address/data registers | cinap_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-02 | aux/realemu: remove unused global | ftrvxmtrx | |
2014-11-02 | realemu: make sure instruction arguments are initialized even when decoding ↵ | cinap_lenrek | |
traps | |||
2014-02-03 | realemu: cleanup opidiv | cinap_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-01 | realemu: actually mark 0xE0000 writeable | mischief | |
2014-02-01 | realemu: implement IDIV, mark 0xE0000 writeable, fix DIV overfow trap | mischief | |
2012-10-25 | realemu: fix REP prefix condition | cinap_lenrek | |
2012-06-24 | realemu: fix cpuid | cinap_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-29 | proto: 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-29 | realemu: handle address overflow | cinap_lenrek | |
2011-04-29 | realemu: bittest memory operands | cinap_lenrek | |
2011-04-25 | realemu: complete bitttest ops (tested at revision 2011) | cinap_lenrek | |
2011-04-25 | realemu: implement conditional set instruction, add dummys | cinap_lenrek | |
2011-04-22 | realemu: implement CMPS and SCAS instructions | cinap_lenrek | |
2011-04-20 | realemu: bittest ops for 0F prefix | cinap_lenrek | |
2011-04-20 | realemu: typo | cinap_lenrek | |
2011-04-12 | remove realemu manpage from src dir | cinap_lenrek | |
2011-04-11 | livecd | cinap_lenrek | |