This is my daily sandbox where I play with IMS, CICS, REXX, CLIST, ISPF, TSO/E, JCL, CA7, etc.
Like Linux, z/OS has a monolithic kernel. A monolithic kernel is a kernel architecture where the entire operating system is working in the kernel space and alone as supervisor mode. This makes for a fast, secure and efficient OS. There are three types of kernel architectures:
- Monolithic (eg. Linux and z/OS)
- Mircrokernel (eg. Windows XP, Vista and 7)
- Hybridkernel (eg. Mac OS X)
