diff options
author | Joursoir <chat@joursoir.net> | 2022-09-28 19:55:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-10-04 02:42:51 +0300 |
commit | 36501d7d38ca32031c8401fed67c4cb684a9f495 (patch) | |
tree | 23a1fbafb49bc42c482406b53bdeeabe9e0862b8 | |
parent | 14c0596d40f5b02153ce379ea6060bd82120f4f9 (diff) | |
download | mfsos-36501d7d38ca32031c8401fed67c4cb684a9f495.tar.gz mfsos-36501d7d38ca32031c8401fed67c4cb684a9f495.tar.bz2 mfsos-36501d7d38ca32031c8401fed67c4cb684a9f495.zip |
move multiboot files to special directory
-rw-r--r-- | arch/x86/boot/multiboot/linker.ld (renamed from kernel/linker.ld) | 0 | ||||
-rw-r--r-- | arch/x86/boot/multiboot/multiboot.s (renamed from arch/x86/boot/multiboot.s) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/kernel/linker.ld b/arch/x86/boot/multiboot/linker.ld index 245f4a7..245f4a7 100644 --- a/kernel/linker.ld +++ b/arch/x86/boot/multiboot/linker.ld diff --git a/arch/x86/boot/multiboot.s b/arch/x86/boot/multiboot/multiboot.s index 33e54f1..33e54f1 100644 --- a/arch/x86/boot/multiboot.s +++ b/arch/x86/boot/multiboot/multiboot.s |