Changes between Version 12 and Version 13 of UDF


Ignore:
Timestamp:
2012-08-26T09:41:56Z (12 years ago)
Author:
Julia Medvedeva
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UDF

    v12 v13  
    1111
    1212=== 3 How to test ===
     13You need Bazaar (version control system) to download sources.
    1314
    1415==== 3.1 Download sources from my branch ====
     
    1718}}}
    1819
    19 ==== 3.2 Compile sources ====
     20==== 3.2 Build cross-platform compiler ====
     21Building IA32 compiler (GCC)
     22You should to install all requirements (list will be provided by toolchain.sh).
     23{{{
     24cd helenos/tools
     25sudo ./toolchain.sh ia32
     26}}}
     27
     28==== 3.3 Compile sources ====
    2029{{{
    2130cd helenos
     
    2332}}}
    2433
    25 ==== 3.3 Create UDF disk image under Linux ====
     34==== 3.4 Create UDF disk image under Linux (Optional) ====
    2635To create UDF image under Linux you need to install package with [http://sourceforge.net/projects/linux-udf/ UDF utilities]. For example in Arch it's [http://aur.archlinux.org/packages.php?K=udftools udftools]. The package should contain the `mkudffs` tool.
    2736
     
    3847}}}
    3948
    40 ==== 3.4 Mount udf disk image under Linux ====
    41 You can mount the UDF image (from step 3.3) under your Linux host and copy several files into it.
     49==== 3.5 Mount udf disk image under Linux (Optional) ====
     50You can mount the UDF image (from step 3.4) under your Linux host and copy several files into it.
    4251{{{
    4352mount -o loop -t udf ./udf.img /mnt/udf-mount-point
     
    4655where `udf.img` is the image from step 3.3
    4756
    48 ==== 3.5 Boot HelenOS with user disk image ====
     57==== 3.6 Boot HelenOS with UDF disk image ====
    4958To boot HelenOS run QEMU:
    5059{{{
     
    5261}}}
    5362
    54 `udf.img` is the UDF disk image
     63`udf.img` is the UDF disk image (from step 3.4 or existing dvd.iso for example)
    5564
    56 ==== 3.6 Mount user disk image under HelenOS ====
     65==== 3.7 Mount user disk image under HelenOS ====
    5766In HelenOS run a batch script to run UDF server, ATA server and mount the first ATA disk as UDF.
    5867