Difference between revisions of "FAQ"

From KolibriOS wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
----
 
----
  
====How do I work with the SVN server of KolibriOS?====
+
====How do I work with KolibriOS's SVN server====
 
[[How_to_use_the_KolibriOS_Team_SVN_server|Fast start]]<br>
 
[[How_to_use_the_KolibriOS_Team_SVN_server|Fast start]]<br>
 
[[How_to_use_the_KolibriOS_Team_SVN_server/ru|Russian version of page]]
 
[[How_to_use_the_KolibriOS_Team_SVN_server/ru|Russian version of page]]
 
====What File Systems are supported?====
 
Read/Write: FAT16, FAT32, FAT12 (floppy only) <br>
 
Readonly: NTFS, iso9660 (CD/DVD), Ext2/Ext3/Ext4
 
  
 
====Is support for NTFS writing planned?====
 
====Is support for NTFS writing planned?====
Line 21: Line 17:
 
#Burn it.
 
#Burn it.
  
====My USB mouse doesnt work in kolibrios.====
+
====My USB mouse doesn't work.====
 
Kolibri itself does not support USB mice.<br>
 
Kolibri itself does not support USB mice.<br>
In most BIOSes there is an option to emulate the USB mouse as PS2, find it, and activate it.
+
In most BIOSes there is an option to emulate the USB mouse as PS2, find it, and activate it.<br>
 +
If that doesn't work, you can try CleverMouse's USB stack from the forums.
  
 
====How can I boot KolibriOS from... ====
 
====How can I boot KolibriOS from... ====

Revision as of 19:32, 18 March 2013

Frequently Asked Questions


How do I work with KolibriOS's SVN server

Fast start
Russian version of page

Is support for NTFS writing planned?

Not at the moment.

How do I create a bootable CD from the floppy image?

  1. In nero, create a new BOOTABLE cd.
  2. In the BOOT options tab, select 'floppy emulation' and select 'image'.
  3. Set the path of the floppy image.
  4. Create the project, you may also add other data to the disk. (games as doom, quake,..)
  5. Burn it.

My USB mouse doesn't work.

Kolibri itself does not support USB mice.
In most BIOSes there is an option to emulate the USB mouse as PS2, find it, and activate it.
If that doesn't work, you can try CleverMouse's USB stack from the forums.

How can I boot KolibriOS from...

  1. DualBoot Kolibrios with Windows NT/2K/XP
  2. Booting from GRUB
  3. Booting from USB flash
  4. Booting from PXE

What hardware is supported?

Supported Hardware

Where is all the documentation?

You can find the latest API documention in /kernel/docs/ in the SVN repository (WebSVN)

See also

  1. HowTo