Skip to content

Commit 6c9418e

Browse files
committed
Rename mtask.c and task.asm.
1 parent e91d6f0 commit 6c9418e

File tree

18 files changed

+12
-9
lines changed

18 files changed

+12
-9
lines changed

day15/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ L_OBJS := libc/stdio/stdio.bin
2020
# Kernel Objects
2121
K_OBJS := bootpack.bin io.bin pm.bin hankaku.bin desctbl.bin graphic.bin \
2222
int.bin inthandler.bin fifo.bin keyboard.bin mouse.bin \
23-
memory.bin sheet.bin window.bin timer.bin task.bin mtask.bin
23+
memory.bin sheet.bin window.bin timer.bin task_asm.bin \
24+
task.bin
2425
SYS := haribote.sys
2526
IMG := haribote.img
2627

File renamed without changes.
File renamed without changes.

day16/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ L_OBJS := libc/stdio/stdio.bin
2020
# Kernel Objects
2121
K_OBJS := bootpack.bin io.bin pm.bin hankaku.bin desctbl.bin graphic.bin \
2222
int.bin inthandler.bin fifo.bin keyboard.bin mouse.bin \
23-
memory.bin sheet.bin window.bin timer.bin task.bin mtask.bin
23+
memory.bin sheet.bin window.bin timer.bin task_asm.bin \
24+
task.bin
2425
SYS := haribote.sys
2526
IMG := haribote.img
2627

File renamed without changes.
File renamed without changes.

day17/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ L_OBJS := libc/stdio/stdio.bin
2020
# Kernel Objects
2121
K_OBJS := bootpack.bin io.bin pm.bin hankaku.bin desctbl.bin graphic.bin \
2222
int.bin inthandler.bin fifo.bin keyboard.bin mouse.bin \
23-
memory.bin sheet.bin window.bin timer.bin task.bin mtask.bin
23+
memory.bin sheet.bin window.bin timer.bin task_asm.bin \
24+
task.bin
2425
SYS := haribote.sys
2526
IMG := haribote.img
2627

File renamed without changes.
File renamed without changes.

day18/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ L_OBJS := libc/stdio/stdio.bin libc/string/strcmp.bin
2020
# Kernel Objects
2121
K_OBJS := bootpack.bin io.bin pm.bin hankaku.bin desctbl.bin graphic.bin \
2222
int.bin inthandler.bin fifo.bin keyboard.bin mouse.bin \
23-
memory.bin sheet.bin window.bin timer.bin task.bin mtask.bin \
24-
console.bin
23+
memory.bin sheet.bin window.bin timer.bin task_asm.bin \
24+
task.bin console.bin
2525
SYS := haribote.sys
2626
IMG := haribote.img
2727

0 commit comments

Comments
 (0)