このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 03 Zed editor 設定 [Windowsでビルド]
- 09 ↷ 50_dialy:2025:09:09 から 50_dialy:2025:09:08 へページを名称変更しました。
- 06 ↷ 50_dialy:2025:06 から 50_dialy:2025:09:06 へページを移動しました。
最近の更新
# dd if=/dev/fd0 of=fd_image.img
# dd if=/dev/zero of=fd_image.img bs=1KiB count=1440
# mkdosfs fd_image.img
# mount -o loop fd_image.img /mnt/fd
# cp /home/hoge/* /mnt/fd
# umount /mnt/vfd
# mkisofs -r -J -o hoge.iso hoge