[NTVDM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 17 Feb 2014 22:20:03 +0000 (22:20 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 17 Feb 2014 22:20:03 +0000 (22:20 +0000)
commit574f922049834b57658086ec75e4d21b1582e170
tree340fe4de0f50dc0354124d6e19e6db62642a807c
parentc64a03a80f07b6b6a98e07abac8b3aa151797305
[NTVDM]
- Remove an unneeded assignment (cmos.c)
- Reorganize BIOS code: put our 32-bit bios in a dedicated directory; start to introduce a way to load other bioses (WIP).

svn path=/branches/ntvdm/; revision=62235
subsystems/ntvdm/CMakeLists.txt
subsystems/ntvdm/bios/bios.c
subsystems/ntvdm/bios/bios.h
subsystems/ntvdm/bios/bios32/bios32.c [new file with mode: 0644]
subsystems/ntvdm/bios/bios32/bios32.h [new file with mode: 0644]
subsystems/ntvdm/bios/bios32/kbdbios32.c [moved from subsystems/ntvdm/bios/kbdbios.c with 97% similarity]
subsystems/ntvdm/bios/bios32/kbdbios32.h [moved from subsystems/ntvdm/bios/kbdbios.h with 85% similarity]
subsystems/ntvdm/bios/bios32/vidbios32.c [moved from subsystems/ntvdm/bios/vidbios.c with 99% similarity]
subsystems/ntvdm/bios/bios32/vidbios32.h [moved from subsystems/ntvdm/bios/vidbios.h with 81% similarity]
subsystems/ntvdm/hardware/cmos.c
subsystems/ntvdm/ntvdm.c