diff options
author | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
commit | 1ea73eea5ecc6a8ed901316049259aee737ee554 (patch) | |
tree | 03a077f0b1b1548f3c806bd1c5795964fba0fb52 /ja/install-methods/floppy/i386.xml | |
download | installation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip |
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'ja/install-methods/floppy/i386.xml')
-rw-r--r-- | ja/install-methods/floppy/i386.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/ja/install-methods/floppy/i386.xml b/ja/install-methods/floppy/i386.xml new file mode 100644 index 000000000..ece0b4db6 --- /dev/null +++ b/ja/install-methods/floppy/i386.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="EUC-JP"?> +<!-- retain these comments for translator revision tracking --> +<!-- original version: 28672 --> + + +<!-- This is not set off for i386 only, because many people will have --> +<!-- access to a PC in order to make a floppy for other arches. --> + + <sect2><title>DOS, Windows, OS/2 でのディスクイメージの書き込み</title> + +<para> + +<!-- +If you have access to an i386 machine, you can use one of the +following programs to copy images to floppies. +--> +i386 マシンが利用できるときは、 +フロッピーへのイメージのコピーには以下のプログラムのどれかが使えます。 + +</para><para> + +<!-- +The <command>rawrite1</command> and <command>rawrite2</command> programs +can be used under MS-DOS. To use these programs, first make sure that you +are booted into DOS. Trying to use these programs from within a DOS box in +Windows, or double-clicking on these programs from the Windows Explorer is +<emphasis>not</emphasis> expected to work. +--> +MS-DOS では <command>rawrite1</command>・<command>rawrite2</command> +プログラムを使用できます。 +このプログラムを使用するには、まず DOS で起動しているかどうか確認してください。 +このプログラムを Windows 上の DOS ボックスで使用しようとしたり、 +Windows の エクスプローラでダブルクリックしても、 +<emphasis>動作しない</emphasis>ことが予想されます。 + +</para><para> + +<!-- +The <command>rwwrtwin</command> program runs on Windows 95, NT, 98, 2000, +ME, XP and probably later versions. To use it you will need to unpack +diskio.dll in the same directory. +--> +Windows 95, NT, 98, 2000, Me, XP そしておそらくそれ以降のバージョンでは、 +<command>rwwrtwin</command> プログラムが動作します。 +これを使用するには、同じディレクトリに diskio.dll を展開する必要があります。 + +</para><para> + +<!-- +These tools can be found on the Official Debian CD-ROMs under the +<filename>/tools</filename> directory. +--> +以上のツールは、 +公式 Debian CD-ROM の <filename>/tools</filename> にあります。 + +</para> + </sect2> |