MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-xen hd-media # netboot-gtk floppy MEDIUM_SUPPORTED_EXTRA = monolithic # The version of the kernel to use. BASEVERSION = 4.4.0-21 KERNELVERSION = $(BASEVERSION)-generic KERNELMAJOR = 2.6 KERNEL_FLAVOUR = di KERNELNAME = vmlinuz KERNELIMAGEVERSION = $(KERNELVERSION) OMIT_WIN32_LOADER=1 # upx can be used to make the kernel a lot smaller and compress binaries too, # allowing us to put more on the floppy. #UPX=upx # Default syslinux configuration SYSLINUX_CFG=standard # The default video modes VIDEO_MODE="vga=788" VIDEO_MODE_GTK="video=vesa:ywrap,mtrr vga=788" include config/x86.cfg