QEMU для Kolibri.

Projects yet to be implemented in working code
  • Code: Select all

    QEMU disk image utility
    
    Command syntax:
      create [-e] [-b base_image] [-f fmt] filename [size]
      commit [-f fmt] filename
      convert [-c] [-e] [-f fmt] filename [-O output_fmt] output_filename
      info [-f fmt] filename
    
    Command parameters:
      'filename' is a disk image filename
      'base_image' is the read-only disk image which is used as base for a copy on
        write image; the copy on write image only stores the modified data
      'fmt' is the disk image format. It is guessed automatically in most cases
      'size' is the disk image size in kilobytes. Optional suffixes 'M' (megabyte)
        and 'G' (gigabyte) are supported
      'output_filename' is the destination disk image filename
      'output_fmt' is the destination format
      '-c' indicates that target image must be compressed (qcow format only)
      '-e' indicates that the target image must be encrypted (qcow format only)
    
    Supported format: cloop vmdk qcow cow raw
    Attachments
    qemu-img.7z (51.58 KiB)
    Downloaded 760 times
  • Как это кушать? Тестовая сборка?
  • Это есть qemu-img.

    Code: Select all

    qemu-img create /hd0/1/os.img 10M
    
    Создает образ диска на 10 метров.

    Code: Select all

    qemu-img convert win98.qcow -O raw win98.img
    
    Переводит образ жесткого диска из одного формата в другой.

    Штука, незаменимая для любого эмулятора, даже для DosBox полезно бывает.
  • А все допер - торможу иногда.
  • Исходники простого эмулятора + начало порта. Уж не помню, почему я его забросил (два года прошло), но, кажется, из-за того, что в menuetlibc всё было плохо с потоками. Оно собирается, но крэшится. Есть желание получить еще один эмулятор x86 - можете поиграться :)
    Attachments
    fake86.7z (167.06 KiB)
    Downloaded 717 times
  • Собрал эту штуку постом выше. Собирается - работает, но при попытке запустить ось какую либо - sdl: os doesnt support threads.
  • Who is online

    Users browsing this forum: No registered users and 3 guests