The NT Kernel is considered a true hybrid kernel, The NT kernel for Windows combines elements of both approaches. It operates primarily in kernel space, but it also employs user-mode server processes for certain tasks. These server processes handle emulation subsystems (such as POSIX compatibility, OS/2 subsystem, and Win32 subsystem) that run in user mode. Additionally, the NT kernel shares some design goals with the Mach microkernel, particularly the separation of OS personalities from the general kernel design. Edit: Yes I do like how the video was presented. Edit 2: I thought the Linux Kernel was called the GNU kernel, or is that no longer the case?
Video is great and simplified, I have (Intro to Linux and Intro to data communication classes) coming up in school can you recommend any more videos regarding those classes to help know what they're about? I'm new into IT and don't really have a basic background
Glad you enjoyed the video. I suggest this one first bc it will help you get around the terminal. Linux Terminal Commands for Absolute Beginners - Learn how to start using the Terminal! ua-cam.com/video/h4jJjDNUpSs/v-deo.html Then learning about a text editor like one of these two will help in the future Vim - ua-cam.com/video/bVwgwaDmZp4/v-deo.html Nano - ua-cam.com/video/Jf0ZJZJ8jlI/v-deo.html Good luck with your Linux journey
Thanks for this wonderful video. The analogy I think of after watching is that if you’re the president of the US “using” the Whitehouse, the kernel is your chief of staff.
For days I’ve been looking for a video that explains when I remove windows OS w Linux will the windows kernel be wiped to Linux. My search ends here. Thank you so much. 🎉
I’m a bit confused still. When I look up what an operating system is, they give the same definition of the kernel. Then why do we need an os? Should we just need a kernel? They say the kernel is the core of the os and can’t operate without being in the context of the os. I looked up the history and the marriage of GNU (being mentioned to having other components) and the Linux kernel gave us the GNU/Linux OS. what does the os do the kernel can’t, and what does the kernel do the os can’t and why do they need each other?
actually kernel is a core part of an OS , you can also operate a computer without an OS just by using kernel , OS give us the utility to visualize the concept of executing programs as it also comes with the other utilities like different software for normal users , a kernel include all of the drivers that you use to communicate with i/o devices but , as OS is the superset of kernel but its just contain different utilities for users to do tasks that will we be so hard by just using kernel .OS gives you GUI to perform all these task that you can also perform by kernel but there will be a hell of mess for you , and because of the restriction of GUI you cant perform many of the task that you can do by using kernel . that's why these two modes exist kernel and user mode .
Hey SavvyNik! I installed Pop! OS and I selected encrypted disk. Is there a way to partition the hard disk now? Pop OS is using 900 GB of my hard drive! Also how do is safely remove pop os to switch to other OS cause the disk is encrypted? Plea let me know thanks.
Hi there, you can use a live disk and something like gparted to delete all partitions on a particular disk. Encryption stops you from access info on a disk not managing the disk from a high level.
@@SavvyNik can you make a video on how to custom install Linux distros. It’s very confusing too because of boot, home, root, recovery, etc. and also encrypt the custom install partition. Thanks
ahhhh so linux is basically an interpreter xD for both Mr. H/W n Mr Userspace xDDDD gnu/linux = distribution = modified personalized operating system 2-3 hours of research summed up
Do you like how this video was presented?
i love it
Hey man, thank you for this. You helped me improve my understanding of how the kernal works!
The visual representation is also really good. I do prefer the drawings over static images. Good job!
Ni
"kernal is very large piece of software" in video but linux kernel is 6MB
NO fluff
Straight forward
thank you
I loved the way you presented this video. Very informative with no BS.
I appreciate that!
dude i just loved it man.. explanation can't get better than this.. awesome
The concept of a kernel can be difficult to grasp but this was a very good video thank you 👊🏻
No problem, glad you found it helpful
Learn a little bit of C and use some system calls functions and it will make sense.
It's the part of the popcorn that breaks your teeth
haha don't eat the kernels!!
🤣
@@SavvyNik Got it. Eat a colonel instead?
- Thx.
- Well presented: clear/concise/well paced.
- Wouldn't change a thing :)
- (and btw, i am a teacher by nature/profession.)
Always remember that linux is a kernel not an os, the kernel along with the GNU utils make a complete operating system.
:)
@@SavvyNik That smile is creepy :ohhyeah:
:ohmy:
But Linux can also referred to OS that using Linux kernel but not using GNU stuff like Android and Alpine Linux
The NT Kernel is considered a true hybrid kernel, The NT kernel for Windows combines elements of both approaches.
It operates primarily in kernel space, but it also employs user-mode server processes for certain tasks.
These server processes handle emulation subsystems (such as POSIX compatibility, OS/2 subsystem, and Win32 subsystem) that run in user mode.
Additionally, the NT kernel shares some design goals with the Mach microkernel, particularly the separation of OS personalities from the general kernel design.
Edit: Yes I do like how the video was presented.
Edit 2: I thought the Linux Kernel was called the GNU kernel, or is that no longer the case?
I love this video,.. it's just so easy to understand. Thank you so much
Thank you! Very understandable lesson
Video is great and simplified, I have (Intro to Linux and Intro to data communication classes) coming up in school can you recommend any more videos regarding those classes to help know what they're about? I'm new into IT and don't really have a basic background
Glad you enjoyed the video.
I suggest this one first bc it will help you get around the terminal.
Linux Terminal Commands for Absolute Beginners - Learn how to start using the Terminal!
ua-cam.com/video/h4jJjDNUpSs/v-deo.html
Then learning about a text editor like one of these two will help in the future
Vim - ua-cam.com/video/bVwgwaDmZp4/v-deo.html
Nano - ua-cam.com/video/Jf0ZJZJ8jlI/v-deo.html
Good luck with your Linux journey
Many thanks, it is hlepful and pretty tutorial 👏🏻
Glad you liked it :)
Thanks for this wonderful video. The analogy I think of after watching is that if you’re the president of the US “using” the Whitehouse, the kernel is your chief of staff.
Thanks for the presentation
I like your words, Magic man.
Awesome video thanks!
Perfect. Thanks
Well presented.
Great video !
Glad you enjoyed it
Thanks 👌
Very Good Kernel, I am also Kernel Data Recovery
For days I’ve been looking for a video that explains when I remove windows OS w Linux will the windows kernel be wiped to Linux. My search ends here. Thank you so much. 🎉
I’m a bit confused still. When I look up what an operating system is, they give the same definition of the kernel. Then why do we need an os? Should we just need a kernel? They say the kernel is the core of the os and can’t operate without being in the context of the os. I looked up the history and the marriage of GNU (being mentioned to having other components) and the Linux kernel gave us the GNU/Linux OS. what does the os do the kernel can’t, and what does the kernel do the os can’t and why do they need each other?
The OS contains a kernel so it can talk to hardware. But it comes with extra packages like a desktop environment, tools, software, etc.
my exact problem i been searching the whole day, if you finally got it and see this, please drop the explanation you needed at that time lmao
actually kernel is a core part of an OS , you can also operate a computer without an OS just by using kernel , OS give us the utility to visualize the concept of executing programs as it also comes with the other utilities like different software for normal users , a kernel include all of the drivers that you use to communicate with i/o devices but , as OS is the superset of kernel but its just contain different utilities for users to do tasks that will we be so hard by just using kernel .OS gives you GUI to perform all these task that you can also perform by kernel but there will be a hell of mess for you , and because of the restriction of GUI you cant perform many of the task that you can do by using kernel . that's why these two modes exist kernel and user mode .
Very good explanation
Thanks!
Thank you so much!
FreeBSD is an OS
BTW, do U use matrix??
No, I don't use matrix. Maybe it's something I need to check out.
What software are you using for drawing these pictures?
Gink
If you believe you learned what the kernel is from this video, consider that you have been given an abstract idea not a definition.
Hey SavvyNik! I installed Pop! OS and I selected encrypted disk. Is there a way to partition the hard disk now? Pop OS is using 900 GB of my hard drive! Also how do is safely remove pop os to switch to other OS cause the disk is encrypted? Plea let me know thanks.
Hi there, you can use a live disk and something like gparted to delete all partitions on a particular disk. Encryption stops you from access info on a disk not managing the disk from a high level.
@@SavvyNik can you make a video on how to custom install Linux distros. It’s very confusing too because of boot, home, root, recovery, etc. and also encrypt the custom install partition. Thanks
I think it might be worth watching one of my Arch linux installs because I go into how to setup the root and boot parts.
@@SavvyNik ok thanks
@@SavvyNik but what about the custom partition encryption
So...what is the relationship between drivers and kernels?
Kernels handle comms to IO devices...but so do drivers?
The drivers exist inside the kernel space
Linux and MacOS has the Unix kernel but windows has its own kernel
😁
And Android and chrome Os using Linux kernel
yup!
ahhhh so linux is basically an interpreter xD for both Mr. H/W n Mr Userspace xDDDD
gnu/linux = distribution = modified personalized operating system
2-3 hours of research summed up
Hngh... Kernel...
Frist
Woah that was quick >
huh...
i don't know what do you say can you talking but not your country my country please