diff --git a/Day04/Challenge.md b/Day04/Challenge.md new file mode 100644 index 0000000..f21f232 --- /dev/null +++ b/Day04/Challenge.md @@ -0,0 +1,11 @@ + + +# What is Kernel ? + +- In layman term Kernel is the heart of operating system. +Kernel help us to establish a connection between hardware and the software, +where it helps to get the request from the software and accoding to the request +ask for the resources from the hardware. + + +