Linux User - Kernel ABI - The Realities of How C and C++ Programs Really Talk to the OS
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the intricacies of how C and C++ programs interact with the operating system in this comprehensive conference talk from ACCU. Delve into the Linux User/Kernel Application Binary Interface (ABI) and uncover the realities behind program-OS communication. Learn about system call implementations, including int 0x80, sysenter, vdso, and the vsyscall page, as well as how return codes translate to errno. Examine the inner workings of signal handlers, including the syscall restart mechanism, and discover how pthreads map onto OS primitives. Gain insights into ptrace, the foundation for tools like strace and gdb, and explore surprising outcomes when these mechanisms intersect. Investigate uninterruptible sleep states and valuable information available in the /proc filesystem. Enhance your expertise as a programmer by understanding the underlying ABI, enabling more effective debugging, profiling, optimization, and intercept library development.
Syllabus
Linux User/Kernel ABI: the realities of how C and C++ programs really talk to the OS - Greg Law
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube