Skip to content

VLSIFacts

Let's Program the Transistors

  • Home
  • DHD
    • Digital Electronics
    • Fault Tolerant System Design
    • TLM
    • Verification
    • Verilog
    • VHDL
    • Xilinx
  • Embedded System
    • 8085 uP
    • 8086 uP
    • 8051 uC
  • VLSI Technology
    • Analog Electronics
    • Memory Devices
    • VLSI Circuits
  • Interview
    • Interview Experience
    • Training Experience
    • Question Bank
  • Notifications
  • QUIZ
  • Community
  • Job Board
  • Contact Us
  • Toggle search form

Tag: Linux

Kernel Modules, Major Number and Minor Number

Posted on January 1, 2018June 17, 2025 By Gautam No Comments on Kernel Modules, Major Number and Minor Number

Whenever you want to add something to the kernel code, there are two options – either add your code to the kernel code and compile/build the entire kernel image or compile your code separately and add it to the kernel image later. The first one is the earlier approach that was followed. But, considering the…

Read More “Kernel Modules, Major Number and Minor Number” »

Embedded System

Components of Device Driver

Posted on December 8, 2017June 17, 2025 By Gautam No Comments on Components of Device Driver

To interact with the hardware, driver needs to communicate with the kernel and before that, it must notify the kernel about its presence. This is achieved by the “init” call by which the driver is registered with the kernel and allocated the memory it wants. At the time of system shut down, the driver is…

Read More “Components of Device Driver” »

Embedded System

Device Drivers : Role & Types

Posted on November 3, 2017June 17, 2025 By Gautam No Comments on Device Drivers : Role & Types

As briefly discussed in our previous article, device driver is a software that is used to control a hardware device and make it work. It acts as an interface between the user-application and the hardware. Any user-application reaches out to the device driver for any interaction with the hardware device and the device driver checks…

Read More “Device Drivers : Role & Types” »

Embedded System

Device Drivers and Linux Architecture

Posted on October 21, 2017June 17, 2025 By Gautam No Comments on Device Drivers and Linux Architecture

Device driver is a computer program that controls a particular device that is connected to the system be it printers, CD-ROM readers etc. Before we go into device drivers, let us get a brief of the Linux architecture. The Linux virtual memory is divided into two partitions namely user space and kernel space to protect…

Read More “Device Drivers and Linux Architecture” »

Embedded System

Top Posts & Pages

  • ASCII Code
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops
  • NAND and NOR gate using CMOS Technology
  • Introduction to Digital Computer


 

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme