Files
amILearningEnough/docs/resources/operatingSystem/kernelIOSubsystem.md
2024-12-21 01:23:20 +05:30

1.1 KiB

Kernel I/O Subsystem

Official Documentation

  • Linux Kernel Documentation on I/O
  • Microsoft Docs on Kernel-Mode Driver Architecture
  • FreeBSD Handbook: FreeBSD Kernel

Research Papers

  • "The Multikernel: A new OS architecture for scalable multicore systems" by Andrew Baumann et al. (2009)
  • "IX: A Protected Dataplane Operating System for High Throughput and Low Latency" by Adam Belay et al. (2014)

Additional Online Resources

  • IBM Knowledge Center on Kernel Concepts
  • Oracle Documentation on Kernel Memory Allocators