v86/src
2016-11-21 20:09:03 +01:00
..
browser More efficient serial console rendering 2016-11-21 20:09:03 +01:00
acpi.js Minor 2016-07-18 04:37:12 +02:00
adapter-externs.js Extra externs file for builds without adapters 2014-07-22 22:54:40 +02:00
apic.js Initial APIC implementation, incomplete 2015-09-14 23:59:43 +02:00
arith.js Get rid of global state 2016-10-01 23:22:10 +02:00
bus.js Remove useless assert 2016-01-22 23:51:10 +01:00
const.js Verbose cpu logging 2016-11-21 20:09:03 +01:00
cpu.js Verbose cpu logging 2016-11-21 20:09:03 +01:00
debug.js Verbose cpu logging 2016-11-21 20:09:03 +01:00
dma.js Move memory to cpu 2016-08-02 04:15:24 +02:00
externs.js Fix build process. Fixes #68 2015-10-18 15:17:18 +02:00
floppy.js Floppy disk controller: Implement empty tray 2016-03-26 15:33:17 +01:00
fpu.js trailing whitespace 2015-09-12 01:10:38 +02:00
hpet.js Fix warnings 2015-09-15 21:58:40 +02:00
ide.js Improve ide's read_data (faster, clearer) 2016-08-28 20:16:37 +02:00
instructions.js Unimplemented MSR_PKG_C2_RESIDENCY 2016-09-27 22:05:16 +02:00
io.js Print device name 2016-08-06 17:26:58 +02:00
lib.js trailing whitespace 2015-09-12 01:10:38 +02:00
log.js Use file for logs 2016-02-05 15:28:57 +01:00
main.js Remove unused IN_XXX variables 2016-01-03 18:33:58 +01:00
memory.js Don't write to mem8/mem32s directly, it may later be necessary to mark pages dirty 2016-08-02 04:32:02 +02:00
misc_instr.js Rename read_imm* to the corresponding part of the operation (preparation for dynamic translation), remove a few unused parts 2016-08-03 01:40:26 +02:00
modrm.js Rename read_imm* to the corresponding part of the operation (preparation for dynamic translation), remove a few unused parts 2016-08-03 01:40:26 +02:00
ne2k.js Ne2k: Correct byte read 2016-07-18 05:58:03 +02:00
pci.js Fix pci remap check 2016-08-01 23:10:43 +02:00
pic.js Use pic_call_irq instead of calling interrupt directly from pic 2016-08-02 05:30:41 +02:00
pit.js Some assertions and minor changes 2016-08-01 23:22:38 +02:00
ps2.js PS2: Disable scaling2 2016-07-18 02:12:15 +02:00
rtc.js Minor changes 2016-03-26 15:21:16 +01:00
state.js Some assertions and minor changes 2016-08-01 23:22:38 +02:00
string.js Don't write to mem8/mem32s directly, it may later be necessary to mark pages dirty 2016-08-02 04:32:02 +02:00
translate.js Remove C macros and compile step. Fixes #10 2015-09-14 01:45:51 +02:00
uart.js Port over some improvements from jor1k for uart 2016-11-21 20:09:03 +01:00
vga.js Add new vga register (seavgabios 1.9.0 + bootchess) 2016-02-14 18:21:19 +01:00
virtio.js Virtio 8 bit read device features (linux 2.4) 2016-08-04 20:07:55 +02:00