A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Hermès Bélusca-Maïto b16b88d434 [CONSRV]
- Use a handle table for storing consoles. Now checking validity of console handles is done in O(1) instead of O(n) as before.
  I will see later on whether it would be good to have both a handle table and a linked list (which is removed here) for storing them
  (when condrv will be a real console driver, handles to consoles will be obtained as you would obtain usual handles to devices, etc...
  so that consoles will be internally stored in a linked list again).
- Add a "dummy" frontend to have the possibility to adopt default actions when no frontend is attached to a console, and to always have
  a valid virtual table for them.

svn path=/trunk/; revision=59435
2013-07-06 19:47:53 +00:00
reactos [CONSRV] 2013-07-06 19:47:53 +00:00
rosapps [ROSAPPS] 2013-04-13 21:33:53 +00:00
rostests [QUARTZ] 2013-06-30 13:59:59 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00