save
This commit is contained in:
parent
54d4dfcb33
commit
605cfd38f9
8 changed files with 130 additions and 6 deletions
|
|
@ -37,6 +37,13 @@ module System
|
|||
puts os_name
|
||||
end
|
||||
|
||||
def self.qemu_paths
|
||||
{
|
||||
code_fd: qemu_code_fd_path,
|
||||
vars_fd: qemu_vars_fd_path
|
||||
}
|
||||
end
|
||||
|
||||
def self.arch_to_symbol(arch)
|
||||
normalize_architecture_string(arch)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue