Skip to content

Commit b3097f1

Browse files
committed
Folder 'functions' have renamed to more proper name 'bootloader'
1 parent 962b6e3 commit b3097f1

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

boot.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ section .text:
5353

5454

5555
; Data Section
56-
%include "functions/io.asm"
57-
%include "functions/disk_mng.asm"
58-
%include "functions/shutdown.asm"
56+
%include "bootloader/io.asm"
57+
%include "bootloader/disk_mng.asm"
58+
%include "bootloader/shutdown.asm"
5959

6060
msg1: db "Hello, There!\nDo You want to enter 32 bit mode?[Y]/[N](default=Y) \0" ; Printable string
6161
msg2: db "Goodby!\0"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)