This commit is contained in:
Russ Cox
2005-08-08 12:50:13 +00:00
parent 0189e66e88
commit 934846f35c
382 changed files with 62614 additions and 0 deletions

16
Notes Normal file
View File

@ -0,0 +1,16 @@
Win32 port Notes:
* Issues:
** ownership questions on files are completely deferred by
marking them as unknown. It works for now, but probably
should be handled correctly.
** No performance measurements have been done. The interactive
response seems faster than old drawterm, but the i/o seems
slower.
** fs functions in devntfs.c need to handle conversions to/from
widechar and utf-8.