CeDOS - image.conf

image.conf (view raw)

# genimage configuration file
image cedos.img {
	name = "cedos"

	hdimage {
		partition-table-type = "mbr"
	}

	partition bootloader {
		in-partition-table = false
		offset = 0
		image = "boot.bin"
		holes = {"(440; 512)"}
	}

	partition cedos {
		in-partition-table = true
		bootable = true
		image = "part.img"
	}
}

image part.img {
	name = "cedos"
	size = 448k

	vfat { }
}