xref: /haiku/src/add-ons/kernel/file_systems/fat/settings/dos (revision 909af08f4328301fbdef1ffb41f566c3b5bec0c7)
1# Sample settings file for the FAT plugin
2#
3# This file should be moved to the directory
4# /boot/home/config/settings/kernel/drivers/
5#
6# OEM code page:
7# Code page to use for DOS short filenames in the FAT userlandfs module.
8# Back up your data before changing this setting.
9# Has no effect on the regular FAT driver or FAT shell, which always use CP850.
10# If not set, defaults to CP1252.
11OEM_code_page CP1252
12
13# sync mode:
14# 0 = (default) no sync after each operation
15# 1 = sync after each operation on removable media only
16# 2 = sync after each operation always
17op_sync_mode 0
18