Subversion Repositories Kolibri OS

Rev

Rev 8150 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ; Screen resolution
  2. resolution=1024x768
  3.  
  4. ; Duplicate debug output to the screen
  5. debug_print=0
  6.  
  7. ; Start LAUNCHER app after kernel is loaded
  8. launcher_start=1
  9.  
  10. ; Configure MTRR's
  11. mtrr=1
  12.  
  13. ; 3: use ramdisk loaded from kolibri.img
  14. ; 5: don't use ramdisk
  15. imgfrom=3
  16.  
  17. ; Path to /sys directory
  18. syspath=/rd/1
  19.