diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:55:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 10:55:49 +0100 |
| commit | c8dff0d2bb5a7c622ae7a7831f6ce42ad6635473 (patch) | |
| tree | a22155808898df7b9bf9b5f0254b6ceb3086ab88 /src/rv64/rv64-boot.s | |
| parent | b9d6c2fffc397cd8dd9f7948be6f17f24d4f4850 (diff) | |
| parent | a4d3338e4f9ce011180b6d4f599acb4f34bba617 (diff) | |
Merge pull request #10 from nekernel-org/dev
meta: important document improvements.
Diffstat (limited to 'src/rv64/rv64-boot.s')
| -rw-r--r-- | src/rv64/rv64-boot.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rv64/rv64-boot.s b/src/rv64/rv64-boot.s index a9afd02..c51a398 100644 --- a/src/rv64/rv64-boot.s +++ b/src/rv64/rv64-boot.s @@ -2,7 +2,7 @@ * ======================================================== * * NeBoot - * Copyright 2024, Amlal EL Mahrouss, all rights reserved. + * Copyright 2024, Amlal El Mahrouss, all rights reserved. * * Purpose: Startup code for RISC-V. * @@ -33,7 +33,7 @@ cb_reset_vector: .cfi_endproc cb_start_exec_asm: - lw t0, __cb_hart_counter + lw t0, __nb_hart_counter lw t1, cb_boot_processor_ready not t0, t0 @@ -110,5 +110,5 @@ cb_stack_list: cb_stack_align: .word 0x8000 -__cb_max_harts: +__nb_max_harts: .word 2 |
