83 lines
1.9 KiB
Plaintext
83 lines
1.9 KiB
Plaintext
.:
|
|
compile.bat drivers include loader.asm makeall.bat memory shell
|
|
debug filelist.txt lib main.c makeallh.bat objects video
|
|
|
|
./debug:
|
|
BIOS-bochs-latest bochs_config.bxrc ctaos.img OSDev.log VGABIOS-lgpl-latest
|
|
|
|
./drivers:
|
|
BSOD.c compile.bat drivers.c filesys keyboard makeall.bat.bak
|
|
clock cpu drivers.h floppy makeall.bat
|
|
|
|
./drivers/clock:
|
|
clock.h pit.c
|
|
|
|
./drivers/cpu:
|
|
compile.bat cpu.c cpu.h gdt idt irq isrs
|
|
|
|
./drivers/cpu/gdt:
|
|
gdt.asm gdt.c gdt.h
|
|
|
|
./drivers/cpu/idt:
|
|
idt.asm idt.c idt.h
|
|
|
|
./drivers/cpu/irq:
|
|
irq.asm irq.c irq.h pic.c pic.h
|
|
|
|
./drivers/cpu/isrs:
|
|
isrs.asm isrs.c isrs.h
|
|
|
|
./drivers/filesys:
|
|
fat.c fat.h vfs.c vfs.h
|
|
|
|
./drivers/floppy:
|
|
dma.c dma.h floppy.c floppy.h storage.h
|
|
|
|
./drivers/keyboard:
|
|
compile.bat keyboard.deprecated.h key_list.txt
|
|
keyboard.c keyboard.h.deprecated
|
|
|
|
./include:
|
|
bootinfo.h crtdefs.h cstring hal.h size_t.h stdlib.h system.h
|
|
cctype cstdarg ctype.h _null.h stdarg.h string.h time.h
|
|
conio.h cstdint drivers regs.h stdint.h sys va_list.h
|
|
|
|
./include/drivers:
|
|
floppy.h keyboard.h
|
|
|
|
./include/sys:
|
|
declarat.h
|
|
|
|
./lib:
|
|
compile.bat conio.c ctype.c stdlib.c string.c system.c time.c
|
|
|
|
./memory:
|
|
compile.bat lib mmngr.asm mmngr_ph.c mmngr_ph.h mmngr_vi.c mmngr_vi.h
|
|
|
|
./memory/lib:
|
|
pde.c pde.h pte.c pte.h
|
|
|
|
./objects:
|
|
compile.bat drivers main.o mmngr_ph.o release string.o video
|
|
conio.o link.ld mmngr_de.o mmngr_te.o shell.o system.o
|
|
ctype.o loader.o mmngr.o mmngr_vi.o stdlib.o time.o
|
|
|
|
./objects/drivers:
|
|
BSOD.o drivers.o floppy.o idt_asm.o irq.o keyboard.o
|
|
cpu.o fat12.o gdt_asm.o idt.o isrs_asm.o pic.o
|
|
dma.o fat.o gdt.o irq_asm.o isrs.o pit.o
|
|
|
|
./objects/release:
|
|
|
|
./objects/video:
|
|
vga03h.o
|
|
|
|
./shell:
|
|
apps.h compile.bat shell.c
|
|
|
|
./video:
|
|
color compile.bat vga03h.c vga03h.h vga.h
|
|
|
|
./video/color:
|
|
color.c color.h
|