You already have Osclass installed in your root folder? If so, you just need to move all Osclass files and folders to a new /osclass folder.
Then edit config.php in /osclass, locate line starting with:
define('REL_WEB_URL'...
Change it to point to the new osclass folder:
define('REL_WEB_URL', '/osclass/');
And below:
define('WEB_PATH', 'http://your.domain.com/osclass/');
Of course replace this "your.domain.com" with your real domain.
Regards