diff --git a/2018/slides/slides-vreviere.pdf b/2018/slides/slides-vreviere.pdf new file mode 100644 index 0000000..5730fae Binary files /dev/null and b/2018/slides/slides-vreviere.pdf differ diff --git a/2018/speakers-and-talks.html b/2018/speakers-and-talks.html index b2c63e1..280cdee 100644 --- a/2018/speakers-and-talks.html +++ b/2018/speakers-and-talks.html @@ -661,6 +661,7 @@
Vincent Rivière
Atari ST Free Operating Systems
+
The Atari ST was released in 1985, with a simple but efficient operating system: TOS. Later, a multitasking kernel named MiNT was adopted by Atari, and finally released as Free Software under the name FreeMiNT. GCC was ported to FreeMiNT and allowed to compile many other GNU software for the Atari platform. Emulators appeared in the '90s. As Atari TOS is still non-Free, independent developers created EmuTOS: a Free TOS clone based on open-sourced components. GCC was later upgraded to newer versions, and ready-to-use binaries of the cross-compiler were made available for Ubuntu, Cygwin, and more. This brought a new impulse to the platform. EmuTOS and FreeMiNT are still actively developed nowadays. They have been improved over the ages, and extended to support special features of emulators as well as extra hardware. They even support non-Atari hardware, such as Amiga and ColdFire processor. Moreover, development environment has been modernized to use GitHub facilities and Travis CI for automatic builds. This is a good example to see how modern tools can advantageously be used for development on old platforms.