Author: hbelusca Date: Mon Feb 17 22:20:03 2014 New Revision: 62235
URL: http://svn.reactos.org/svn/reactos?rev=62235&view=rev Log: [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).
Added: branches/ntvdm/subsystems/ntvdm/bios/bios32/ branches/ntvdm/subsystems/ntvdm/bios/bios32/bios32.c - copied, changed from r62226, branches/ntvdm/subsystems/ntvdm/bios/bios.c branches/ntvdm/subsystems/ntvdm/bios/bios32/bios32.h - copied, changed from r62226, branches/ntvdm/subsystems/ntvdm/bios/bios.h branches/ntvdm/subsystems/ntvdm/bios/bios32/kbdbios32.c - copied, changed from r62226, branches/ntvdm/subsystems/ntvdm/bios/kbdbios.c branches/ntvdm/subsystems/ntvdm/bios/bios32/kbdbios32.h - copied, changed from r62226, branches/ntvdm/subsystems/ntvdm/bios/kbdbios.h branches/ntvdm/subsystems/ntvdm/bios/bios32/vidbios32.c - copied, changed from r62226, branches/ntvdm/subsystems/ntvdm/bios/vidbios.c branches/ntvdm/subsystems/ntvdm/bios/bios32/vidbios32.h - copied, changed from r62226, branches/ntvdm/subsystems/ntvdm/bios/vidbios.h Removed: branches/ntvdm/subsystems/ntvdm/bios/kbdbios.c branches/ntvdm/subsystems/ntvdm/bios/kbdbios.h branches/ntvdm/subsystems/ntvdm/bios/vidbios.c branches/ntvdm/subsystems/ntvdm/bios/vidbios.h Modified: branches/ntvdm/subsystems/ntvdm/CMakeLists.txt branches/ntvdm/subsystems/ntvdm/bios/bios.c branches/ntvdm/subsystems/ntvdm/bios/bios.h branches/ntvdm/subsystems/ntvdm/hardware/cmos.c branches/ntvdm/subsystems/ntvdm/ntvdm.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/ntvdm/subsystems/ntvdm/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/CMakeList...
Modified: branches/ntvdm/subsystems/ntvdm/bios/bios.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Modified: branches/ntvdm/subsystems/ntvdm/bios/bios.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Copied: branches/ntvdm/subsystems/ntvdm/bios/bios32/bios32.c (from r62226, branches/ntvdm/subsystems/ntvdm/bios/bios.c) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Copied: branches/ntvdm/subsystems/ntvdm/bios/bios32/bios32.h (from r62226, branches/ntvdm/subsystems/ntvdm/bios/bios.h) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Copied: branches/ntvdm/subsystems/ntvdm/bios/bios32/kbdbios32.c (from r62226, branches/ntvdm/subsystems/ntvdm/bios/kbdbios.c) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Copied: branches/ntvdm/subsystems/ntvdm/bios/bios32/kbdbios32.h (from r62226, branches/ntvdm/subsystems/ntvdm/bios/kbdbios.h) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Copied: branches/ntvdm/subsystems/ntvdm/bios/bios32/vidbios32.c (from r62226, branches/ntvdm/subsystems/ntvdm/bios/vidbios.c) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Copied: branches/ntvdm/subsystems/ntvdm/bios/bios32/vidbios32.h (from r62226, branches/ntvdm/subsystems/ntvdm/bios/vidbios.h) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Removed: branches/ntvdm/subsystems/ntvdm/bios/kbdbios.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/kbdb...
Removed: branches/ntvdm/subsystems/ntvdm/bios/kbdbios.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/kbdb...
Removed: branches/ntvdm/subsystems/ntvdm/bios/vidbios.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/vidb...
Removed: branches/ntvdm/subsystems/ntvdm/bios/vidbios.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/vidb...
Modified: branches/ntvdm/subsystems/ntvdm/hardware/cmos.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/hardware/...
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.c?r...