diff options
Diffstat (limited to 'resources')
6 files changed, 15 insertions, 0 deletions
diff --git a/resources/layouts/generic/cantiga-16mb.layout b/resources/layouts/generic/cantiga-16mb.layout new file mode 100644 index 00000000..b2a97f46 --- /dev/null +++ b/resources/layouts/generic/cantiga-16mb.layout @@ -0,0 +1,4 @@ +0x00000000:0x00000fff descriptor +0x00001000:0x00002fff gbe +0x00003000:0x00ffffff bios + diff --git a/resources/layouts/generic/cantiga-4mb.layout b/resources/layouts/generic/cantiga-4mb.layout new file mode 100644 index 00000000..5cf63ae6 --- /dev/null +++ b/resources/layouts/generic/cantiga-4mb.layout @@ -0,0 +1,4 @@ +0x00000000:0x00000fff descriptor +0x00001000:0x00002fff gbe +0x00003000:0x003fffff bios + diff --git a/resources/layouts/generic/cantiga-8mb.layout b/resources/layouts/generic/cantiga-8mb.layout new file mode 100644 index 00000000..4f1eeb7c --- /dev/null +++ b/resources/layouts/generic/cantiga-8mb.layout @@ -0,0 +1,4 @@ +0x00000000:0x00000fff descriptor +0x00001000:0x00002fff gbe +0x00003000:0x007fffff bios + diff --git a/resources/layouts/lenovo/x200/x200-libre-16mb.layout b/resources/layouts/lenovo/x200/x200-libre-16mb.layout new file mode 120000 index 00000000..7b0bff1f --- /dev/null +++ b/resources/layouts/lenovo/x200/x200-libre-16mb.layout @@ -0,0 +1 @@ +../../generic/cantiga-16mb.layout
\ No newline at end of file diff --git a/resources/layouts/lenovo/x200/x200-libre-4mb.layout b/resources/layouts/lenovo/x200/x200-libre-4mb.layout new file mode 120000 index 00000000..1e228317 --- /dev/null +++ b/resources/layouts/lenovo/x200/x200-libre-4mb.layout @@ -0,0 +1 @@ +../../generic/cantiga-4mb.layout
\ No newline at end of file diff --git a/resources/layouts/lenovo/x200/x200-libre-8mb.layout b/resources/layouts/lenovo/x200/x200-libre-8mb.layout new file mode 120000 index 00000000..db11b357 --- /dev/null +++ b/resources/layouts/lenovo/x200/x200-libre-8mb.layout @@ -0,0 +1 @@ +../../generic/cantiga-8mb.layout
\ No newline at end of file |