From 9171b7728dde1930d7dbe92e2697cf59e0f9ec7b Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Nov 2019 18:37:18 +0100 Subject: [PATCH] now with a better tree ! --- ChangeLog | 3 +- Makefile | 2 +- ProjectTree | 174 +--------------------------------------------------- 3 files changed, 4 insertions(+), 175 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c72241..32f9d4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,4 +105,5 @@ IDT Overhaul 2019-11-08 @os-k-team * Compilation process : beginning the modernization 2019-11-11 @os-k-team - * Compilation process : "unrooting" and enhancing the compilation process scripts \ No newline at end of file + * Compilation process : "unrooting" and enhancing the compilation process scripts + * ProjectTree : better tree, without useless stuff \ No newline at end of file diff --git a/Makefile b/Makefile index b806ce6..90a6441 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ all : OS/K ./ProjectTree: ./.stylehlp_sh @cat ./.stylehlp_sh > ./ProjectTree @echo "\n" >> ./ProjectTree - @tree --dirsfirst >> ./ProjectTree + @tree --dirsfirst -I "bin|obj">> ./ProjectTree @echo ${CL2}[$@] ${CL}Generated.${CL3} $(KOBJDIR): diff --git a/ProjectTree b/ProjectTree index 9ee9378..8ed26e7 100644 --- a/ProjectTree +++ b/ProjectTree @@ -43,178 +43,6 @@ │   │   └── loader.asm │   └── folder.desc ├── build -│   ├── bin -│   ├── media -│   │   └── neox -│   │   └── FDD3-0486 -│   │   └── boot -│   │   └── grub -│   │   ├── i386-pc -│   │   │   ├── adler32.mod -│   │   │   ├── affs.mod -│   │   │   ├── ata.mod -│   │   │   ├── bitmap.mod -│   │   │   ├── boot.mod -│   │   │   ├── bswap_test.mod -│   │   │   ├── btrfs.mod -│   │   │   ├── cbls.mod -│   │   │   ├── cbmemc.mod -│   │   │   ├── cbtime.mod -│   │   │   ├── cmdline_cat_test.mod -│   │   │   ├── cmp.mod -│   │   │   ├── configfile.mod -│   │   │   ├── cpuid.mod -│   │   │   ├── cs5536.mod -│   │   │   ├── ctz_test.mod -│   │   │   ├── datetime.mod -│   │   │   ├── diskfilter.mod -│   │   │   ├── div.mod -│   │   │   ├── div_test.mod -│   │   │   ├── dm_nv.mod -│   │   │   ├── drivemap.mod -│   │   │   ├── elf.mod -│   │   │   ├── exfat.mod -│   │   │   ├── extcmd.mod -│   │   │   ├── fat.mod -│   │   │   ├── font.mod -│   │   │   ├── gcry_arcfour.mod -│   │   │   ├── gcry_blowfish.mod -│   │   │   ├── gcry_dsa.mod -│   │   │   ├── gcry_idea.mod -│   │   │   ├── gcry_md5.mod -│   │   │   ├── gcry_rijndael.mod -│   │   │   ├── gcry_rmd160.mod -│   │   │   ├── gcry_rsa.mod -│   │   │   ├── gcry_seed.mod -│   │   │   ├── gcry_serpent.mod -│   │   │   ├── gcry_sha256.mod -│   │   │   ├── gcry_whirlpool.mod -│   │   │   ├── gptsync.mod -│   │   │   ├── hashsum.mod -│   │   │   ├── help.mod -│   │   │   ├── hfs.mod -│   │   │   ├── loopback.mod -│   │   │   ├── lsacpi.mod -│   │   │   ├── lsapm.mod -│   │   │   ├── lsmmap.mod -│   │   │   ├── lspci.mod -│   │   │   ├── lvm.mod -│   │   │   ├── lzopio.mod -│   │   │   ├── memrw.mod -│   │   │   ├── minicmd.mod -│   │   │   ├── minix2_be.mod -│   │   │   ├── minix.mod -│   │   │   ├── mpi.mod -│   │   │   ├── multiboot2.mod -│   │   │   ├── multiboot.mod -│   │   │   ├── nilfs2.mod -│   │   │   ├── ntfs.mod -│   │   │   ├── ntldr.mod -│   │   │   ├── odc.mod -│   │   │   ├── part_acorn.mod -│   │   │   ├── part_amiga.mod -│   │   │   ├── part_dfly.mod -│   │   │   ├── part_dvh.mod -│   │   │   ├── part_gpt.mod -│   │   │   ├── part_sun.mod -│   │   │   ├── parttool.mod -│   │   │   ├── pci.mod -│   │   │   ├── play.mod -│   │   │   ├── priority_queue.mod -│   │   │   ├── probe.mod -│   │   │   ├── procfs.mod -│   │   │   ├── progress.mod -│   │   │   ├── pxechain.mod -│   │   │   ├── pxe.mod -│   │   │   ├── random.mod -│   │   │   ├── reboot.mod -│   │   │   ├── regexp.mod -│   │   │   ├── scsi.mod -│   │   │   ├── serial.mod -│   │   │   ├── setpci.mod -│   │   │   ├── signature_test.mod -│   │   │   ├── sleep.mod -│   │   │   ├── sleep_test.mod -│   │   │   ├── syslinuxcfg.mod -│   │   │   ├── tar.mod -│   │   │   ├── terminal.mod -│   │   │   ├── testload.mod -│   │   │   ├── test.mod -│   │   │   ├── testspeed.mod -│   │   │   ├── trig.mod -│   │   │   ├── tr.mod -│   │   │   ├── true.mod -│   │   │   ├── uhci.mod -│   │   │   ├── usbms.mod -│   │   │   ├── usbserial_ftdi.mod -│   │   │   ├── usbserial_pl2303.mod -│   │   │   ├── vbe.mod -│   │   │   ├── verify.mod -│   │   │   ├── vga.mod -│   │   │   ├── video_bochs.mod -│   │   │   ├── video.mod -│   │   │   ├── videotest_checksum.mod -│   │   │   ├── xnu.mod -│   │   │   ├── xnu_uuid.mod -│   │   │   ├── xnu_uuid_test.mod -│   │   │   ├── zfscrypt.mod -│   │   │   └── zfs.mod -│   │   └── locale -│   ├── obj -│   │   └── kaleid -│   │   ├── kernel -│   │   │   ├── init -│   │   │   │   ├── info.d -│   │   │   │   ├── init.d -│   │   │   │   ├── ssp.d -│   │   │   │   └── table.d -│   │   │   ├── io -│   │   │   │   ├── ata.d -│   │   │   │   ├── cursor.d -│   │   │   │   ├── keyb.d -│   │   │   │   ├── spkr.d -│   │   │   │   └── vga.d -│   │   │   ├── ke -│   │   │   │   ├── cpuid.d -│   │   │   │   ├── idt.d -│   │   │   │   ├── log.d -│   │   │   │   ├── panic.d -│   │   │   │   └── rtc.d -│   │   │   ├── mm -│   │   │   │   ├── gdt.d -│   │   │   │   ├── heap.d -│   │   │   │   ├── malloc.d -│   │   │   │   ├── map.d -│   │   │   │   └── paging.d -│   │   │   ├── po -│   │   │   │   └── shtdwn.d -│   │   │   ├── ps -│   │   │   │   └── sched.d -│   │   │   └── sh -│   │   │   ├── argv.d -│   │   │   ├── musage.d -│   │   │   ├── shcmds.d -│   │   │   └── shell.d -│   │   ├── libbuf -│   │   │   ├── bclose.d -│   │   │   ├── bflush.d -│   │   │   ├── bgetc.d -│   │   │   ├── bmisc.d -│   │   │   ├── bopen.d -│   │   │   ├── bprint.d -│   │   │   ├── bputc.d -│   │   │   ├── bread.d -│   │   │   ├── bscan.d -│   │   │   ├── bscroll.d -│   │   │   └── bwrite.d -│   │   └── libc -│   │   ├── ctype.d -│   │   ├── errno.d -│   │   ├── mem.d -│   │   ├── rand.d -│   │   ├── sprintf.d -│   │   ├── string.d -│   │   └── strtol.d │   ├── create_disk.sh │   ├── install-os-k.sh │   └── kernel.ld @@ -325,4 +153,4 @@ ├── ProjectTree └── README.md -48 directories, 252 files +28 directories, 100 files