Quote
Source
- "Manages computer hardware resources"
- This is part of the OS built into CraftOS. The functions and APIs built into the BIOS allow code being executed to control different peripherals, as well as output signals. We have modems, disk drives, peripheral cables, and even other computers as being hardware that the OS can control and access.
- "The operating system is a vital component of the system software in a computer system"
- Without the CraftOS, you would have to interface directly with the core code of the system which is the BIOS. Definitely possible through creatign new programs to replace everything, but not preferrable. You could liken this to removing the operating system on your computer, and accessing the hardware directly through the BIOS of your computer.
- "Application programs usually require an operating system to function"
- Again, without CraftOS, you would have a very difficult time doing anything. You would have to write your own directories, your own input system, and your own output system to determine what is happening after you execute code.












