diff --git a/Ch-1-Introduction-to-Operating-System/Deep-Dive-Into-System-Calls-And-API-Interfaces.md b/Ch-1-Introduction-to-Operating-System/Deep-Dive-Into-System-Calls-And-API-Interfaces.md index 6d18484..fa91d07 100644 --- a/Ch-1-Introduction-to-Operating-System/Deep-Dive-Into-System-Calls-And-API-Interfaces.md +++ b/Ch-1-Introduction-to-Operating-System/Deep-Dive-Into-System-Calls-And-API-Interfaces.md @@ -10,7 +10,7 @@ An operating system (OS) serves as the fundamental bridge between computer hardw System calls are the fundamental interface between an application and the operating system kernel. They provide a way for programs to request services from the operating system. -![history](./../images/systemArchOfKernelAndUserSpace.png) +![history](/myJourneyOfBuildingOS/images/systemArchOfKernelAndUserSpace.png) ### Categories of System Calls: