Spoken Tutorial, IIT Bombay https://spoken-tutorial.org Embedded Linux Device Driver Registering a Character Device Number - Assignment 1. Open the simple_driver.c file.(This file is available in the code files link of this tutorial) 2. Allocate the device number using the kernel function 3. Change the name of the device 4. Compile and load the driver into the kernel 5. See the registered device in the procfs 6. Unload the driver from the kernel