mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-13 21:31:30 +00:00
Including the stack pointer register in a clobber list has long since been deprecated by GCC (~9.0 and ~8.4), and according to my research, it appears the compiler ignores its presence in a clobber list regardless. Whether this is the correct thing to do here I do not know, but from my research, it seems to be, and it does silence the associated deprecation warning that, due to -Werror, causes builds to fail. See here: https://stackoverflow.com/questions/64928418/arm-cortex-m0-set-msp-c17-compiler-warning
EMILE (C) 2004-2013 Laurent Vivier All files are distributed under the terms of GPL license. See COPYING. This tool allows to generate a floppy bootable on early macintoshes (680x0 based macintoshes). In the booter, is embedded the kernel found in top directory under the name of "vmlinux". It has been generated previously in linux source tree with "make vmlinux". If a ramdisk (ramdisk.gz) is found, it is also added in the floppy image. This work is based on the penguin booter for mac68k, on linux kernel, and perhaps on the ppc booter BootX. Some problems can appear when there is no physical memory in the first bank. All mechanisms found in "penguin" have not been implemented in EMILE. You can ask me if one is missing for you :-P This work has only be tested on a MacIIci with 8 x 4 MB RAM, a Two-Page Display, and ethernet card sonic. Have fun Laurent Vivier <Laurent@Vivier.EU>
Description
Languages
C
92.3%
Makefile
4.2%
Assembly
3.5%