Skip to content

Commit

Permalink
modularization: Linuxulator
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 5, 2023
1 parent a309df6 commit 23457e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
14 changes: 14 additions & 0 deletions scripts/Linuxulator/meta.py
Original file line number Diff line number Diff line change
@@ -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
'''
)
13 changes: 0 additions & 13 deletions scripts/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}),
Expand Down

0 comments on commit 23457e7

Please sign in to comment.