diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-14 13:06:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-14 13:06:07 +0100 |
| commit | 41b1d0483dead754bb054bb4139cbc69fec84f36 (patch) | |
| tree | 1f69c6a616935406c251438dc391b0f56ca1fc05 /Private/HALKit | |
| parent | c49a4199373d546703ea2016f188131648a39a68 (diff) | |
HCR-18: NewBoot: Getting more work done...
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit')
| -rw-r--r-- | Private/HALKit/AMD64/HalStartSequence.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Private/HALKit/AMD64/HalStartSequence.asm b/Private/HALKit/AMD64/HalStartSequence.asm index c8e0a4e2..1db3b218 100644 --- a/Private/HALKit/AMD64/HalStartSequence.asm +++ b/Private/HALKit/AMD64/HalStartSequence.asm @@ -31,10 +31,6 @@ section .text ;; Just a simple setup, we'd also need to tell some before Main: - push rcx - jmp RuntimeMain - pop rcx -L0: cli hlt jmp $ |
