Karoshi MSX Community

MSX Actualidad => General => Mensaje iniciado por: xenon en 28 de Diciembre de 2006, 11:59:48 pm



Título: Symbos 1.1 ... ¡disponible!
Publicado por: xenon en 28 de Diciembre de 2006, 11:59:48 pm
Prodatron ha sacado la versión "oficial" de Symbos 1.1 para CPC y MSX. Pongo la noticia tal cual la he leido en MRC:

Citar
Source: Manuel Bilderbeek

A new version of the multi-tasking OS for MSX and Amstrad CPC, SymbOS has just been released. Changes in this version are (taken from the SymbOS website):

- "AUTOEXEC" feature: You can now specify a batch (*.BAT), an EXE or any other file (Control Panel -> System), which will be executed automatically during the booting process. The auto-start of any group of applications is possible now
- Single Side support for FAT12 discs
- Increased sector cache size: The sector cache size has been extended from 2KB to 3KB. This speeds up a lot the process of loading small fragments of files
- Clipboard API: The data transfer to/from the GUI's internal clipboard ("copy/paste") can now also be handled directly by the applications
- Bug fix - no more double redraws inside the GUI: If you freeze the desktop by opening a menu, moving a window for a while or what else, while an application is doing a lot of redraws, the system will not hang anymore because of to much double-redraws. Any redraw will only be done once, after the user finished his current activity
- Bug fix - file renaming: It was limited to 10 chars in the last version, now it's fixed again
- High resolution and 16 colour support: SymbOS supports nearly all high resolution bitmap modes of the MSX2 computers: Screen 5 (256x212, 16 colours), Screen 6 (512x212, 4 colours) and Screen 7 (512x212, 16 colours)
- Mouse and RTC support
- Mass storage driver system: As there are a lot of different floppy disc controller and mass storage devices like IDE and SCSI available for the MSX, SymbOS can load dynamic drivers for all these devices. In this way it's able to support everything in the future
- 100% compatibility: Beeing the first "non CPC" port of SymbOS, the MSX version proves, that SymbOS provides a completely platform independant environment for its applications. The goal is, that all binaries (*.EXE) can be executed DIRECTLY on ALL platforms without modifications. This goal has been reached with the MSX version!
- The archive now includes the new Pac Man for SymbOS game and a new Calculator. On the SymbOS website you can find more information about this OS, SymbOS applications and their source code.

Specific details on the MSX version, feedback and development support can all be obtained and delivered in the SymbOS discussion on our forum.


Sin duda, una gran noticia de lo que se ha hecho en menos de un año y para mí en tema de sistemas operativos, la gran revolución en el mundo MSXero.  :D

Un saludo,

Salva


Título: Re: Symbos 1.1 ... ¡disponible!
Publicado por: KNM en 29 de Diciembre de 2006, 12:43:21 pm
¡IMPRESIONANTE!Una manera cojonuda de terminar el año y para empezarlo con muy buen pie  ;)

KNM
que flipe!


Título: Re: Symbos 1.1 ... ¡disponible!
Publicado por: Valkyr en 06 de Enero de 2007, 10:58:34 pm
A ver si alguien puede explicarme en plan facilito como hacer que funcione.
Siempre he usado el multimente que es muy fácil de instalar, lo tengo copiado en la particion a: y luego simplemente ejecuto mm.com
Pero con el symbos este no me entero :-[


Título: Re: Symbos 1.1 ... ¡disponible!
Publicado por: Valkyr en 08 de Enero de 2007, 07:32:06 am
subo el tema


Título: Re: Symbos 1.1 ... ¡disponible!
Publicado por: xenon en 08 de Enero de 2007, 09:23:14 pm
A ver si alguien puede explicarme en plan facilito como hacer que funcione.
Siempre he usado el multimente que es muy fácil de instalar, lo tengo copiado en la particion a: y luego simplemente ejecuto mm.com
Pero con el symbos este no me entero :-[

Hoy he leido tu correo. Mañana, con un poquito más de tiempo, te echo un cable :D

Saludos,

Salva


Título: Re: Symbos 1.1 ... ¡disponible!
Publicado por: Valkyr en 08 de Enero de 2007, 10:51:46 pm
Muchas gracias Salva  :D :D


Título: Re: Symbos 1.1 ... ¡disponible!
Publicado por: xenon en 09 de Enero de 2007, 09:23:54 pm
Aunque no se porque collons no va en mi MSX, cuando todas las anteriores versiones han ido, en el README vienen las opciones pertinentes a que drivers e interfaces deben cargarse, es decir, despues de la orden SYMBOS hay que añadir las opciones pertinentes.

Sacado literalmente del README:

Citar
SymbOS can be started from MSX-DOS 1 or MSX-DOS 2:

SYMBOS [options] [d0[x[y]] device1.drv] [d1[x[y]] device2.drv]

Options:

f#[slot[subslot]]
    loads default driver for floppy disc (FDC) of type #. Slot and subslot
    number can be specified.
    - Types: 0=nothing, 1=Philips, 2=National, 3=SVI, 4=Microsol, 5=Panasonic
    - Example: SYMBOS F1 -> loads Philips (WD2793) driver.
    ATTENTION: Drivers 2-5 are not included yet! If your FDC is not supported,
               you always have to start SymbOS with the "F0" option, otherwise
               the system will crash!

m#[slot[subslot]]
    loads default driver for mass storage device of type #.
    - Types: 0=nothing, 6=Sunrise IDE, 7=Novaxis SCSI, 8=MegaSCSI
    - Example: SYMBOS M61 -> loads Sunrise IDE driver for slot 1.
    ATTENTION: Drivers 7,8 are not included yet!

d#[slot[subslot]] device.drv
    loads a user defined driver for FDC (0) or mass storage device (1) instead
    of a default one. You have to specify the driver's filename.

p#
    choose partition # as "C"/boot drive. If you have a mass storage device
    like the Sunrise IDE you may need this option. Please note, that some MSX
    FDISK software name partitions not in the logical order. The first MSX
    partition may be the logical partition 4, the second may be 3 etc. Because
    of this SymbOS uses partition 4 (usually drive "A" in MSX-DOS) as the
    default drive "C" (boot) partition, if no other partition is specified.

EXAMPLE: symbos f131 d11 sunrise.drv p4
    -> loads Philips (WD2793) driver for Slot 3/1 and Sunrise IDE driver for
       Slot 1. Partition 4 will be setup as drive C, and SymbOS will
       search on this partition for the configuration file ("SYMBOS.INI").

Espero que os funcione. A mí, por NO ME DIGAS QUE RAZÓN no me funciona :( y eso que he usado todas las versiones de Symbos excepto la primerísima que no soportaba disquete y eso que tengo la configuración estandar de Symbos: disquetera de Philips y 512 KB externos en el primer slot.

Un saludo,

Salva