From 7e8df0108eb93c0ca63baa396c7ebadada5931bd Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 19 Mar 2026 18:55:25 +1300 Subject: some licenses and whatnot i donteven know --- src/boot.s | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/boot.s') diff --git a/src/boot.s b/src/boot.s index 80c5738..053752a 100644 --- a/src/boot.s +++ b/src/boot.s @@ -1,3 +1,6 @@ +/* Copyright (c) 2026 Arslaan Pathan +This software is licensed under the ARPL. See LICENSE for details. */ + /* Multiboot header dark magic, do not touch */ .set ALIGN, 1<<0 .set MEMINFO, 1<<1 @@ -34,7 +37,7 @@ _start: /* here we need to init crucial processor state. load the gdt, enable pages, init isa extensions/floating point instructions and stuff - for now just dont do anything we'll add that later */ + for now just dont do anything we'll add that later(TM) */ /* enter the high level kernel ABI says we need 16-byte alignment here, we aligned that before and pushed a multiple of 16 bits (zero) so we fine -- cgit v1.2.3