tons more work on modularizing the code

This commit is contained in:
2024-10-05 18:55:00 -04:00
parent 5440a1ae61
commit 8f95c8f267
19 changed files with 360 additions and 296 deletions

View File

@@ -18,9 +18,13 @@
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
; SOFTWARE.
%ifndef __INC_ENTRY
; 8KiB from 0x2500 -> 0x500
%define EARLY_STACK_START 0x2500
%define MBR_ENTRY 0x7A00
%define VBR_ENTRY 0x7C00
%define STAGE2_ENTRY 0x7E00
%define STAGE2_ENTRY 0x7E00
%endif
%define __INC_ENTRY