diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-24 18:42:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-24 18:43:09 +0100 |
| commit | 27e0af3ecfe0be226f88837634111299121e5ddb (patch) | |
| tree | c6db44321fa7af03acd040772f9220c1827ceb25 /Private/LinkerScripts | |
| parent | a481180f3bcb979fecdced3851506bf572327fcf (diff) | |
Drivers and Rsrc: Adding PS/2 support, add DrawResource macro.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/LinkerScripts')
| -rw-r--r-- | Private/LinkerScripts/16x0.json | 6 | ||||
| -rw-r--r-- | Private/LinkerScripts/32x0.json | 6 | ||||
| -rw-r--r-- | Private/LinkerScripts/64x0.json | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/Private/LinkerScripts/16x0.json b/Private/LinkerScripts/16x0.json new file mode 100644 index 00000000..f41c0fc7 --- /dev/null +++ b/Private/LinkerScripts/16x0.json @@ -0,0 +1,6 @@ +{ + "executable_type": "kernel", + "output_name": "HCoreKrnl.efi", + "start_proc": "Main", + "format": "PEF" +} diff --git a/Private/LinkerScripts/32x0.json b/Private/LinkerScripts/32x0.json new file mode 100644 index 00000000..f41c0fc7 --- /dev/null +++ b/Private/LinkerScripts/32x0.json @@ -0,0 +1,6 @@ +{ + "executable_type": "kernel", + "output_name": "HCoreKrnl.efi", + "start_proc": "Main", + "format": "PEF" +} diff --git a/Private/LinkerScripts/64x0.json b/Private/LinkerScripts/64x0.json new file mode 100644 index 00000000..f41c0fc7 --- /dev/null +++ b/Private/LinkerScripts/64x0.json @@ -0,0 +1,6 @@ +{ + "executable_type": "kernel", + "output_name": "HCoreKrnl.efi", + "start_proc": "Main", + "format": "PEF" +} |
