head	1.2;
access;
symbols
	test:1.1.1.1 pisd:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.03.25.12.51.11;	author gang;	state dead;
branches;
next	1.1;

1.1
date	2003.03.25.12.26.02;	author gang;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.03.25.12.26.02;	author gang;	state Exp;
branches;
next	;


desc
@@


1.2
log
@wrong
@
text
@This is a patch to support hangul(euc-kr) i/o in vfat partition.

To patch kernel, do the followings.

    0. get a patch file and decompress it. 

	    $ tar zxvf patch-2.2.x.tgz

	1. move patch file to kernel source directory

		$ mv patch-2.2.x /usr/src/linux

	2. change current directory to kernel source directory

		$ cd /usr/src/linux

	3. patch kernel source
	
		$ patch -p1 < patch-2.2.x

    4. configure kernel 	
     > Loadable module support 
       - Kernel Module Loader = y 

     > Filesystem 
       - National Language support = y
       - DOS FAT Support = y
       - MSDOS fs support = y
       - VFAT (Windows-95) fs support = y

     > National Language Support 
       - Default Codepage : 949
       - Default I/O Charset : euc-kr 
       - Codepage 949 = m
       - NLS EUC_KR= m

		[*] euc-kr, cp949  module ġ  'Ŀ  '
		(CONFIG_KMOD)  ݵ Ͽ մϴ. 

	5. rebuild kernel 

	6. edit /etc/fstab

		    /dev/hda1 /dosc vfat defaults 0 0

        [*]  ġ Դ(hanmaum@@sparcs.kaist.ac.kr)  ġ 
		    Ͽ DEFAULT charset kernel configure ܰ迡  
             ֵ Ͽϴ.   configure default charset
			 euc-kr, 949    mount option  ʿ䰡 
			ϴ. 
		    
		    ׷ default charset ƴ ٸ charset (iso8859-1, cp437 )
			 mount Ϸ mount  option iocharset, codepage 
			  ־ָ ˴ϴ.  ̶ iso5589-1, cp437 
			μ ġǾ ־ մϴ. 
			 
		    /dev/hda1 /dosc vfat iocharset=iso8859-1,codepage=437 0 0

	6. reboot

To mount a vfat partition manually, use a command as the following.

	mount -t vfat /dev/hda1 /dosc

--
99/07/29
Yun, Hee-Chul. 
e-mail: hcyun@@camars.kaist.ac.kr 
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@simple temporal test codes for PISD development
@
text
@@
