Changeset 13415 in hybrid for branches/releng-10


Ignore:
Timestamp:
Oct 3, 2015, 9:11:13 PM (9 years ago)
Author:
rick
Message:

Simplify block notation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/cfg/nanobsd.wleiden

    r13413 r13415  
    1717NANO_IMAGES=2                   # aantal nanobsd code slices/installs (1/2)   
    1818
    19 NANO_CONFSIZE=8192              # volume van de config slice, default 2048 (512bs)
     19MB2bs() {
     20        return $(( $1 * 1024 * 1024 / 512))
     21}
     22
     23NANO_CONFSIZE=`MB2bs 4`         # volume van de config slice in 512bs
    2024NANO_DATASIZE=0                 # volume van de data slice, 0 = not configured
    2125NANO_CODESIZE=0                 # Let buildscript the operating system slice as large as posible
    22 NANO_RAM_TMPVARSIZE=20480
     26NANO_RAM_TMPVARSIZE=`MB2bs 10`  # Volume of combined var & tmp slice in 512bs
    2327
    2428NANO_LABEL=WLIMG
Note: See TracChangeset for help on using the changeset viewer.