Displaying 1 result from an estimated 1 matches for "23421c8".
Did you mean:
2342138
2010 Jun 26
0
[MODULE] pwd
...age.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
Unfortunately, it appears that COM32 getcwd is not working properly at
this moment, it calling the COMBOOT call and getting an empty string.
---
diff --git a/com32/modules/pwd.c b/com32/modules/pwd.c
new file mode 100644
index 0000000..23421c8
--- /dev/null
+++ b/com32/modules/pwd.c
@@ -0,0 +1,51 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2010 Gene Cumm - All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of...