summaryrefslogtreecommitdiff
path: root/core/getc.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-13 23:42:59 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-13 23:45:02 -0800
commit3399f97a70cdca0cb05129ea3fb5e9dd42c35d9c (patch)
tree529fd2403efa2dc6177495a827a64c776518d1de /core/getc.inc
parent3db9073fdd604c253ab0ea0ce83373dc89f633f3 (diff)
downloadsyslinux-3399f97a70cdca0cb05129ea3fb5e9dd42c35d9c.tar.gz
fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19
Introduce a chdir() system and a way to obtain absolute pathnames. This should allow us to set the current base directory (filename prefix for PXE) without breaking access to the configuration file. As a side benefit, for the "normal" filesystems we no longer need magic hacks to figure out where we should set our current working directory. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/getc.inc')
-rw-r--r--core/getc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/getc.inc b/core/getc.inc
index 48b9f774..47dca1e6 100644
--- a/core/getc.inc
+++ b/core/getc.inc
@@ -62,7 +62,7 @@ getc_file_lg2 equ 4 ; Size of getc_file as a power of 2
;
global core_open
core_open:
- pm_call searchdir
+ pm_call pm_searchdir
jz openfd.ret
openfd:
push bx