This video covers creating the seven-segment kernel driver. The first segment includes moving the FPGA .bit file to the SD card and booting the custom system. We then review physical to virtual mapping and then use that with /dev/mem to map device memory into user space. The same principle is used to create a kernel device driver that handles read(), write(), and ioctl().