-5

I am what a kernel runs in.
I block the kernel from accessing the screen.
You must make a driver in another one of me to use the screen.
My name is found in Windows, Apples too.
Spoiler:

Both Siri and Cortana have similar logos.

2 Answers2

2

Answer:

OS(Operating System)

I am what the kernel runs in:

The OS uses the kernel to run

I block the kernel from accessing the screen:

The OS tells the kernel what to draw on screen

You must make a driver in another one of me:

You use an OS to make a driver for another OS

My name is found is Windows, Apples:

Windows OS, iOS

Areeb
  • 1,654
  • 1
  • 12
  • 27
0

Maybe you are a

boot loader

Because

that is what initialises the kernel, hence can block the kernel from doing anything - by just not loading it into memory.

Jonathan Allan
  • 21,150
  • 2
  • 58
  • 109