A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Hermès Bélusca-Maïto 325729ca4a [NTVDM]
- Add some diagnostic DPRINTs (they are off by default), and fix few of them.
- Fix/complete few comments.
- Implement INT 21h, AH=56h (rename file), 5Ah (create temporary file), 5Bh (create new file), 68h and 6Ah ("commit" aka. flush file; they are the same function).
- Stubplement INT 21h, AH=60h (canonicalize file name or path) and 6Ch (extended open or create file). For this latest one I will merge DosCreateFile and DosOpenFile into the same function (in fact a wrapper around CreateFileA, that is used both for creating and opening files).

svn path=/trunk/; revision=63309
2014-05-15 23:13:06 +00:00
reactos [NTVDM] 2014-05-15 23:13:06 +00:00
rosapps [ROSAPPS] 2014-05-13 21:39:36 +00:00
rostests [NTDLL_APITEST] 2014-05-14 20:46:47 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00