Slashdot Mirror


User: amrit

amrit's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Distinction between "Application" and "OS" on How do you Define "Operating System"? · · Score: 1

    OS is just a resource manager ... applications are just any programs u run deamons, shells, explorer, servers ... anything -- OS just distributes resources like CPU, memory, files etc.. between these applications ( processes is a more appropraite term ). X-server , IE5 etc. are all application they use the OS to access the hardware through system calls. most applications actually use a library interface or an API to call these system calls. the OS consists of just the kernal which has various modules -- for file mgmt, CPU scheduling, process mgmt etc... it is usually small -- linux :vmlinuz fits on a floppy so does the MSDOS OS. apm