![]() |
yadro
vsem respect!mo)I(ete vbIlo)I(it' svoe yadro,o4en' interesno glyanyt'.
v ka4estve primera. p.s. xo4y kompilit',no vdryg ny)I(nbIe opcii ydaly! p.s.(2) Igor_I spasibo!DHCP>yes, i vse,inet sam vstal:) p.s.(3) freebsd - kyL!!! |
|
ruslandh
ne ponyal.4e za ssbIlka?:) |
LAMER77
Ваши сообщения трудно читать. |
ruslandh
читай между строк. в ОС FreeBSD ещё не научился менять клаву на русский,поэтому пишу как могу,хотя мне так больше нравится.сейчас просто в маздае сижу. повторяю вопрос: кто может показать ядро? p.s. типа для примера,я знаю теорию и практику редактирования и компиляции. просто интересно глянуть какое оно у продвинутых юзеров. p.s.(2) не надо давать супер ответов типа читай handbook или иди на google. P.S.(3) буду рад увидеть каракули Igor_I!!! ****************** ****Onli FreeBSD**** ****************** |
1# cd /usr/src/sys/i386/conf
1# ls .cvsignore GENERIC Makefile PAE XBOX DEFAULTS GENERIC.hints NOTES SMP 1# kogda yadro redaktish znak --- # vbIKLy4aet ety options? <offtop> help! gluk v sisteme --- krbICA visnet o4en'>> O4EN'<< 4asto kak v KDE tak i v console!!! pomogaet tol'ko takie deistviya: #sysinstall>Configure>Mouse>Enable potom ona o)I(ivaet CYKA,no ne nadolgo!!! a ran'LLIe delal : #shutdown -r now p.s. mozet zelezo slaboe p2 celeron 700mgz 512sdram??? ************************** cvsup ************************** 1# cd /usr/share/examples/cvsup 1# ls -l total 36 -r--r--r-- 1 root wheel 1180 Jan 12 10:40 README -r--r--r-- 1 root wheel 5274 Jan 12 10:40 cvs-supfile -r--r--r-- 1 root wheel 2773 Jan 12 10:40 doc-supfile -r--r--r-- 1 root wheel 2427 Jan 12 10:40 gnats-supfile -r--r--r-- 1 root wheel 3903 Jan 12 10:40 ports-supfile -r--r--r-- 1 root wheel 349 Jan 12 10:40 refuse -r--r--r-- 1 root wheel 1918 Jan 12 10:40 refuse.README -r--r--r-- 1 root wheel 4013 Jan 12 10:40 stable-supfile -r--r--r-- 1 root wheel 3174 Jan 12 10:40 standard-supfile -r--r--r-- 1 root wheel 2498 Jan 12 10:40 www-supfile 1# cvsup -g -L 2 cvs-supfile Parsing supfile "cvs-supfile" Nonexistent prefix "/home/ncvs" for src-all/cvs Nonexistent prefix "/home/ncvs" for ports-all/cvs Nonexistent prefix "/home/ncvs" for doc-all/cvs Nonexistent prefix "/home/ncvs" for www/cvs Nonexistent prefix "/home/ncvs" for cvsroot-all/cvs No collections selected 1# ************************************** dal'LLIe zapytalsya & ne ponyal 4to redaktit' nado??? |
LAMER77
И много людей поймёт ваш вопль о помощи - зачем русская клава на форуме по вашему ? Цитата:
|
ruslandh
мышка-OHA )I(E KPbICA!!! understend,my dear friend? |
# vbIKLy4aet ety options?
В текстовом конфиге # обычно это комментарий. или отключённая строка. Еще через # также обозначают командную строку root в shell - т.е.дать от root : cd /usr/src/sys/i386/conf ls и т.д. Если-бы был Linux - я-бы спросил - а что в dmesg, а так спрошу - что в логах. |
Что нужно, трудно понять...
вообще ядро сделть просто (знаки '#' системный шелл - root) # cp /sys/i386/conf/GENERIC /sys/i386/conf/MYSUPKERN # vi /sys/i386/conf/MYSUPKERN здесь дополняешь чем не хватает, выносишь (комментируя знаком '#' ненужные девайсы), ident ставь MYSUPKERN (не значительно, но пригодится) далее два варианта собрать 1: # cd /usr/src #make buildkernel KERNCONF=MYSUPKERN ... #make installkernel KERNCONF=MYSUPKERN .. #reboot 2: #cd /sys/i386/conf #config MYSUPKERN #cd ../compile (если версия ниже 5 - cd ../../compile) #cd MYSUPKERN #make depend #make #make install |
ok!:)
p.s. lames 1# uname -a FreeBSD 1 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 1# 2 variant otpadaet. |
machine i386
cpu I686_CPU ident MY # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension s options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. device eisa device pci # ATA and ATAPI devices device ata device atadisk # ATA disk drives #device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc device agp # support several AGP chipsets # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device ural # Ralink Technology RT2500USB wireless NICs device urio # Diamond Rio 500 MP3 player device uscanner # Scanners ********************************************** yadro ne sobralos'! gde grablya!? pomo)I(ite lamery))))))) |
Цитата:
На самом деле в последних строках пишется на чем запнулась сборка ядра. Да впрочем чего угодно. |
Igor_I
sobral!vot ono: ******************************** machine i386 cpu I686_CPU ident Q makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thre ad preemption options INET # InterNETworking options INET6 # IPv6 communication s protocols options FFS # Berkeley Fast File system options SOFTUPDATES # Enable FFS soft up dates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performanc e on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, r equires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesyste m options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tab les. options COMPAT_43 # Compatible with BS D 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with Fr eeBSD4 options COMPAT_FREEBSD5 # Compatible with Fr eeBSD5 options SCSI_DELAY=5000 # Delay (in ms) befo re probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semapho res options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV ent ry in /dev options ADAPTIVE_GIANT # Giant mutex is ada ptive. device apic # I/O APIC device eisa device pci device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen s aver support device sc device agp # support several AGP chipse ts device sio # 8250, 16[45]50 based seria l ports device ppc device ppbus # Parallel port bus (require d) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface de vice device miibus # MII bus support device re # RealTek 8139C+/8169/8169S/ 8110S device rl # RealTek 8129/8139 device loop # Network loopback device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (tra nslation) device bpf # Berkeley packet filter device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface machine i386 cpu I686_CPU ident Q machine i386 cpu I686_CPU ident Q makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thre machine i386 cpu I686_CPU ident Q makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thre ad preemption options INET # InterNETworking options INET6 # IPv6 communication s protocols options FFS # Berkeley Fast File system options SOFTUPDATES # Enable FFS soft up dates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performanc e on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, r equires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesyste m options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tab les. options COMPAT_43 # Compatible with BS D 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with Fr eeBSD4 options COMPAT_FREEBSD5 # Compatible with Fr eeBSD5 options SCSI_DELAY=5000 # Delay (in ms) befo re probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semapho res options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV ent ry in /dev options ADAPTIVE_GIANT # Giant mutex is ada ptive. device apic # I/O APIC device eisa device pci device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver sup device sc device agp # support several AGP chipsets device sio # 8250, 16[45]50 based serial ports device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device device miibus # MII bus support device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device loop # Network loopback device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device ppi # Parallel port interface device device miibus # MII bus support device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device loop # Network loopback device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation ) device bpf # Berkeley packet filter device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbu s and da device ums # Mouse device ural # Ralink Technology RT2500USB wirele ss NICs device urio # Diamond Rio 500 MP3 player device uscanner # Scanners device da device pass device scbus ****************************************** ocenite gospoda!eto moe pervoe yadro,mo)I(et bydyt predlo)I(eniya))))))))))))) p.s. FreeBSD kyl))))))))))) |
lames
Одно замечание, если это FreeBSD 6x, то не мешало бы, перед make depend сделать make cleandepend. LAMER77 В /usr/src/sys/conf и в /usr/src/sys/<arc>/conf есть файлики, которые называются NOTES - в них есть описание всех устройств/опций, которые поддерживаются ядром для всех архитектур вообще (/usr/src/sys/conf/NOTES) и для конкретной архитектуры в частности (/usr/src/sys/<arch>/conf/NOTES). Ессно, вместо <arch> подставляем свою - i386, amd64 и т.п. И в след раз - ставьте тег code хотя бы, а то конфиги сложно читать в таком виде. Мдя, до совершенства далеко... Но для первого раза - пойдёт. Оч не рекомендую два раза опции указывать. Конфигуратор-то схавает, однако потом, при отключении какой-либо из них, можно забыть, что она два раза указывается... И, всё-таки, рекомендую конфигурацию стряпать хоть как-то упорядоченно: шины - к шинам, сетевухи - к сетевухам. |
Barracuda
pro NOTES sL bI shali) 1# uname -a FreeBSD 1 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Apr 9 19:39:09 MSD 2007 1@1:/usr/obj/usr/src/sys/W i386 1# sobiral novbIm sposobom: #cd /usr/src #make buildkernel KERNCONF=W #make installkernel KERNCONF=W ================================= proces dlilsya okolo 40min. P.s. kak port ydalit'? tak?--------- #cd /usr/ports/net-im/sim-im #make deinstall ------------------------- pravil'no?) |
Общий Notes - http://www.freebsd.org/cgi/cvsweb.cg...TES?rev=1.1421
Notes для i386 - http://www.freebsd.org/cgi/cvsweb.cg...TES?rev=1.1239 А еще лучше взять Generic ядро и заккоментировать ненужное. Цитата:
|
Igor_I
) help!) v fail --------- /etc/rc.conf nado dobavit' stroky--- inetd_enable="YES" ???????????????? ---------vot on--------- > cat /etc/rc.conf # -- sysinstall generated deltas -- # Fri Apr 6 23:42:59 2007 # Created: Fri Apr 6 23:42:59 2007 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. font8x14="cp866-8x14" font8x16="cp866b-8x16" font8x8="cp866-8x8" keymap="ru.koi8-r" linux_enable="YES" scrnmap="koi8-r2cp866" usbd_enable="YES" ifconfig_rl0="DHCP" ipv6_enable="YES" hostname="1" > nado eshe ego redaktit'??? p.s. dlya 4ABO nado SAMBA) & Firewall) ???????????????????? |
|
всем привет!имею следующую проблему,собрал ядро новым способом,и на винте прибавилось около 300 метров!!!откуда,?
код: > df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad1s1a 496M 78M 378M 17% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad1s1e 496M 236K 456M 0% /tmp /dev/ad1s1f 5.9G 3.0G 2.4G 55% /usr /dev/ad1s1d 1.4G 38M 1.3G 3% /var > до сборки было 50% или 2,7гб сейчас 3гб снес ссь настроенную из за этой грабли.на винте место кочилось из за компиляции ядрра при каждой компидляции по 300метров жрала что это может быть?или просто сидеть на женерик? вотт ядро code: av122512# more /sys/i386/conf/q #1 yadro 20 aprelya))1 no4i # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.13 2006/10/09 18:41:36 simon Exp $ machine i386 cpu I686_CPU ident q # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. device pci # Floppy drives # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers # SCSI peripherals # RAID controllers interfaced to the SCSI subsystem # RAID controllers # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device rl # RealTek 8129/8139 # ISA Ethernet NICs. pccard NICs included. device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' # Wireless NIC cards #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices # USB Ethernet, requires miibus # FireWire support av122512# more /sys/i386/conf/ ядро |
а ещё подскажите какие шрифты качать с портов для инета ,а то ось поставил а шрифт маленький очень и уродливый ,даже глазам больно читать.качал вебфонтс и ТТФ шрифты,но от них тоже не в восторге честно говоря.
|
люди хэлп!!!как аську поднять????????????????????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????????????????????????? ????????????????попоставил на закачку с портов ышь-им но опа с багами нет звука в ей
Пожалуй, за нарушение пункта 3 часть 11 "Общих правил" конференции еще обин бан. Теперь вечный. Нечего инфернальностью позорить имя FreeBSD. |
чё ,так и будем молчать............???( шрифты с маздая сткопоровал.так что большое спаибо за шрифты
И новой инкарнации этого гражданина, но под другим ником, за тоже правонарушение так же бан. |
Время: 17:40. |
Время: 17:40.
© OSzone.net 2001-