diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-05 06:27:18 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-05 06:30:10 +0200 |
| commit | 9b7a2a6461a463b08a120c660fcc64b46b65d417 (patch) | |
| tree | 0f29fbbe829f4d276b0bc3088138c81157fc4c73 /dev/boot/modules/BootNet/amd64.json | |
| parent | 1142eb1ca0b0323e5f01e55a16e690346a99f018 (diff) | |
kernel: storage, modules, mbci: implement mbci_read_auth_key, mbci_test_mmio, test DMA on AHCI too.
- Alongside fixes for BootNet, SysChk, and refactor for KernelScheduler, and
MemoryMgr.
- IMPORTANT: Add MBCI specs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/modules/BootNet/amd64.json')
| -rw-r--r-- | dev/boot/modules/BootNet/amd64.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/modules/BootNet/amd64.json b/dev/boot/modules/BootNet/amd64.json index 112cf9f1..86143e6a 100644 --- a/dev/boot/modules/BootNet/amd64.json +++ b/dev/boot/modules/BootNet/amd64.json @@ -10,7 +10,7 @@ "-fPIC", "-fno-rtti", "-fno-exceptions", - "-Wl,--subsystem=17,--image-base,0x1000000,-e,ModuleMain" + "-Wl,--subsystem=17,--image-base,0x1000000,-e,BootNetModuleMain" ], "cpp_macros": [ "__NEOSKRNL__", |
