aboutsummaryrefslogtreecommitdiff
path: root/src/boot.s
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-19 18:55:25 +1300
committerArslaan Pathan <[email protected]>2026-03-19 18:55:25 +1300
commit7e8df0108eb93c0ca63baa396c7ebadada5931bd (patch)
tree2e3d8e7d319d5c70bbda920ab06b3c5a863a5c33 /src/boot.s
parent1814057050a5099d7eaa6f0f6395a4054801da6f (diff)
downloadFrenchToastOS-7e8df0108eb93c0ca63baa396c7ebadada5931bd.tar.xz
FrenchToastOS-7e8df0108eb93c0ca63baa396c7ebadada5931bd.zip
some licenses and whatnot i donteven know
Diffstat (limited to 'src/boot.s')
-rw-r--r--src/boot.s5
1 files changed, 4 insertions, 1 deletions
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