From 642b5fb0007b64c77d186fcb018d571152ee1d47 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 14 Aug 2023 18:51:07 +0200 Subject: reorganization: first steps --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 359ad6d..7f1d803 100644 --- a/readme.md +++ b/readme.md @@ -16,3 +16,17 @@ apt-get install grub-pc-bin xorriso mtools # for the .iso apt-get install g++ libgmp-dev lbmpfr-dev libmpc-dev # for the toolchain apt-get install qemu-system-x86 ``` + +## repo organization +``` +src/ + bootstrap/ first userland program ran by the kernel; embeds the initrd + cmd/ userland programs + kernel/ + arch/amd64/ + sysroot/ + dummy sysroot to get gcc to behave + libc/ + libk/ libc functions used by the kernel +cache/ download cache +``` -- cgit v1.2.3