diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-24 08:51:21 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-24 08:54:22 +0200 |
| commit | 4185fcc698e237225902646736c6b23f6b5e54be (patch) | |
| tree | 7b0fc0bb58cb20c61e676b13e3e0f7fd52c73a56 /dev/ZBA/Modules | |
| parent | b31d81cd939ed3e8bb5fade029b32876e71ed54c (diff) | |
[IMP+REFACTORS] See below.
+ Add SysChk driver instead of BootScr.
+ Working on AHCI driver, did progress on detection, need to find out
why the signature are set to zero.
+ Refactor PE loader structures.
Add BecomeBusMaster call when probing AHCI disk.
+ Alongside some other modifications.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBA/Modules')
| -rw-r--r-- | dev/ZBA/Modules/SysChk/.hgkeep (renamed from dev/ZBA/Modules/BootScr/.hgkeep) | 0 | ||||
| -rw-r--r-- | dev/ZBA/Modules/SysChk/Boot.S (renamed from dev/ZBA/Modules/BootScr/Boot.S) | 0 | ||||
| -rw-r--r-- | dev/ZBA/Modules/SysChk/Module.cxx (renamed from dev/ZBA/Modules/BootScr/Module.cxx) | 0 | ||||
| -rw-r--r-- | dev/ZBA/Modules/SysChk/build.json (renamed from dev/ZBA/Modules/BootScr/build.json) | 2 | ||||
| -rw-r--r-- | dev/ZBA/Modules/SysChk/compile_flags.txt (renamed from dev/ZBA/Modules/BootScr/compile_flags.txt) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBA/Modules/BootScr/.hgkeep b/dev/ZBA/Modules/SysChk/.hgkeep index e69de29b..e69de29b 100644 --- a/dev/ZBA/Modules/BootScr/.hgkeep +++ b/dev/ZBA/Modules/SysChk/.hgkeep diff --git a/dev/ZBA/Modules/BootScr/Boot.S b/dev/ZBA/Modules/SysChk/Boot.S index ce9f36b1..ce9f36b1 100644 --- a/dev/ZBA/Modules/BootScr/Boot.S +++ b/dev/ZBA/Modules/SysChk/Boot.S diff --git a/dev/ZBA/Modules/BootScr/Module.cxx b/dev/ZBA/Modules/SysChk/Module.cxx index 15758599..15758599 100644 --- a/dev/ZBA/Modules/BootScr/Module.cxx +++ b/dev/ZBA/Modules/SysChk/Module.cxx diff --git a/dev/ZBA/Modules/BootScr/build.json b/dev/ZBA/Modules/SysChk/build.json index c53c6faa..aff1e78a 100644 --- a/dev/ZBA/Modules/BootScr/build.json +++ b/dev/ZBA/Modules/SysChk/build.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../", "../../", "../../../ZKA", "../../../", "./"], "sources_path": ["*.cxx", "*.S"], - "output_name": "bootscr.sys", + "output_name": "syschk.sys", "compiler_flags": [ "-ffreestanding", "-nostdlib", diff --git a/dev/ZBA/Modules/BootScr/compile_flags.txt b/dev/ZBA/Modules/SysChk/compile_flags.txt index 6ab76da0..6ab76da0 100644 --- a/dev/ZBA/Modules/BootScr/compile_flags.txt +++ b/dev/ZBA/Modules/SysChk/compile_flags.txt |
