diff --git a/scripts/Linuxulator/meta.py b/scripts/Linuxulator/meta.py new file mode 100644 index 0000000..ed7c86a --- /dev/null +++ b/scripts/Linuxulator/meta.py @@ -0,0 +1,14 @@ +from data import * + +Transor("Linuxulator", set( + HG(isa.name, + Metaface({(isa, Up.USR)}, {Kernel.BSD}), + Metaface({(isa, Up.USR)}, {Kernel.LINUX}), + ) + for isa in Isa_FreeBSDs), + Date(2006), Date.today(), + desc=''' + Mail from wine-devel: 2004-August.txt: 26171: `kernel compatibility layer` + 2006: Linux emulation in FreeBSD + ''' +) diff --git a/scripts/data.py b/scripts/data.py index dae8da3..97cd52d 100644 --- a/scripts/data.py +++ b/scripts/data.py @@ -178,19 +178,6 @@ if os.path.isfile(filepath): exec("from %s.meta import *" % dir) -Transor("Linuxulator", set( - HG(isa.name, - Metaface({(isa, Up.USR)}, {Kernel.BSD}), - Metaface({(isa, Up.USR)}, {Kernel.LINUX}), - ) - for isa in Isa_FreeBSDs), - Date(2006), Date.today(), - desc=''' - Mail from wine-devel: 2004-August.txt: 26171: `kernel compatibility layer` - 2006: Linux emulation in FreeBSD - ''' -) - Transor("Rosetta", { HG("", Metaface({(Isa.X86, Up.USR)}, {Kernel.MACOS}, {Syslib.DEFAULT}, {Lib.ANY}),