mirror of https://github.com/E-Almqvist/eOS
parent
bd1d276a97
commit
c35a1bc083
@ -0,0 +1,7 @@ |
||||
; EQUs |
||||
%include "bootloader/equ/bios.asm" |
||||
|
||||
; SRs |
||||
%include "bootloader/bios/convert.asm" |
||||
%include "bootloader/bios/print.asm" |
||||
%include "bootloader/bios/disk.asm" |
@ -1,9 +1,9 @@ |
||||
; Utils |
||||
%include "src/bootloader/equ/vga.asm" |
||||
%include "src/bootloader/pm/vga/print.asm" |
||||
%include "bootloader/equ/vga.asm" |
||||
%include "bootloader/pm/vga/print.asm" |
||||
|
||||
; GDT & switching to PM |
||||
%include "src/bootloader/pm/gdt.asm" ; GDT defined here |
||||
%include "bootloader/pm/gdt.asm" ; GDT defined here |
||||
|
||||
; Switching to PM |
||||
[bits 16] |
@ -1,7 +0,0 @@ |
||||
; EQUs |
||||
%include "src/bootloader/equ/bios.asm" |
||||
|
||||
; SRs |
||||
%include "src/bootloader/bios/convert.asm" |
||||
%include "src/bootloader/bios/print.asm" |
||||
%include "src/bootloader/bios/disk.asm" |
Loading…
Reference in new issue