I want to develop a simple operating system. One that asks user to login by entering username and password. Once logged in the user sees their desktop and can create some text files.
I don't have any prior experience of OS development. I know C and C++ and Java.
I don't know where to start. I want to use the Linux kernel, but I don't know how to use it, modify it and use it as per my requirements.
How can I do this?