Symbos, windows like operating system for CPC6128

Κάτσε να βγει πρώτα. Αυτό το μήνα έλεγαν θα βγάλουν το πρωτότυπο, άρα για παραγγελίες δε θέλει κάνα 2 μήνες μετά; Πάντως προβλέπεται να γίνει χαμός.

EDIT: Τώρα που το ξανακοιτάζω, πιθανόν να χρειάζεται να έχεις την Symbiface II και να παίζει η ΙΙΙ ως daughter. Γεια δείτε εδώ. Δείχνει την ΙΙ με 4 βάσεις για να πατήσει, όπως φαίνεται λογικό, η ΙΙΙ από πάνω.
 
Μου θυμίζει setup των win98 πριν απ τους drivers της GPU.. lol

OS για Amstrad 8bit.. φοβερό.. άραγε αφήνει free memory και CPU όμως για gaming?
 
Φορτώνει όλο από τη μνήμη της Symbiface αφήνοντας ανέγγιχτα τα 128 του 6128.

EDIT: Μόλις με διαβεβαίωσαν ότι η Symbiface III είναι ένα addon για τη ΙΙ. Αρα η ΙΙ επιβάλλεται!!!!!
 
Anemos είπε:
Μου θυμίζει setup των win98 πριν απ τους drivers της GPU.. lolOS για Amstrad 8bit.. φοβερό.. άραγε αφήνει free memory και CPU όμως για gaming?
Καλή ερώτηση. Η κάρτα εκτός από τα 512ΚΒ (ROM) που είναι επανεγγράψιμα προσθέτει άλλα 512ΚΒ (RAM) στα ήδη υπάρχον 128ΚΒ του Amstrad CPC6128. Η μνήμη της κάρτας είναι επίσης πλήρως συμβατή με την 256ΚΒ μνήμη που είχε βγει από την DKʼTronics. Όπως καταλαβαίνεις το 8μπιτο παίρνει φωτιά! :eek:
 
rygar θα βγει αυτό τελικά η είναι μούφα?ο καμμένος amigas φυσάει και το γιαούρτι :diablotin:
 
Τελευταία επεξεργασία από έναν συντονιστή:
Δες την υπογραφή μου :diablotin:

Αναμένουμε την Symbiface III με μεγάλη ανυπομονησία :nervous:
 
Λες να περιμενω κι εγω?

εσυ τι config εχεις κανει?σκληρο φανταζομαι πως ναι
 
Ψες ελαβον το πιο κατω copy-pasted μήνυμα:

Sun Aug 5, 2012 2:23 pm (PDT) . Posted by:
"Prodatron" symbos_cpc

Already posted this on MRC, but here again...

Seems that I am back now on the Z80 after a break of nearly 5 years - terrible long time...

In May I started to work on a Amstrad CPC project again. One week ago I developed a little SymbOS application to become familiar with all this stuff. Luckily it seems, that I didn't forget too much... It's nothing special, just another "Conway's Game Of Life" implementation, and it should only demonstrate two things:

- the final version uses "multithreading" to show the multitasking behaviour of SymbOS: The field generator process will run at a low priority, so that other apps and the controls of the app itself won't be slowed down in any way

- I am coding for SymbOS again :-D

Here is a video, I guess I will release this little app in a few days:


Τόνισα τα σημεία που έχουν ενδιαφέρον :D
 
έρχονται εξελίξεις...

 
Τελευταία επεξεργασία από έναν συντονιστή:
Μπράβο...

...εξαιρετικός ο Prodatron!

Αυτόματη αναδίπλωση, αποκοπή, επικόλληση και επιλογή κειμένου, στον παλαίμαχο Amstrad με το φρεσκότατο SymbOS!

Ανυπομονούμε!
 
symbos-cpc-boot1.jpg

symbos-cpc-boot4.jpg

Changes:
  • New multiline textinput control: The most complex control of the desktop manager has the functionality of a small text editor and is an exact copy of modern textedit-boxes. It supports features like auto-word-wrapping, support of any proportional fonts and colours, unlimited line length, text marking, copy & paste etc.
  • Improved singleline textinput control: This control has been optimized a lot and is now based on the new code of the multiline control. Editing is faster and doesnʼt flicker anymore.
  • Interbank calls: The same application can now place code in multiple 64K banks and use the new interbank calls of the kernel to switch between the code areas in an easy and transparent way.
  • 64K cluster support: While the official specification of the FAT filesystem doesnʼt allow clusters with sizes larger 32KB, SymbOS is now also able to handle FAT16 and FAT32 partitions with 64K clusters.
  • Settings autosave: Changes of the system settings will now be autosaved on shut down or when closing the control panel. This is optional.
  • Preselected system path: The file dialogue will preselect the system path, if no drive and path is specified
  • Direct low level sector access: The file manager now provides direct access to its low level sector read and write functions for the applications.
  • Optimized memory allocation: When an application is loaded the system now tries different ways of memory allocation. This minimizes the wasting of fragmented memory areas and makes it possible still to load programs even if the memory is nearly full.
  • Improved SymShell: The textoutput in fullscreen mode is again 20% faster. The TYPE command has been debugged.
  • and last but not least: a new nice looking system font

New applications (you can get them on the download page):

  • Notepad: With the availability of the new multiline textinput control a Notepad clone is now reality in SymbOS as well. It provides nearly the whole functionality of its Windows counterpart including search and replace, different formatting options and multiple font selection.
  • Conways Game Of Life: This application was mainly developed to demonstrate the multi threading ability in the multitasking environment of SymbOS. It also contains a library with hundrets of objects and supports all combinations of alternative cell rules.
  • 4-In-A-Row: The first official released SymStudio application has been developed by Edoz. It is the well known game β4-in-a-rowβ, which is developed 100% in SymBasic and is now available for SymbOS.
  • Tetris 2014: Tetris is another example that developing SymBasic-based applications and games with SymStudio is truly possible and easy to do. This second more advanced game by Edoz brings this classic to SymbOS.

D/load page του SymbOS 2.1 >>>> http://www.symbos.de/download.htm

symbos-cpc-desktop1.jpg

symbos-cpc-desktop3.jpg
 
Τελευταία επεξεργασία από έναν συντονιστή:
Νόμιζα οτι είχε πεθάνει το symbos. Άπειρο respect στον Prodatron!

Είναι κρίμα όμως που δεν κάθεται σχεδόν κανένας να γράψει software γι΄αυτό το φανταστικό OS. Κι επίσης είναι πάρα πολύ παράξενο οτι ούτε η MSX scene ασχολείται μ' αυτό. Μια τόσο ενεργή σκηνή φανταζόμουνα οτι θα το είχε ξεσκίσει μέχρι τώρα...

(πρέπει να βρω τρόπο να φέρω τα cpc μου εδώ! Ή έστω να αγοράσω εδώ ενα και να φέρω μονάχα τα expansions απο Ελλάδα...)
 
Πίσω
Μπλουζα