Subversion Repositories Kolibri OS

Rev

Rev 3415 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3415 Rev 6440
Line 1... Line 1...
1
Minimal system requirements for Kolibri 0.7.x.0:
1
Minimal system requirements for KolibriOS:
2
* CPU: Pentium, AMD 5x86 or Cyrix 5x86 without MMX with frequency 100 MHz
2
* CPU: Pentium, AMD 5x86 or Cyrix 5x86 without MMX with frequency 100 MHz
3
* RAM: 8 Mb
3
* RAM: 8 Mb
4
* Videocard: supporting VGA (640*480*16 mode) or Vesa
4
* Videocard: supporting VGA (640*480*16 mode) or Vesa
5
* Keyboard: AT
5
* Keyboard: AT
6
* Mouse: COM or PS/2
6
* Mouse: COM, PS/2 or USB
Line 7... Line 7...
7
 
7
 
8
The system can boot from any of following devices:
8
The system can boot from any of following devices:
9
- Floppy 3.5
9
- Floppy 3.5
10
- IDE HDD LBA
10
- IDE HDD LBA
Line 44... Line 44...
44
   works with DOS/Win95/98, supports FAT32, it is placed with the instruction
44
   works with DOS/Win95/98, supports FAT32, it is placed with the instruction
45
   to the folder HD_load\MeOSLoad.
45
   to the folder HD_load\MeOSLoad.
46
3) Moreover, there exist a program which allow load Kolibri directly from
46
3) Moreover, there exist a program which allow load Kolibri directly from
47
   Windows 95/98/Me (of course, unloading it) - 9x2klbr (author - Diamond),
47
   Windows 95/98/Me (of course, unloading it) - 9x2klbr (author - Diamond),
48
   supports FAT32 and NTFS.
48
   supports FAT32 and NTFS.
49
4) Usage of the loader GRUB. The way of using file 'memdisk' to load Kolibri
49
4) Usage of the loader GRUB. Place the file 'memdisk' to the folder 'boot'
50
   has been described by derPENGUIN on english forum
50
   or to the partition used for Kolibri.
51
   (http://meos32.7.forumer.com/viewtopic.php?t=110).
-
 
52
   The suggested method (described by Alver) is based on that description
51
   a) For GRUB2, in the folder /etc/grub.d add to one of files next lines:
-
 
52
 
53
   and was checked on grub-0.97-19mdv2007.0.
53
menuentry 'KolibriOS' {
54
   1. Kolibri can write only on FAT filesystem, so if image file is placed not
54
      linux16 (hd[Hard disk number],[partition number])[path]/memdisk
55
      to FAT volume, the system can not save settings. Therefore if you have
55
      initrd16 (hd[Hard disk number],[partition number])[path]/kolibri.img
-
 
56
      }
-
 
57
 
56
      FAT32 partition, place 'kolibri.img' there.
58
      example:
-
 
59
 
57
   2. This method requires the file 'memdisk' from the package 'syslinux'
60
menuentry 'KolibriOS' {
58
      (http://syslinux.zytor.com). You may install the whole package or only
-
 
59
      extract the mentioned file. Only the file 'memdisk' is needed. (After
61
      linux16 (hd0,msdos1)/boot/memdisk
60
      package install it will be in '/usr/lib/syslinux').
62
      initrd16 (hd0,msdos1)/boot/kolibri.img
61
   3. Place the file 'memdisk' to the folder 'boot' or to the partition used
-
 
62
      for Kolibri.
63
      }
-
 
64
 
-
 
65
      then, run in terminal 'sudo update-grub'.
-
 
66
 
63
   4. Add to the configuration file 'menu.lst' ('grub.conf') lines as follow:
67
   b) For old GRUB, add to the configuration file 'menu.lst' next lines:
Line 64... Line 68...
64
 
68
 
65
      title KolibriOS
69
      title KolibriOS
66
      kernel (hd[Hard disk number],[partition number])[path]/memdisk
70
      kernel (hd[Hard disk number],[partition number])[path]/memdisk
Line 67... Line 71...
67
      initrd (hd[Hard disk number],[partition number])[path]/kolibri.img
71
      initrd (hd[Hard disk number],[partition number])[path]/kolibri.img
68
 
72
 
69
      (Remember that numeration of partitions in GRUB starts from 0.)
73
      Remember that numeration in GRUB starts from 0. Example:
70
      Example:
74
 
71
      title KolibriOS
75
      title KolibriOS
Line 72... Line -...
72
      kernel (hd0,0)/boot/memdisk
-
 
73
      initrd (hd0,3)/kolibri/kolibri.img
-
 
74
 
-
 
75
      The initial variant was:
-
 
76
 
-
 
77
      label KolibriOS
-
 
78
      root (hd[Hard disk number],[partition number])
-
 
79
      kernel [path]/memdisk
-
 
80
      initrd [path]/kolibri.img
-
 
81
 
-
 
82
      Here 'memdisk' and 'kolibri.img' must be placed on the same partition.
-
 
83
 
-
 
84
      Example:
-
 
85
      label KolibriOS
-
 
86
      root (hd0,0)
-
 
87
      kernel /boot/memdisk
-
 
88
      initrd /boot/kolibri.img
-
 
89
      This example is the variant described on english forum, with install to
-
 
90
      Linux boot partition (of course, without FAT partition).
-
 
91
 
-
 
92
5) The previous method could not work as is in GRUB2 (tested by Apocalypse_dn),
-
 
93
   the commands "linux16" and "initrd16" should be used instead of "kernel"
76
      kernel (hd0,0)/boot/memdisk
94
   and "initrd" (suggested by vkos).
77
      initrd (hd0,3)/kolibri/kolibri.img
95
 
78
 
96
III. Install to USB-Flash-drive.
79
III. Install to USB-Flash-drive.
97
The special loader for FAT32-volumes has been written, it and its installer
80
The special loader for FAT32-volumes has been written, it and its installer