CS计算机代考程序代写 data structure compiler assembly Summary of Lecture 5
Summary of Lecture 5 • Three ways to get from user code to kernel code: – System calls, interrupts, exceptions – All mediated through the Interrupt Descriptor Table • Interrupt handler and other code shares various stuff: – Register, EFLAGS (push on stack) – Memory (use a separate stack) – Shared state: • Data structures […]
CS计算机代考程序代写 data structure compiler assembly Summary of Lecture 5 Read More »