diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 16:41:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 16:41:03 +0100 |
| commit | 21aee2b17cdd45c0dea247e0bf26a95767bc4470 (patch) | |
| tree | c4a0c6cf80bf5949c4498594e00c9074af164090 /src/64x0 | |
| parent | c8dff0d2bb5a7c622ae7a7831f6ce42ad6635473 (diff) | |
| parent | 443de826899acac5740a6ed582e214e14eb294b1 (diff) | |
Merge pull request #11 from nekernel-org/devv0.0.6
feat: switch license to Apache 2.0
Diffstat (limited to 'src/64x0')
| -rw-r--r-- | src/64x0/64x0_boot.64x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/64x0/64x0_boot.64x b/src/64x0/64x0_boot.64x index 7fb6825..50503c4 100644 --- a/src/64x0/64x0_boot.64x +++ b/src/64x0/64x0_boot.64x @@ -3,7 +3,7 @@ # interrupts: 1M - 2048 # brief: jump to r16 which contains the code to jump on. -# Copyright 2024, Amlal El Mahrouss, all rights reserved. +# Copyright 2024, Amlal El Mahrouss, licensed under Apache 2.0. export .text __start lda r15, 0x7c00 |
