To see all kernel extensions on a Mac, just enter this:
Warning: that list is going to be pretty long. You might want to instead pipe it to less:
More likely, you just want to see the kernel extensions that were not installed by Apple. Easy enough with grep:
The -v says, in essence, show me any line that does not have apple in it. On my machine, I get a much shorter list:
That’s about what I’d expect. This can be a useful way to debug your machine if weird things are happening. Not to mention, there’d better not be any kernel extensions unless I specifically installed them!