From 268afd0b12f471c15cd471142e0b31b31a722987 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Mon, 8 Jul 2024 09:47:24 +0700 Subject: add new file --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 6b78e2d..a0c9d3b 100644 --- a/README +++ b/README @@ -2,7 +2,15 @@ additional note: File:24319102.PDF : old intel stuff -File:bgnet_usl_c_1.pdf : network programming in C, socket, bind, accept, SOCK_DGRAM etc stuff +File:bgnet_usl_c_1.pdf : network programming in C, TCP, UDP etc stuff File:mt.pdf : Mersenne Twister PRNG algorithm explained File:pcasm-book.pdf : asm book File:project1-primer (DNS message structure).pdf : introduce how dns are packet and sent throuh UDP +File:n1680.pdf : Memory model for multithreaded cpp +File:MIT6_172F10_lec16.pdf :Synchronizing without Locks +File:The_stack.pdf : asm stack explained + +folder tree: +./ldd3_pdf : Linux Device Drivers +./linux_kernel_nutshell: book from http://www.kroah.com/lkn/ +./math : some math stuff -- cgit v1.2.3