more modularization and updating date in MIT licence header

This commit is contained in:
2024-10-05 13:35:39 -04:00
parent 64f2453d61
commit 446dd451be
15 changed files with 395 additions and 297 deletions

View File

@@ -1,4 +1,4 @@
; Copyright (c) 2023 Elaina Claus
; Copyright (c) 2024 Elaina Claus
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
@@ -20,7 +20,7 @@
; 8KiB from 0x2500 -> 0x500
%define STACK_START 0x2500
%define MBR_ENTRY 0x7A00
%define VBR_ENTRY 0x7C00
%define STAGE2_ENTRY 0x7E00
%define EARLY_STACK_START 0x2500
%define MBR_ENTRY 0x7A00
%define VBR_ENTRY 0x7C00
%define STAGE2_ENTRY 0x7E00