This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
rockOS/kernel/arch/i386/make.config

11 lines
218 B
Plaintext
Raw Permalink Normal View History

2022-07-18 09:59:04 +03:00
KERNEL_ARCH_CFLAGS=
KERNEL_ARCH_CPPFLAGS=
KERNEL_ARCH_LDFLAGS=
KERNEL_ARCH_LIBS=
KERNEL_ARCH_OBJS=\
2022-07-18 18:14:20 +03:00
$(ARCHDIR)/boot/boot.o \
$(ARCHDIR)/vga/tty.o \
$(ARCHDIR)/boot/gdt.o \
2022-07-18 22:37:43 +03:00
$(ARCHDIR)/boot/idt.o \
$(ARCHDIR)/boot/pic.o