Atlas - gitlog.txt

Home / logs Lines: 1 | Size: 117456 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1commit c46042d52ae60db9841d6352dd90a703817c0eee (HEAD -> main, origin/main) 2Author: 4248 <[email protected]> 3Date: Tue Dec 16 22:24:59 2025 +0000 4 5 README: Change theme of GitHub stats image to transparent 6 7 README.md | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10commit 7ccfff8a317797f85bf5fa4ad5e05b2e6e91fe5c 11Author: 0x4248 <[email protected]> 12Date: Tue Dec 16 22:22:59 2025 +0000 13 14 nbuild: add SPDX to file 15 16 Signed-off-by: 0x4248 <[email protected]> 17 18 Nbuild | 17 +++++++++++++++++ 19 1 file changed, 17 insertions(+) 20 21commit 96c918809015676273e0538df07774031b0a85e8 22Author: 0x4248 <[email protected]> 23Date: Tue Dec 16 22:22:42 2025 +0000 24 25 linux/patches: init with tailscale patch 26 27 Signed-off-by: 0x4248 <[email protected]> 28 29 systems/linux/patches/.gitignore | 14 ++++++++++++++ 30 systems/linux/patches/README | 17 +++++++++++++++++ 31 .../systemd-dropins/tailscaled.restart-on-fail.service | 3 +++ 32 3 files changed, 34 insertions(+) 33 34commit a8c5c8b8571771d506c2d483c0ddfbe76e1be380 35Author: 0x4248 <[email protected]> 36Date: Tue Dec 16 22:22:19 2025 +0000 37 38 lab/trail: Add PHP code 39 40 Signed-off-by: 0x4248 <[email protected]> 41 42 .gitignore | 3 ++- 43 lab/trail/README.md | 8 ++++---- 44 lab/trail/c/header/ctype.c | 2 +- 45 lab/trail/c/header/errno.c | 2 +- 46 lab/trail/c/header/math.c | 2 +- 47 lab/trail/php/hello.php | 18 ++++++++++++++++++ 48 lab/trail/php/html.php | 29 +++++++++++++++++++++++++++++ 49 lab/trail/php/math.php | 31 +++++++++++++++++++++++++++++++ 50 8 files changed, 87 insertions(+), 8 deletions(-) 51 52commit 52c2451e778019a1cad7b30c53d40b1ca7116a2b 53Author: 0x4248 <[email protected]> 54Date: Tue Dec 16 11:35:56 2025 +0000 55 56 [REVERT 8729b98] README: Add langs graphic back 57 58 Added back the languages graphic and removed the languages table that was 59 previously there. The graphic was removed due to a broken API link, but now 60 that the API is fixed, the graphic can be re-added. 61 62 Reverts: 8729b98ec59beb7b36fc28ca733d868da030b57c 63 Signed-off-by: 0x4248 <[email protected]> 64 65 README.md | 42 ++---------------------------------------- 66 1 file changed, 2 insertions(+), 40 deletions(-) 67 68commit 525038ed30df3da6610fd22500b8c7f869eb02ba 69Author: 0x4248 <[email protected]> 70Date: Mon Dec 15 21:46:59 2025 +0000 71 72 makefile: introduce the Nbuild system 73 74 What is Nbuild? 75 76 Nbuild is a new build system designed to simplify and streamline 77 the build process for the megarepo. Just simply make a Makefile 78 in the project and then append the folder contaning the Makefile 79 to the local Nbuild file and it will magically be included in the 80 build process. 81 82 Changes made: 83 - Added Nbuild system to main makefile 84 - Removed old build scripts and marked them as depricated 85 - Updated .gitignore to include .vscode/settings.json 86 - Added colour and icon settings to Nbuild files for VSCode 87 - Created example Nbuild files in the usr/ directory as a starting point 88 89 Tested-by: 0x4248 <[email protected]> 90 Signed-off-by: 0x4248 <[email protected]> 91 92 .gitignore | 1 + 93 .vscode/settings.json | 6 +++++- 94 Makefile | 20 ++++++++++++-------- 95 Nbuild | 1 + 96 tools/build/{make => depricated}/build.mk | 0 97 tools/build/{ => depricated}/makelist/main.py | 0 98 tools/build/make/includes.mk | 3 +-- 99 usr/Nbuild | 3 +++ 100 8 files changed, 23 insertions(+), 11 deletions(-) 101 102commit 408d454f59a370c015e8173bd5ff486f2639ac6b 103Author: 0x4248 <[email protected]> 104Date: Mon Dec 15 11:46:13 2025 +0000 105 106 [PATCH 436643a] makefile: Fix macos precheck eror 107 108 Fixes the makefile error when running the MacOS precheck. 109 110 Logs before the fix: 111 make: *** [Makefile:27: precheck] Error 1 112 113 Fixes: 436643af30ba6a867fa537c819c68191bc192498 114 Reported-by: 0x4248 <[email protected]> 115 Tested-by: Private internal testers <users@intranet> 116 Signed-off-by: 0x4248 <[email protected]> 117 118 Makefile | 13 +++++++------ 119 1 file changed, 7 insertions(+), 6 deletions(-) 120 121commit 490f2c700e8cdf10dd41cbdf1f41745c05aad28b 122Author: 0x4248 <[email protected]> 123Date: Sun Dec 14 21:58:50 2025 +0000 124 125 gitignore: Sort ignore list 126 127 I have gone and moved some of the sort this list to be more organised, 128 I know I should have done this before but I always forget. 129 130 Signed-off-by: 0x4248 <[email protected]> 131 132 .gitignore | 30 ++++++++++++++++++------------ 133 1 file changed, 18 insertions(+), 12 deletions(-) 134 135commit 9c0eafdc69c98179c393d5f5e735c00a0e9e39da 136Author: 0x4248 <[email protected]> 137Date: Fri Dec 12 22:22:15 2025 +0000 138 139 usr/minifetch: A tiny fetch script for the minimal 140 141 This is an apsolutely tiny fetch script for the 142 minimalists out there. It is written in pure bash 143 and has no dependencies other than coreutils. 144 145 It compresses itself using xz to save space, by a 146 few bytes. Perfect for the linux on floppy project. 147 148 Signed-off-by: 0x4248 <[email protected]> 149 150 systems/linux/dotfiles/nexus/.scripts/menu.sh | 2 +- 151 usr/minifetch/Makefile | 7 +++++++ 152 usr/minifetch/out.sh | 14 ++++++++++++++ 153 usr/minifetch/pre-run.bottom.sh | 3 +++ 154 usr/minifetch/pre-run.top.sh | 3 +++ 155 5 files changed, 28 insertions(+), 1 deletion(-) 156 157commit 01aac06b01560d04e34b0251a9bf34b5df0fcc2f 158Author: 0x4248 <[email protected]> 159Date: Fri Dec 12 21:44:59 2025 +0000 160 161 sbin: Move to project root for easy finding 162 163 Since this repo is 90% linux based, I have moved /systems/linux/sbin to 164 just /sbin. I plan on making more system programs. 165 166 Signed-off-by: 0x4248 <[email protected]> 167 168 {systems/linux/sbin => sbin}/README.txt | 0 169 {systems/linux/sbin => sbin}/pacman-alarm-reset.sh | 0 170 2 files changed, 0 insertions(+), 0 deletions(-) 171 172commit 0e1f1c3a4363b242554cb32e2b0b746056eeebf1 173Merge: 0cd410d 436643a 174Author: 0x4248 <[email protected]> 175Date: Thu Dec 11 00:25:10 2025 +0000 176 177 Merge branch 'main' of https://github.com/0x4248/nexus 178 179commit 0cd410d3dfce8801a91ad78c1bc87266496beeee 180Author: 0x4248 <[email protected]> 181Date: Thu Dec 11 00:24:17 2025 +0000 182 183 docs: Fix spelling in git.txt 184 185 Signed-off-by: 0x4248 <[email protected]> 186 187 doc/GIT.txt | 2 +- 188 1 file changed, 1 insertion(+), 1 deletion(-) 189 190commit 436643af30ba6a867fa537c819c68191bc192498 191Author: 0x4248 <[email protected]> 192Date: Wed Dec 10 13:25:14 2025 +0000 193 194 Make: add MacOS warning 195 196 Added a MacOS warning to let MacOS users know that nexus isnt supported 197 as well on MacOS 198 199 Why? 200 201 Well I test almost all of my code on Linux (Arch). But you might ask, 202 "You have a Mac?". Well, I SSH into a intranet server to do all my 203 development on. 204 205 Warnings added: WARNING: You are using Darwin (MacOS) which is not 206 usually supported by Nexus Set CONFIG_MAKE_IGNORE_WARNING_DARWIN=y to 207 suppress this warning 208 209 You can turn this of on make menuconfig (Top) -> Makefile options/Ignore 210 MacOS warning 211 212 Signed-off-by: 0x4248 <[email protected]> 213 214 Kconfig | 5 +++++ 215 Makefile | 14 ++++++++++++++ 216 2 files changed, 19 insertions(+) 217 218commit f79289541033a6dff766f4b0e943b198f2820b92 219Author: 4248 <[email protected]> 220Date: Wed Dec 10 12:51:45 2025 +0000 221 222 Atlas/workflow: Add scheduled trigger 223 224 This change makes atlas build throughout the week 225 226 .github/workflows/pages.yml | 2 ++ 227 1 file changed, 2 insertions(+) 228 229commit 541e424bc1594bba57a61ed5605a2862e9120be2 230Author: 0x4248 <[email protected]> 231Date: Wed Dec 10 12:45:21 2025 +0000 232 233 Atlas: limit commit history 234 235 Prevent any commits prior 9th Dec 2025 from showing. I feel like the 236 commit names are bad/not up to standard. 237 238 Signed-off-by: 0x4248 <[email protected]> 239 240 tools/www/buildpages.py | 2 +- 241 1 file changed, 1 insertion(+), 1 deletion(-) 242 243commit 41df589f642f049a4a6ea1d55455be77f214696d 244Author: 0x4248 <[email protected]> 245Date: Wed Dec 10 12:26:37 2025 +0000 246 247 [PATCH 27db98] Atlas: fix broken urls 248 249 Made the word "Nexus" lower case 250 251 PATCHES: 252 - 27db984519b3ab8b852af1f6595c23728faf7908 253 254 Signed-off-by: 0x4248 <[email protected]> 255 256 tools/www/buildpages.py | 4 ++-- 257 1 file changed, 2 insertions(+), 2 deletions(-) 258 259commit 27db984519b3ab8b852af1f6595c23728faf7908 260Author: 0x4248 <[email protected]> 261Date: Wed Dec 10 12:14:50 2025 +0000 262 263 repo: Rebrand repository to sound better 264 265 I felt that ScrapBook sounded quite bad, So I have rebranded the repo 266 this means now that https://0x4248.dev/Scrapbook is now at 267 https://0x4248.dev/nexo. Now lowercase to prevent the "oh I spelt it 268 wrong". 269 270 Refrences to ScrapExplorer is now Atlas. But this does not change the 271 url. 272 273 Signed-off-by: 0x4248 <[email protected]> 274 275 .gitignore | 2 +- 276 CREDITS.txt | 2 +- 277 Makefile | 4 ++-- 278 README.md | 12 +++++++----- 279 doc/{ScrapExplorer => Atlas}/welcome.txt | 6 +++--- 280 doc/GIT.txt | 2 +- 281 doc/README.md | 2 +- 282 doc/make/README.txt | 4 ++-- 283 ext/README.md | 2 +- 284 misc/www/css/{ScrapExplorer => Atlas}/main.css | 0 285 tools/build/junkref/junkref.py | 11 ++++++----- 286 tools/build/make/build.mk | 2 +- 287 tools/build/make/git.mk | 2 +- 288 tools/build/make/glob.mk | 2 +- 289 tools/build/make/help.mk | 2 +- 290 tools/build/make/includes.mk | 2 +- 291 tools/build/make/kconfig.mk | 2 +- 292 tools/build/make/misc.mk | 2 +- 293 tools/build/make/options.mk | 2 +- 294 tools/build/make/scripts.mk | 6 +++--- 295 tools/build/make/test.mk | 2 +- 296 tools/github/gh-installdeps.sh | 2 +- 297 tools/reflists/scap.ref | 2 +- 298 tools/www/buildpages.py | 16 ++++++++-------- 299 24 files changed, 47 insertions(+), 44 deletions(-) 300 301commit f53cb0f93e763ec4ce053e41de7a30015f9d6dee 302Author: 0x4248 <[email protected]> 303Date: Tue Dec 9 23:31:41 2025 +0000 304 305 usr/vishash: Makefile, move build file to build/ 306 307 Prevents commit 2328f20dbc2ac36ccca8846ad3aad928cca1d09b from happening 308 309 Signed-off-by: 0x4248 <[email protected]> 310 311 usr/vishash/Makefile | 2 +- 312 1 file changed, 1 insertion(+), 1 deletion(-) 313 314commit 2328f20dbc2ac36ccca8846ad3aad928cca1d09b 315Author: 0x4248 <[email protected]> 316Date: Tue Dec 9 23:24:44 2025 +0000 317 318 usr/vishash/randomart: removed binary file 319 320 removed a build file that was not needed in the tree 321 322 Signed-off-by: 0x4248 <[email protected]> 323 324 usr/vishash/randomart | Bin 75128 -> 0 bytes 325 1 file changed, 0 insertions(+), 0 deletions(-) 326 327commit 3c400141014e9d3741ed0d59d89db1a2416989eb 328Author: 0x4248 <[email protected]> 329Date: Tue Dec 9 19:06:43 2025 +0000 330 331 systems/linux/dotfiles: add generic dotfiles 332 333 systems/linux/dotfiles/main/.config/sway/config | 139 +++++++++++++++++++++ 334 systems/linux/dotfiles/main/.config/waybar/config | 26 ++++ 335 .../linux/dotfiles/main/.config/waybar/style.css | 31 +++++ 336 3 files changed, 196 insertions(+) 337 338commit 4b6ebdeaf315572935c388c400e8709812e6484c 339Author: 0x4248 <[email protected]> 340Date: Tue Dec 9 19:06:18 2025 +0000 341 342 doc/make/errors: change command prompt to correct command 343 344 doc/make/errors/confmissing.msg | 2 +- 345 1 file changed, 1 insertion(+), 1 deletion(-) 346 347commit 06666b82b1e227d6e79e66b770599e02babe8a28 348Author: 0x4248 <[email protected]> 349Date: Tue Dec 9 17:43:40 2025 +0000 350 351 Git/submodules: remove stale submodule that was breking the repo 352 353 Removed junkdrawer 354 355 Signed-off-by: 0x4248 <[email protected]> 356 357 ext/JunkDrawer | 1 - 358 1 file changed, 1 deletion(-) 359 360commit 1579224b1f8f324323b1d6c27293fd2c30f04a78 361Author: 4248 <[email protected]> 362Date: Mon Dec 8 22:15:38 2025 +0000 363 364 Update pages.yml 365 366 .github/workflows/pages.yml | 2 ++ 367 1 file changed, 2 insertions(+) 368 369commit e6796915422ed6f7ab957dc231e42301664cddd2 370Author: 0x4248 <[email protected]> 371Date: Mon Dec 8 21:52:45 2025 +0000 372 373 ScrapExplorer: patch lore bugs 374 375 Only one git log was shoing, hope this patches it 376 377 tools/www/buildpages.py | 23 +++++++++++++---------- 378 1 file changed, 13 insertions(+), 10 deletions(-) 379 380commit 594ec4c31f285fb44bcf034e7f8d00ceb4275116 381Author: 0x4248 <[email protected]> 382Date: Mon Dec 8 21:42:16 2025 +0000 383 384 ext: submodules update 385 386 Signed-off-by: 0x4248 <[email protected]> 387 388 ext/JunkDrawer | 1 + 389 ext/SDL | 2 +- 390 ext/glfw | 2 +- 391 3 files changed, 3 insertions(+), 2 deletions(-) 392 393commit 00aba696bba211364e7fa8a925e2dac6219b23e2 394Author: 0x4248 <[email protected]> 395Date: Mon Dec 8 21:40:27 2025 +0000 396 397 ScrapExplorer: Add git lore to logs 398 399 Added a detailed new page showing git logs 400 401 Signed-off-by: 0x4248 <[email protected]> 402 403 tools/www/buildpages.py | 77 +++++++++++++++++++++++++++++++++++++++++++++---- 404 1 file changed, 72 insertions(+), 5 deletions(-) 405 406commit f8c3a1d9847f6bd5542885875d239310f763b69e 407Author: 0x4248 <[email protected]> 408Date: Mon Dec 8 21:15:15 2025 +0000 409 410 tools/www/buildpages: Ignore index.html if it exists 411 412 currently the builder does some wacky output when there is already an index.html 413 often making an index.html.html, for now lets just not generate the dir html 414 and use the index.html as the page content. 415 416 Signed-off-by: 0x4248 <[email protected]> 417 418 tools/www/buildpages.py | 7 +++++++ 419 1 file changed, 7 insertions(+) 420 421commit 06c38ffb62c11b3bf4fe2ea4a0b6681236613a39 422Author: 0x4248 <[email protected]> 423Date: Mon Dec 8 21:09:34 2025 +0000 424 425 *: major cleanups and adding new scripts that will be of use 426 427 Signed-off-by: 0x4248 <[email protected]> 428 429 .gitignore | 1 + 430 lab/trail/Makefile | 9 +++ 431 lab/trail/c/header/errno.c | 1 - 432 systems/linux/kernel/modules/Makefile | 11 ++++ 433 systems/linux/kernel/modules/base.c | 24 ++++---- 434 systems/linux/kernel/modules/lib/log.h | 17 ++++++ 435 systems/linux/kernel/modules/proc.c | 55 ++++++++++++++++++ 436 tools/build/checks/checkSPDX.py | 45 +++++++++++++++ 437 tools/build/git/commitmsg.py | 1 + 438 tools/build/make/build.mk | 16 ++++++ 439 tools/build/make/git.mk | 17 ++++++ 440 tools/build/make/includes.mk | 1 + 441 tools/build/makelist/main.py | 102 +++++++++++++++++++++++++++++++++ 442 tools/reflists/makelist.ref | 10 ++++ 443 typos.toml | 4 ++ 444 usr/vishash/randomart | Bin 0 -> 75128 bytes 445 16 files changed, 302 insertions(+), 12 deletions(-) 446 447commit d74797adcaa05d3ebb192e72f64e5a2e86628f35 448Author: 0x4248 <[email protected]> 449Date: Mon Dec 8 21:07:46 2025 +0000 450 451 .gitignore: Add .cmake files 452 453 Signed-off-by: 0x4248 <[email protected]> 454 455 .gitignore | 7 +++++++ 456 lab/trail/c/header/buildList.cmake | 5 +++++ 457 lab/trail/c/include.cmake | 1 + 458 3 files changed, 13 insertions(+) 459 460commit 4adee3469ea040f35cd3f8215c9f7110ead66f45 461Author: 0x4248 <[email protected]> 462Date: Mon Dec 8 21:02:20 2025 +0000 463 464 Make: add .scrappath precheck 465 466 This change adds precheck for creating a .scrappath file seems useless right now 467 but this will be useful later, trust me. 468 469 Signed-off-by: 0x4248 <[email protected]> 470 471 Makefile | 2 ++ 472 1 file changed, 2 insertions(+) 473 474commit dce82463e80d679e87a926b35bd071c5655bf119 475Author: 0x4248 <[email protected]> 476Date: Fri Dec 5 21:50:28 2025 +0000 477 478 Trail > C: errno 479 480 lab/trail/c/header/errno.c | 211 +++++++++++++++++++++++++++++++++++++++++++++ 481 1 file changed, 211 insertions(+) 482 483commit 9bf93c460f394c7c58d439cd289c82ff355cf208 484Author: 0x4248 <[email protected]> 485Date: Fri Dec 5 21:50:17 2025 +0000 486 487 Nix: rapidinstall 488 489 systems/linux/nixos/rapidinstall.sh | 15 +++++++++++++++ 490 1 file changed, 15 insertions(+) 491 492commit 9e7b714e2e103c73245d800c974fade8e43c83ea 493Author: 0x4248 <[email protected]> 494Date: Fri Dec 5 17:00:52 2025 +0000 495 496 trail > c/math.c: add NaN 497 498 lab/trail/c/header/math.c | 15 ++++++++------- 499 1 file changed, 8 insertions(+), 7 deletions(-) 500 501commit cfcd2c48226e5298771f0835b57a821e012c601a 502Author: 0x4248 <[email protected]> 503Date: Fri Dec 5 16:37:33 2025 +0000 504 505 Trail: * 506 507 CREDITS.txt | 11 ++++++ 508 lab/trail/CMakeLists.txt | 6 ++++ 509 lab/trail/README.md | 22 ++++++++++++ 510 lab/trail/c/header/ctype.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++ 511 lab/trail/c/header/math.c | 63 ++++++++++++++++++++++++++++++++++ 512 5 files changed, 187 insertions(+) 513 514commit 89df939b7f8556b84a4a7119fae3ec4b3f1b6fb5 515Author: 0x4248 <[email protected]> 516Date: Fri Dec 5 14:03:16 2025 +0000 517 518 Pulse: rewrite 519 520 tools/build/cmake/qbuild.sh | 5 ++ 521 usr/net/Pulse/CMakeLists.txt | 6 +-- 522 usr/net/Pulse/src/client.cpp | 93 ++++++++++++++++++++++++++++------ 523 usr/net/Pulse/src/global.h | 6 +++ 524 usr/net/Pulse/src/server.cpp | 118 +++++++++++++++++++++++++++++++++++-------- 525 usr/net/Pulse/src/time.cpp | 17 +++++++ 526 usr/net/Pulse/src/time.h | 5 ++ 527 7 files changed, 210 insertions(+), 40 deletions(-) 528 529commit 8729b98ec59beb7b36fc28ca733d868da030b57c 530Author: 0x4248 <[email protected]> 531Date: Fri Dec 5 06:28:18 2025 +0000 532 533 Update README.md 534 535 README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 536 1 file changed, 45 insertions(+), 2 deletions(-) 537 538commit d11642a66893a8c63cb5fa32a966b81269341428 539Merge: 64f4d58 86be54d 540Author: 0x4248 <[email protected]> 541Date: Fri Dec 5 06:18:13 2025 +0000 542 543 Merge branch 'main' of https://www.github.com/0x4248/scrapbook 544 545commit 64f4d5842dc74120326429bab78b7a925ffb2c1c 546Author: 0x4248 <[email protected]> 547Date: Fri Dec 5 06:17:44 2025 +0000 548 549 VisHash: * 550 551 usr/vishash/Makefile | 24 ++++++++++++ 552 usr/vishash/src/const.h | 22 +++++++++++ 553 usr/vishash/src/crypto.cpp | 24 ++++++++++++ 554 usr/vishash/src/crypto.h | 19 ++++++++++ 555 usr/vishash/src/image.cpp | 94 ++++++++++++++++++++++++++++++++++++++++++++++ 556 usr/vishash/src/image.h | 25 ++++++++++++ 557 usr/vishash/src/main.cpp | 31 +++++++++++++++ 558 usr/vishash/src/render.cpp | 78 ++++++++++++++++++++++++++++++++++++++ 559 usr/vishash/src/render.h | 20 ++++++++++ 560 9 files changed, 337 insertions(+) 561 562commit 8bb475e2f95840dcf221e490d3152ad33cece25e 563Author: 0x4248 <[email protected]> 564Date: Fri Dec 5 04:32:43 2025 +0000 565 566 Net: init and move files 567 568 systems/linux/kernel/vega/README.txt | 4 ++++ 569 usr/{ => net}/Pulse/CMakeLists.txt | 0 570 usr/{ => net}/Pulse/src/client.cpp | 0 571 usr/{ => net}/Pulse/src/server.cpp | 0 572 usr/{ => net}/http_server/CMakeLists.txt | 0 573 usr/{ => net}/http_server/README.md | 0 574 usr/{ => net}/http_server/server.c | 0 575 7 files changed, 4 insertions(+) 576 577commit 9a1273d2d22be2cd87b792c6608c2268b9d786f6 578Author: 0x4248 <[email protected]> 579Date: Fri Dec 5 04:31:14 2025 +0000 580 581 WWW: fix basic mono font 582 583 misc/www/css/basic_mono.css | 2 +- 584 1 file changed, 1 insertion(+), 1 deletion(-) 585 586commit 86be54d6c35be6b866425b05d1ea08486f6d8c2e 587Author: 4248 <[email protected]> 588Date: Thu Dec 4 21:41:40 2025 +0000 589 590 Update GitHub Pages workflow triggers 591 592 Remove push trigger for main branch from workflow 593 594 .github/workflows/pages.yml | 2 -- 595 1 file changed, 2 deletions(-) 596 597commit f90403c60f31c4be6491640aa91a6d9570246ca0 598Author: 0x4248 <[email protected]> 599Date: Thu Dec 4 21:40:20 2025 +0000 600 601 key_detect: * 602 603 usr/key_detect/.gitignore | 2 ++ 604 usr/key_detect/Makefile | 23 ++++++++++++++++ 605 usr/key_detect/src/main.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++ 606 3 files changed, 94 insertions(+) 607 608commit fbec554ae2e79bc681e3ac7748469fcf8e7fcee9 609Merge: 6596dd3 3fd913a 610Author: 0x4248 <[email protected]> 611Date: Thu Dec 4 21:36:45 2025 +0000 612 613 Merge branch 'main' of https://www.github.com/0x4248/scrapbook 614 615commit 6596dd3de7d5833eeaa604ef7813229a11d089cf 616Author: 0x4248 <[email protected]> 617Date: Thu Dec 4 21:36:10 2025 +0000 618 619 Makefile system redo 620 621 .gitmodules | 3 + 622 Kconfig | 24 ++++++++ 623 Makefile | 38 +++++++++++- 624 doc/GIT.txt | 18 ++++++ 625 doc/make/README.txt | 28 +++++++++ 626 doc/make/blank.msg | 1 + 627 doc/make/config.txt | 0 628 doc/make/errors/confmissing.msg | 16 +++++ 629 doc/make/git.txt | 4 ++ 630 doc/misc/HEADERS.txt | 71 ++++++++++++++++++++++ 631 doc/{ => tools}/JunkRef.txt | 0 632 ext/SDL2 | 1 + 633 systems/linux/kernel/vega/.gitignore | 2 + 634 systems/linux/kernel/vega/Makefile | 58 ++++++++++++++++++ 635 systems/linux/kernel/vega/archive/build.sh | 35 +++++++++++ 636 systems/linux/kernel/vega/fs/init | 96 ++++++++++++++++++++++++++++++ 637 systems/linux/kernel/vega/tools/glob.mk | 22 +++++++ 638 tools/build/make/git.mk | 20 ++++++- 639 tools/build/make/glob.mk | 22 ++++++- 640 tools/build/make/help.mk | 31 +++++++++- 641 tools/build/make/help/git.txt | 2 - 642 tools/build/make/includes.mk | 23 +++++++ 643 tools/build/make/kconfig.mk | 39 ++++++++++++ 644 tools/build/make/misc.mk | 18 ++++++ 645 tools/build/make/options.mk | 21 +++++++ 646 tools/build/make/scripts.mk | 35 +++++++++++ 647 tools/build/make/test.mk | 20 +++++++ 648 27 files changed, 637 insertions(+), 11 deletions(-) 649 650commit 3fd913ae8275ed55c2a978a82185a2c2df962d8b 651Author: 4248 <[email protected]> 652Date: Thu Dec 4 21:19:20 2025 +0000 653 654 Add GNU GPL v3 License 655 656 Added the GNU General Public License version 3 to the project. 657 658 LICENSE.txt | 674 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 659 1 file changed, 674 insertions(+) 660 661commit 84fa81c928f7560e2744f38ab12a773feb7594c9 662Author: 0x4248 <[email protected]> 663Date: Thu Dec 4 21:09:40 2025 +0000 664 665 README: Update 666 667 doc/README.md | 5 ++++- 668 1 file changed, 4 insertions(+), 1 deletion(-) 669 670commit 66167bc9f4eba650502fb38e12c57363624ab68b 671Author: 0x4248 <[email protected]> 672Date: Thu Dec 4 20:43:21 2025 +0000 673 674 Gitignore: Add .msg and remove .config 675 676 .gitignore | 2 +- 677 1 file changed, 1 insertion(+), 1 deletion(-) 678 679commit 70efad30264b06bf029ac294a28e9ac418ce7fa0 680Author: 0x4248 <[email protected]> 681Date: Thu Dec 4 20:42:29 2025 +0000 682 683 ScrapExplorer: Add index.html ignore 684 685 tools/www/buildpages.py | 4 ++++ 686 1 file changed, 4 insertions(+) 687 688commit 47be9c01d9d1e23a6272be48f9fa22f6e1808273 689Author: 0x4248 <[email protected]> 690Date: Thu Dec 4 12:00:19 2025 +0000 691 692 Git M: Add Kconfig lib 693 694 .gitmodules | 3 +++ 695 ext/kconfiglib | 1 + 696 2 files changed, 4 insertions(+) 697 698commit b4669e4d0a210ca65f7d485e00e2544e30b3a3c3 699Merge: d642fdc e944e3d 700Author: 0x4248 <[email protected]> 701Date: Wed Dec 3 12:26:37 2025 +0000 702 703 Merge branch 'main' of https://www.github.com/0x4248/scrapbook 704 705commit d642fdc1b28e76f285123a7ccddb0b4d3a492187 706Author: 0x4248 <[email protected]> 707Date: Wed Dec 3 12:26:34 2025 +0000 708 709 Add from old server backup 710 711 misc/www/css/basic_black.css | 0 712 systems/linux/dotfiles/nexus/.scripts/menu.sh | 56 +++++++++++++++++++++++++++ 713 2 files changed, 56 insertions(+) 714 715commit e944e3d1a724a8d58149c77d3a0a9ec529889e7a 716Author: 0x4248 <[email protected]> 717Date: Wed Dec 3 12:00:06 2025 +0000 718 719 Im dyslexic... I think. 720 721 systems/linux/kenrel/README | 5 ----- 722 systems/linux/kernel/README | 5 +++++ 723 systems/linux/{kenrel => kernel}/modules/base.c | 0 724 3 files changed, 5 insertions(+), 5 deletions(-) 725 726commit 6d3b52def1f9399c99a2db4ef125abc901ed5da4 727Author: 0x4248 <[email protected]> 728Date: Wed Dec 3 11:54:22 2025 +0000 729 730 Linux > kenrel: Add README 731 732 systems/linux/kenrel/README | 5 +++++ 733 1 file changed, 5 insertions(+) 734 735commit 934f7693ada151f2d5b348b194ca8666ef5b7a60 736Author: 0x4248 <[email protected]> 737Date: Wed Dec 3 11:53:09 2025 +0000 738 739 Linux > kenrel: Add template module 740 741 systems/linux/kenrel/modules/base.c | 30 ++++++++++++++++++++++++++++++ 742 1 file changed, 30 insertions(+) 743 744commit 4c4ea0ef2a9a238ae0567cf962f73152f4493acd 745Author: 0x4248 <[email protected]> 746Date: Wed Dec 3 11:47:24 2025 +0000 747 748 Welcome: Update html tags 749 750 doc/ScrapExplorer/welcome.txt | 6 +++--- 751 1 file changed, 3 insertions(+), 3 deletions(-) 752 753commit 921de6a96f16cc5c26b78b70efa52586e36c585b 754Author: 0x4248 <[email protected]> 755Date: Wed Dec 3 11:39:58 2025 +0000 756 757 Readme: update 758 759 README.md | 28 ++++++++++++++++++++-------- 760 doc/ScrapExplorer/welcome.txt | 22 ++++++++++++++++++++-- 761 2 files changed, 40 insertions(+), 10 deletions(-) 762 763commit 98a1d2b58a56cd4f1d260fd0990bcf309cb17d86 764Author: 0x4248 <[email protected]> 765Date: Tue Dec 2 14:57:17 2025 +0000 766 767 Make: rename g-ac to g-acp and add push function 768 769 Signed-off-by: 0x4248 <[email protected]> 770 771 tools/build/make/git.mk | 5 +++-- 772 1 file changed, 3 insertions(+), 2 deletions(-) 773 774commit 46dea41371e7d001b8f520b893a392e74be9dbc1 775Author: 0x4248 <[email protected]> 776Date: Tue Dec 2 14:55:53 2025 +0000 777 778 Ext: Add SDL 779 780 Signed-off-by: 0x4248 <[email protected]> 781 782 ext/SDL | 1 + 783 1 file changed, 1 insertion(+) 784 785commit 3748925f9709cf9c77378720b62f0bd1b3d123e3 786Author: 0x4248 <[email protected]> 787Date: Mon Dec 1 21:05:06 2025 +0000 788 789 ScrapExplorer: Add git clone 790 791 tools/www/buildpages.py | 1 + 792 1 file changed, 1 insertion(+) 793 794commit 167b1220c7a677d2c89b726a11a36521eca2eac3 795Author: 0x4248 <[email protected]> 796Date: Mon Dec 1 20:55:19 2025 +0000 797 798 Credits: General update 799 800 CREDITS.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 801 README.md | 2 ++ 802 2 files changed, 45 insertions(+) 803 804commit cac8678acdf497e83299d19d80631f63a66c45c5 805Author: 0x4248 <[email protected]> 806Date: Mon Dec 1 20:42:26 2025 +0000 807 808 OLEDBurnInTest: * 809 810 misc/www/OLEDBurnInTest/index.html | 95 ++++++++++++++++++++++++++++++++++++++ 811 1 file changed, 95 insertions(+) 812 813commit 721d9d7c57db4d34a5c224a538b0044aa98460ca 814Author: 0x4248 <[email protected]> 815Date: Mon Dec 1 20:42:15 2025 +0000 816 817 DPX: * 818 819 doc/DPX/DPX25-101050/README.txt | 39 +++++++++++++++++++++++++++++++++++++++ 820 doc/DPX/README.md | 28 ++++++++++++++++++++++++++++ 821 2 files changed, 67 insertions(+) 822 823commit 16f209abdff7b65beb4a98883a971e578e508c18 824Author: 0x4248 <[email protected]> 825Date: Mon Dec 1 20:42:07 2025 +0000 826 827 Make " 828 829 Makefile | 6 ++++++ 830 1 file changed, 6 insertions(+) 831 832commit 6faa706f4bb06a168c273688ac27bcd57557ad82 833Author: 0x4248 <[email protected]> 834Date: Mon Dec 1 20:41:59 2025 +0000 835 836 Make: add base system 837 838 tools/build/make/git.mk | 11 +++++++++++ 839 tools/build/make/glob.mk | 7 +++++++ 840 tools/build/make/help.mk | 5 +++++ 841 tools/build/make/help/git.txt | 2 ++ 842 tools/build/make/includes.mk | 3 +++ 843 5 files changed, 28 insertions(+) 844 845commit cb6fd3639d463b66d69d0a73d004deb7b351dcdc 846Author: 0x4248 <[email protected]> 847Date: Tue Nov 25 19:07:37 2025 +0000 848 849 Pulse: init 850 851 usr/Pulse/CMakeLists.txt | 10 ++++++++ 852 usr/Pulse/src/client.cpp | 38 ++++++++++++++++++++++++++++++ 853 usr/Pulse/src/server.cpp | 60 ++++++++++++++++++++++++++++++++++++++++++++++++ 854 3 files changed, 108 insertions(+) 855 856commit 3dff2a3b3754672f92fee96a7feb550da3f24cab 857Author: 0x4248 <[email protected]> 858Date: Mon Nov 24 22:04:35 2025 +0000 859 860 OpenGL: rm comments 861 862 lab/opengl/CMakeLists.txt | 3 --- 863 1 file changed, 3 deletions(-) 864 865commit ef81a203a158e6f8685489cc59622e7732b40f1f 866Author: 0x4248 <[email protected]> 867Date: Mon Nov 24 22:04:18 2025 +0000 868 869 SDL2: Archive 870 871 lab/archive/sdl2.cpp | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 872 1 file changed, 79 insertions(+) 873 874commit d3b6a0f9b34428a8d4104bbffad2cf687d33ea6a 875Author: 0x4248 <[email protected]> 876Date: Mon Nov 24 22:03:51 2025 +0000 877 878 gitmodules: add SDL 879 880 .gitmodules | 3 +++ 881 1 file changed, 3 insertions(+) 882 883commit 327de4755e4c5752c62266c1d55413bcec6234c7 884Author: 0x4248 <[email protected]> 885Date: Mon Nov 24 22:03:31 2025 +0000 886 887 reflists: mv 888 889 tools/build/clConfGen/generatecland.py | 2 +- 890 include.ref => tools/reflists/include.ref | 1 + 891 scap.ref => tools/reflists/scap.ref | 0 892 3 files changed, 2 insertions(+), 1 deletion(-) 893 894commit e2cd85d6848bd2b62561112e31d3b2518551dc51 895Author: 0x4248 <[email protected]> 896Date: Mon Nov 24 22:02:39 2025 +0000 897 898 Credits: update 899 900 CREDITS.txt | 22 ++++++++++++++++------ 901 1 file changed, 16 insertions(+), 6 deletions(-) 902 903commit 0fd3111a5965590f3f7747f5873427f78cef5381 904Author: 0x4248 <[email protected]> 905Date: Mon Nov 24 21:53:22 2025 +0000 906 907 Credits: add people 908 909 CREDITS.txt | 15 ++++++++++-- 910 lab/sdl2.cpp | 79 ------------------------------------------------------------ 911 2 files changed, 13 insertions(+), 81 deletions(-) 912 913commit 07cff10f3d0a7b9eba1ad55a6d34f1073272828f 914Author: 0x4248 <[email protected]> 915Date: Mon Nov 24 21:20:14 2025 +0000 916 917 Credits: add more credits 918 919 CREDITS.txt | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 920 1 file changed, 94 insertions(+), 4 deletions(-) 921 922commit 5e30c1e125d37e962415e6f4fa114e78e73f54b4 923Author: 0x4248 <[email protected]> 924Date: Mon Nov 24 21:07:16 2025 +0000 925 926 Credits: * 927 928 CREDITS.txt | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 929 1 file changed, 211 insertions(+) 930 931commit ba4b96c04ca99f503ed0f2d2252006c1f5ae65a7 932Author: 0x4248 <[email protected]> 933Date: Sun Nov 23 19:05:35 2025 +0000 934 935 ScrapExplorer: Add more buttons to toolbar 936 937 tools/www/buildpages.py | 16 +++++++++++----- 938 1 file changed, 11 insertions(+), 5 deletions(-) 939 940commit fb99112d842d7a4bc404eb1118f20c260bad7e85 941Author: 0x4248 <[email protected]> 942Date: Fri Nov 21 17:19:41 2025 +0000 943 944 ScrapExplorer: Fix breadcrumb 945 946 tools/www/buildpages.py | 2 +- 947 1 file changed, 1 insertion(+), 1 deletion(-) 948 949commit 16c8756dc39ed226041b508109e676ab4eea3fbf 950Author: 0x4248 <[email protected]> 951Date: Fri Nov 21 17:17:53 2025 +0000 952 953 ScrapExplorer: Update LN 954 955 tools/www/buildpages.py | 1 - 956 1 file changed, 1 deletion(-) 957 958commit d1814218aee33168880ae7cfaef0b42ea1736bf9 959Author: 0x4248 <[email protected]> 960Date: Fri Nov 21 17:06:57 2025 +0000 961 962 Add logs 963 964 tools/www/buildpages.py | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 965 1 file changed, 47 insertions(+) 966 967commit cc7ec5cf5ea99496b7f1ce429a6a47b0ee5f1890 968Author: 0x4248 <[email protected]> 969Date: Fri Nov 21 16:43:43 2025 +0000 970 971 dos: add script 972 973 systems/linux/dos/fixDOSEncoding.sh | 1 + 974 1 file changed, 1 insertion(+) 975 976commit 8b36ba938e53467fe7385f155796ccdb8a3ea07e 977Author: 0x4248 <[email protected]> 978Date: Fri Nov 21 16:43:24 2025 +0000 979 980 opengl: * 981 982 lab/opengl/CMakeLists.txt | 20 ++++++++++++++++++++ 983 lab/opengl/src/main.cpp | 32 ++++++++++++++++++++++++++++++++ 984 2 files changed, 52 insertions(+) 985 986commit d273a54486a18320b3fa87ae8f4ac40509c7becd 987Author: 0x4248 <[email protected]> 988Date: Fri Nov 21 16:42:43 2025 +0000 989 990 ScrapExplorer: Update build process 991 992 tools/www/buildpages.py | 68 ++++++++++++++++++++++++++++++++++++------------- 993 1 file changed, 50 insertions(+), 18 deletions(-) 994 995commit 2bf1e4763fa7b5ae77468c7d568ca7837f3a95e9 996Author: 0x4248 <[email protected]> 997Date: Fri Nov 21 16:09:40 2025 +0000 998 999 I hate clangd but this should work for now 1000 1001 .vscode/c_cpp_properties.json | 32 ++++++++++++++++---------------- 1002 ext/README.md | 7 +++++++ 1003 include.ref | 2 ++ 1004 systems/dos/README.TXT | 0 1005 systems/dos/fixDOSEncoding.sh | 1 - 1006 tools/build/clConfGen/generatecland.py | 20 ++++++++++++++++++++ 1007 6 files changed, 45 insertions(+), 17 deletions(-) 1008 1009commit 53baa833ca1643615870c1e453db94cd87171ab7 1010Author: 0x4248 <[email protected]> 1011Date: Fri Nov 21 12:23:11 2025 +0000 1012 1013 GLFW: add module 1014 1015 .gitignore | 2 +- 1016 .gitmodules | 6 +++--- 1017 ext/glfw | 1 + 1018 3 files changed, 5 insertions(+), 4 deletions(-) 1019 1020commit 4c8c5a1b05da8a0ed9af1552848f7a8b54a5c48b 1021Author: 4248 <[email protected]> 1022Date: Fri Nov 21 12:19:06 2025 +0000 1023 1024 Add ScrapExplorer section to README 1025 1026 Added section for ScrapExplorer and its link. 1027 1028 README.md | 4 ++++ 1029 1 file changed, 4 insertions(+) 1030 1031commit 0b285d1bd85742fa34780edf3b77e5a8bd7e7499 1032Author: 0x4248 <[email protected]> 1033Date: Fri Nov 21 12:11:52 2025 +0000 1034 1035 Add submodules 1036 1037 .gitignore | 3 +++ 1038 .gitmodules | 3 +++ 1039 2 files changed, 6 insertions(+) 1040 1041commit 97af41e30c32a596f4e2794c50d6afed0d6cfd16 1042Author: 0x4248 <[email protected]> 1043Date: Mon Nov 17 00:18:34 2025 +0000 1044 1045 Update CSS 1046 1047 misc/www/css/ScrapExplorer/main.css | 42 ++++++++++++++++++------------------- 1048 1 file changed, 21 insertions(+), 21 deletions(-) 1049 1050commit 84fbd04b4cf3a95483363d251878741b4a9da4d2 1051Author: 0x4248 <[email protected]> 1052Date: Mon Nov 17 00:15:27 2025 +0000 1053 1054 Update colour 1055 1056 misc/www/css/ScrapExplorer/main.css | 1 + 1057 1 file changed, 1 insertion(+) 1058 1059commit e50ca2aed946405ff07152c3ae11bf30e7c29711 1060Author: 0x4248 <[email protected]> 1061Date: Mon Nov 17 00:12:11 2025 +0000 1062 1063 ScrapExplorer: QOL and colour update 1064 1065 misc/www/css/ScrapExplorer/main.css | 21 +++++++++++++++++++++ 1066 misc/www/css/basic_mono.css | 30 +++++++++++++++--------------- 1067 tools/www/buildpages.py | 24 +++++++++++++++++++++++- 1068 3 files changed, 59 insertions(+), 16 deletions(-) 1069 1070commit 37d3d6f9b66bacea2d043608979938e5b2b77578 1071Author: 0x4248 <[email protected]> 1072Date: Sun Nov 16 23:47:45 2025 +0000 1073 1074 ScrapExplorer: fix broken CSS 1075 1076 tools/www/buildpages.py | 4 ++-- 1077 1 file changed, 2 insertions(+), 2 deletions(-) 1078 1079commit 486e4fa3219047420949333b20a675c5e92743ba 1080Author: 0x4248 <[email protected]> 1081Date: Sun Nov 16 23:38:23 2025 +0000 1082 1083 ScrapExplorer: @ 1084 1085 tools/www/buildpages.py | 1 + 1086 1 file changed, 1 insertion(+) 1087 1088commit 4201f93693050a929b95cfcc92a7dc54ee49bc93 1089Author: 0x4248 <[email protected]> 1090Date: Sun Nov 16 23:37:27 2025 +0000 1091 1092 ScrapExplorer: Fix import error 1093 1094 tools/www/buildpages.py | 7 +++++-- 1095 1 file changed, 5 insertions(+), 2 deletions(-) 1096 1097commit 9696470a238528904b4e348be5f47f2270b819dc 1098Author: 0x4248 <[email protected]> 1099Date: Sun Nov 16 14:28:30 2025 +0000 1100 1101 ScrapExplorer: init 1102 1103 .github/workflows/README.txt | 3 - 1104 .github/workflows/pages.yml | 46 +++++++ 1105 .gitignore | 3 + 1106 doc/ScrapExplorer/welcome.txt | 3 + 1107 misc/www/css/ScrapExplorer/main.css | 20 +++ 1108 tools/www/buildpages.py | 256 ++++++++++++++++++++++++++++++++++++ 1109 6 files changed, 328 insertions(+), 3 deletions(-) 1110 1111commit d81243bce1dd138118377483a2675b1b8e094a2f 1112Author: 0x4248 <[email protected]> 1113Date: Mon Nov 10 23:56:57 2025 +0000 1114 1115 scrap.ref: * 1116 1117 .gitignore | 1 + 1118 scap.ref | 5 +++++ 1119 2 files changed, 6 insertions(+) 1120 1121commit de1b989a628ce39777539586fe294360d13b2f7b 1122Author: 0x4248 <[email protected]> 1123Date: Mon Nov 10 23:53:34 2025 +0000 1124 1125 www: add basic mono style 1126 1127 misc/www/css/basic_mono.css | 85 +++++++++++++++++++++++++++++++++++++++++++++ 1128 misc/www/html/pretest.html | 3 +- 1129 2 files changed, 86 insertions(+), 2 deletions(-) 1130 1131commit d33880d053ab56d522685431c400421007196090 1132Author: 0x4248 <[email protected]> 1133Date: Fri Nov 7 00:10:28 2025 +0000 1134 1135 www: add pretest.html 1136 1137 misc/www/html/pretest.html | 16 ++++++++++++++++ 1138 1 file changed, 16 insertions(+) 1139 1140commit d0eb64da0e5d181df12848dc8f556d236db90f51 1141Author: 0x4248 <[email protected]> 1142Date: Fri Nov 7 00:10:11 2025 +0000 1143 1144 Update .gitignore 1145 1146 .gitignore | 4 ++-- 1147 1 file changed, 2 insertions(+), 2 deletions(-) 1148 1149commit 7bb361ae4f1781dfdeeca33ede0a5ffc7bb713ec 1150Author: 0x4248 <[email protected]> 1151Date: Fri Nov 7 00:09:43 2025 +0000 1152 1153 gitignore: www 1154 1155 .gitignore | 2 ++ 1156 1 file changed, 2 insertions(+) 1157 1158commit 6cecce9f6ac7436fbae42fd52840f6c3a5e99436 1159Author: 0x4248 <[email protected]> 1160Date: Fri Nov 7 00:09:18 2025 +0000 1161 1162 www: add README 1163 1164 misc/www/README.txt | 4 ++++ 1165 1 file changed, 4 insertions(+) 1166 1167commit 3e4071d2d25cb18976d4b8e8eac5b54bc2a98cff 1168Author: 0x4248 <[email protected]> 1169Date: Wed Nov 5 20:46:45 2025 +0000 1170 1171 dotfiles: add nexus quick install 1172 1173 systems/linux/dotfiles/install_nexus.sh | 1 + 1174 1 file changed, 1 insertion(+) 1175 1176commit ddbac762e5f5e8c72b45ca72acf3185e85672a07 1177Author: 4248 <[email protected]> 1178Date: Mon Nov 3 23:31:32 2025 +0000 1179 1180 Update utils.py 1181 1182 misc/plxkit/utils.py | 1 + 1183 1 file changed, 1 insertion(+) 1184 1185commit 7b82d695d847e562e8d455ace72c6f7104ae6e93 1186Author: 0x4248 <[email protected]> 1187Date: Sat Nov 1 23:28:25 2025 +0000 1188 1189 Remove glsl to gitignore 1190 1191 .gitignore | 1 + 1192 1 file changed, 1 insertion(+) 1193 1194commit a5241993ed4fc81cad60a52bcef5a4f4387ea061 1195Author: 0x4248 <[email protected]> 1196Date: Sat Nov 1 23:28:01 2025 +0000 1197 1198 DOS: * 1199 1200 systems/dos/README.TXT | 0 1201 systems/dos/fixDOSEncoding.sh | 1 + 1202 2 files changed, 1 insertion(+) 1203 1204commit b68bc55eafb3dbcbcf33c5e82d06911f55a911f5 1205Author: 0x4248 <[email protected]> 1206Date: Sun Oct 26 16:48:43 2025 +0000 1207 1208 GLSL: * 1209 1210 misc/GLSL/Circle.glsl | 24 ++++++++++++++++++++++++ 1211 misc/GLSL/Colour_bars.glsl | 30 ++++++++++++++++++++++++++++++ 1212 misc/GLSL/Colour_bars_fade.glsl | 33 +++++++++++++++++++++++++++++++++ 1213 misc/GLSL/Gradient.glsl | 16 ++++++++++++++++ 1214 4 files changed, 103 insertions(+) 1215 1216commit a2dc486d8d46d3dcaf2287d0be492598bf34fa41 1217Author: 0x4248 <[email protected]> 1218Date: Thu Oct 23 21:17:58 2025 +0100 1219 1220 lab: add sdl2.cpp 1221 1222 lab/sdl2.cpp | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1223 1 file changed, 79 insertions(+) 1224 1225commit a1177a1fec6793dbb5516a3938ce079a9e68b9ad 1226Author: 0x4248 <[email protected]> 1227Date: Thu Oct 23 21:17:46 2025 +0100 1228 1229 gitignore: add __pycache__ and add !build/ 1230 1231 .gitignore | 1 + 1232 tools/.gitignore | 1 + 1233 2 files changed, 2 insertions(+) 1234 1235commit d1439dfd9fb7bed8cb3d4686f1a0cd370095562c 1236Author: 0x4248 <[email protected]> 1237Date: Tue Oct 21 20:46:45 2025 +0100 1238 1239 git: update .gitignore's 1240 1241 .gitignore | 6 +++++ 1242 systems/linux/dotfiles/.gitignore | 1 + 1243 systems/linux/dotfiles/nexus/.bashrc | 47 ++++++++++++++++++++++++++++++++++++ 1244 tools/utils/DLx/.gitignore | 4 ++- 1245 4 files changed, 57 insertions(+), 1 deletion(-) 1246 1247commit 7a23ce62a92cf1aaddc9af423eb51869504c11e8 1248Author: 0x4248 <[email protected]> 1249Date: Mon Oct 20 11:35:01 2025 +0100 1250 1251 gitignore: fix typo 1252 1253 .gitignore | 6 ++++-- 1254 arch/arm/arm_barebones/linker.ld | 11 +++++++++++ 1255 2 files changed, 15 insertions(+), 2 deletions(-) 1256 1257commit f175b8fe927bcb1c7f06c907617e01fa4772f097 1258Author: 0x4248 <[email protected]> 1259Date: Mon Oct 20 11:34:32 2025 +0100 1260 1261 Redo entire repo structor AGAIN 1262 1263 But this time I hope its the last 1264 1265 arch/arm/arm_barebones/.gitignore | 3 + 1266 arch/arm/arm_barebones/Makefile | 30 +++++++++ 1267 arch/arm/arm_barebones/boot/boot.s | 13 ++++ 1268 arch/arm/arm_barebones/include/power.h | 9 +++ 1269 arch/arm/arm_barebones/kernel/kernel.c | 37 +++++++++++ 1270 arch/arm/arm_barebones/kernel/power.c | 11 ++++ 1271 .../x64/linux}/file_writing/.gitignore | 0 1272 .../x64/linux}/file_writing/build.sh | 0 1273 .../x64/linux}/file_writing/main.s | 0 1274 .../asm/x64-linux => arch/x64/linux}/return/README | 0 1275 .../x64-linux => arch/x64/linux}/return/build.sh | 0 1276 .../asm/x64-linux => arch/x64/linux}/return/main.s | 0 1277 arch/x86/phoenix/Makefile | 40 ++++++++++++ 1278 arch/x86/phoenix/README | 15 +++++ 1279 arch/x86/phoenix/src/boot.s | 36 +++++++++++ 1280 arch/x86/phoenix/src/kernel.s | 68 +++++++++++++++++++++ 1281 arch/x86/phoenix/src/lib/colorscreen.s | 20 ++++++ 1282 arch/x86/phoenix/src/lib/keyboard.s | 4 ++ 1283 arch/x86/phoenix/src/lib/print.s | 33 ++++++++++ 1284 {langs/asm => arch/x86}/x86bootdisk/.gitignore | 0 1285 {langs/asm => arch/x86}/x86bootdisk/Makefile | 4 +- 1286 {langs/asm => arch/x86}/x86bootdisk/README.md | 0 1287 {langs/asm => arch/x86}/x86bootdisk/src/boot.asm | 0 1288 .../x86}/x86bootdisk/src/lost-version.asm | 0 1289 .../FileConstruct/FileConstructor.java | 2 +- 1290 .../java => lab}/FileConstruct/demos/Filling.java | 4 +- 1291 .../FileConstruct/demos/HelloWorld.java | 4 +- 1292 .../FileConstruct/demos/Replacing.java | 4 +- 1293 .../FileConstruct/demos/x86BootSector.java | 4 +- 1294 {langs => lab}/c/bitmap/README.md | 0 1295 {langs => lab}/c/bitmap/bitmap.c | 0 1296 {langs => lab}/c/bitmap/bmp_head.h | 0 1297 {langs => lab}/c/bitmap/bmp_pixel.h | 0 1298 {langs => lab}/c/bitmap/build.sh | 0 1299 {langs => lab}/c/compiled_c/.gitignore | 0 1300 {langs => lab}/c/compiled_c/CODE_OF_CONDUCT.md | 0 1301 {langs => lab}/c/compiled_c/CONTRIBUTING.md | 0 1302 {langs => lab}/c/compiled_c/LICENCE | 0 1303 {langs => lab}/c/compiled_c/Makefile | 0 1304 {langs => lab}/c/compiled_c/README.txt | 0 1305 {langs => lab}/c/compiled_c/SECURITY.md | 0 1306 {langs => lab}/c/compiled_c/config.mk | 0 1307 {langs => lab}/c/compiled_c/sources.conf | 0 1308 .../c/compiled_c/src/functions/add/Makefile | 0 1309 .../compiled_c/src/functions/add/build/assembly.s | 0 1310 .../c/compiled_c/src/functions/add/build/compiled | Bin 1311 .../compiled_c/src/functions/add/build/objdump.txt | 0 1312 .../c/compiled_c/src/functions/add/main.c | 0 1313 .../c/compiled_c/src/functions/return/Makefile | 0 1314 .../src/functions/return/build/assembly.s | 0 1315 .../compiled_c/src/functions/return/build/compiled | Bin 1316 .../src/functions/return/build/objdump.txt | 0 1317 .../c/compiled_c/src/functions/return/main.c | 0 1318 .../c/compiled_c/src/functions/subtract/Makefile | 0 1319 .../src/functions/subtract/build/assembly.s | 0 1320 .../src/functions/subtract/build/compiled | Bin 1321 .../src/functions/subtract/build/objdump.txt | 0 1322 .../c/compiled_c/src/functions/subtract/main.c | 0 1323 .../c/compiled_c/src/general/add/Makefile | 0 1324 .../c/compiled_c/src/general/add/build/assembly.s | 0 1325 .../c/compiled_c/src/general/add/build/compiled | Bin 1326 .../c/compiled_c/src/general/add/build/objdump.txt | 0 1327 {langs => lab}/c/compiled_c/src/general/add/main.c | 0 1328 .../c/compiled_c/src/general/cat_strings/Makefile | 0 1329 .../src/general/cat_strings/build/assembly.s | 0 1330 .../src/general/cat_strings/build/compiled | Bin 1331 .../src/general/cat_strings/build/objdump.txt | 0 1332 .../c/compiled_c/src/general/cat_strings/main.c | 0 1333 .../c/compiled_c/src/general/constants/Makefile | 0 1334 .../src/general/constants/build/assembly.s | 0 1335 .../src/general/constants/build/compiled | Bin 1336 .../src/general/constants/build/objdump.txt | 0 1337 .../c/compiled_c/src/general/constants/main.c | 0 1338 .../c/compiled_c/src/general/divide/Makefile | 0 1339 .../compiled_c/src/general/divide/build/assembly.s | 0 1340 .../c/compiled_c/src/general/divide/build/compiled | Bin 1341 .../src/general/divide/build/objdump.txt | 0 1342 .../c/compiled_c/src/general/divide/main.c | 0 1343 .../c/compiled_c/src/general/hello_world/Makefile | 0 1344 .../src/general/hello_world/build/assembly.s | 0 1345 .../src/general/hello_world/build/compiled | Bin 1346 .../src/general/hello_world/build/objdump.txt | 0 1347 .../c/compiled_c/src/general/hello_world/main.c | 0 1348 .../c/compiled_c/src/general/if/Makefile | 0 1349 .../c/compiled_c/src/general/if/build/assembly.s | 0 1350 .../c/compiled_c/src/general/if/build/compiled | Bin 1351 .../c/compiled_c/src/general/if/build/objdump.txt | 0 1352 {langs => lab}/c/compiled_c/src/general/if/main.c | 0 1353 .../c/compiled_c/src/general/if_else/Makefile | 0 1354 .../src/general/if_else/build/assembly.s | 0 1355 .../compiled_c/src/general/if_else/build/compiled | Bin 1356 .../src/general/if_else/build/objdump.txt | 0 1357 .../c/compiled_c/src/general/if_else/main.c | 0 1358 .../c/compiled_c/src/general/main/Makefile | 0 1359 .../c/compiled_c/src/general/main/build/assembly.s | 0 1360 .../c/compiled_c/src/general/main/build/compiled | Bin 1361 .../compiled_c/src/general/main/build/objdump.txt | 0 1362 .../c/compiled_c/src/general/main/main.c | 0 1363 .../c/compiled_c/src/general/multiply/Makefile | 0 1364 .../src/general/multiply/build/assembly.s | 0 1365 .../compiled_c/src/general/multiply/build/compiled | Bin 1366 .../src/general/multiply/build/objdump.txt | 0 1367 .../c/compiled_c/src/general/multiply/main.c | 0 1368 .../c/compiled_c/src/general/strings/Makefile | 0 1369 .../src/general/strings/build/assembly.s | 0 1370 .../compiled_c/src/general/strings/build/compiled | Bin 1371 .../src/general/strings/build/objdump.txt | 0 1372 .../c/compiled_c/src/general/strings/main.c | 0 1373 .../c/compiled_c/src/general/subtract/Makefile | 0 1374 .../src/general/subtract/build/assembly.s | 0 1375 .../compiled_c/src/general/subtract/build/compiled | Bin 1376 .../src/general/subtract/build/objdump.txt | 0 1377 .../c/compiled_c/src/general/subtract/main.c | 0 1378 {langs => lab}/c/compiled_c/tools/run_makefiles.py | 0 1379 {langs => lab}/c/factorial/CMakeLists.txt | 0 1380 {langs => lab}/c/factorial/main.c | 0 1381 {langs => lab}/c/tiny/CMakeLists.txt | 0 1382 {langs => lab}/c/tiny/README.md | 0 1383 {langs => lab}/c/tiny/build.sh | 0 1384 {langs => lab}/c/tiny/hello.c | 0 1385 {langs => lab}/c/tiny/math.c | 0 1386 {langs => lab}/c/tiny/tiny.c | 0 1387 {langs => lab}/c/virtual_hardware/Makefile | 0 1388 {langs => lab}/c/virtual_hardware/README.txt | 0 1389 .../c/virtual_hardware/include/lib/libbit.h | 0 1390 .../c/virtual_hardware/include/lib/libbus.h | 0 1391 .../c/virtual_hardware/include/mod/gates.h | 0 1392 .../c/virtual_hardware/mod/example_chip.c | 0 1393 {langs => lab}/c/virtual_hardware/mod/gates.c | 0 1394 {langs => lab}/c/virtual_hardware/mod/halfadder.c | 0 1395 {langs => lab}/c/virtual_hardware/mod/main.c | 0 1396 {langs => lab}/c/virtual_hardware/mod/modules.mk | 0 1397 {langs => lab}/c/weird_loops/CMakeLists.txt | 0 1398 {langs => lab}/c/weird_loops/main.c | 0 1399 {langs => lab}/c/writing_raw/CMakeLists.txt | 0 1400 {langs => lab}/c/writing_raw/README | 0 1401 {langs => lab}/c/writing_raw/basic.c | 0 1402 {langs => lab}/c/writing_raw/hello.c | 0 1403 {langs => lab}/c/writing_raw/include/write.h | 0 1404 {langs => lab}/c/writing_raw/write.c | 0 1405 {langs/java => lab}/decomplab/README.txt | 0 1406 {langs/java => lab}/decomplab/src/DecompLib.java | 2 + 1407 {langs/java => lab}/decomplab/src/Template.java | 2 + 1408 langs/c/README.txt | 7 --- 1409 linux/dotfiles/nexus/.bashrc | 30 --------- 1410 linux/usr/README.txt | 5 -- 1411 {langs => misc}/fortran/add.f90 | 0 1412 {langs => misc}/fortran/arguments.f90 | 0 1413 {langs => misc}/fortran/factorial.f90 | 0 1414 {langs => misc}/fortran/file.f90 | 0 1415 {langs => misc}/fortran/hello_world.f90 | 0 1416 {langs => misc}/fortran/matrix.f90 | 0 1417 {langs => misc}/fortran/prime_number.f90 | 0 1418 {langs/java => misc}/jbuild-testing/build.sh | 0 1419 {langs/java => misc}/jbuild-testing/main.java | 0 1420 misc/plxkit/__main__.py | 58 ++++++++++++++++++ 1421 misc/plxkit/pipe.py | 16 +++++ 1422 misc/plxkit/record.py | 28 +++++++++ 1423 misc/plxkit/utils.py | 35 +++++++++++ 1424 {linux => systems/linux}/dotfiles/README.txt | 0 1425 systems/linux/rpi/GPIO_send.c | 47 ++++++++++++++ 1426 {linux => systems/linux}/sbin/README.txt | 0 1427 .../linux}/sbin/pacman-alarm-reset.sh | 0 1428 tools/utils/DLx/.gitignore | 2 + 1429 tools/utils/DLx/README.md | 9 +++ 1430 tools/utils/DLx/src/clients/requests.py | 23 +++++++ 1431 tools/utils/DLx/src/clients/wget.py | 21 +++++++ 1432 tools/utils/DLx/src/drivers/apache.py | 62 +++++++++++++++++++ 1433 tools/utils/DLx/src/main.py | 57 +++++++++++++++++ 1434 tools/utils/DLx/tools/tsv_filter.py | 13 ++++ 1435 {langs/c => usr}/XORenc/CMakeLists.txt | 0 1436 {langs/c => usr}/XORenc/README.txt | 0 1437 {langs/c => usr}/XORenc/main.c | 0 1438 {linux/usr => usr}/blkrn/README.md | 0 1439 {linux/usr => usr}/blkrn/blkrn.cpp | 0 1440 {langs/c => usr}/http_server/CMakeLists.txt | 0 1441 {langs/c => usr}/http_server/README.md | 0 1442 {langs/c => usr}/http_server/server.c | 0 1443 {langs/c => usr}/light_builtins/README.txt | 0 1444 {langs/c => usr}/light_builtins/cat.c | 0 1445 {langs/c => usr}/light_builtins/config.h | 0 1446 {langs/c => usr}/light_builtins/cp.c | 0 1447 {langs/c => usr}/light_builtins/date.c | 0 1448 {langs/c => usr}/light_builtins/echo.c | 0 1449 {langs/c => usr}/light_builtins/ls.c | 0 1450 {langs/c => usr}/light_builtins/mkdir.c | 0 1451 {langs/c => usr}/light_builtins/mv.c | 0 1452 {langs/c => usr}/light_builtins/pwd.c | 0 1453 {langs/c => usr}/light_builtins/rm.c | 0 1454 {langs/c => usr}/light_builtins/rmdir.c | 0 1455 {langs/c => usr}/light_builtins/touch.c | 0 1456 191 files changed, 706 insertions(+), 52 deletions(-) 1457 1458commit 30aa9dbc790a0e78a8b1c724d25d1398503aa944 1459Author: 0x4248 <[email protected]> 1460Date: Sun Oct 19 19:21:16 2025 +0100 1461 1462 fortran: Add ne code and cleanup 1463 1464 Found some more fortran code whilst going trough some old hard drives 1465 and got rid of that crazy copyright 1466 1467 langs/fortran/README | 10 --------- 1468 langs/fortran/add.f90 | 24 +++++++++++++++++++++ 1469 langs/fortran/arguments.f90 | 26 +++++++++++++++++++++++ 1470 langs/fortran/factorial.f90 | 32 ++++++++++++++++++++++++++++ 1471 langs/fortran/{filetest => }/file.f90 | 12 ++--------- 1472 langs/fortran/filetest/Makefile | 32 ---------------------------- 1473 langs/fortran/filetest/README | 4 ---- 1474 langs/fortran/hello_world.f90 | 19 +++++++++++++++++ 1475 langs/fortran/{matrix => }/matrix.f90 | 15 ++++---------- 1476 langs/fortran/matrix/Makefile | 33 ----------------------------- 1477 langs/fortran/matrix/README | 13 ------------ 1478 langs/fortran/prime_number.f90 | 39 +++++++++++++++++++++++++++++++++++ 1479 12 files changed, 146 insertions(+), 113 deletions(-) 1480 1481commit 62220c008b7d17a8adcea1822c5de2450e631b37 1482Author: 0x4248 <[email protected]> 1483Date: Sun Oct 19 19:13:16 2025 +0100 1484 1485 x86bootdisk: add another bootdisk I found 1486 1487 langs/asm/x86bootdisk/.gitignore | 3 +- 1488 langs/asm/x86bootdisk/Makefile | 4 +-- 1489 langs/asm/x86bootdisk/README.md | 4 +-- 1490 langs/asm/x86bootdisk/src/lost-version.asm | 55 ++++++++++++++++++++++++++++++ 1491 4 files changed, 61 insertions(+), 5 deletions(-) 1492 1493commit 39d12c9c46a0e3cc8e744bbc3347c7615557dc5d 1494Author: 0x4248 <[email protected]> 1495Date: Sun Oct 19 19:12:46 2025 +0100 1496 1497 Gitignore: explain that chaos 1498 1499 .gitignore | 30 ++---------------------------- 1500 1 file changed, 2 insertions(+), 28 deletions(-) 1501 1502commit 19db6484cffc6cb1659abd0cea555e0baa0106c3 1503Author: 0x4248 <[email protected]> 1504Date: Sun Oct 19 19:05:19 2025 +0100 1505 1506 junkref: mv to tools/build/junkref 1507 1508 tools/build/{ => junkref}/junkref.py | 0 1509 tools/scrapbuild.py | 129 ----------------------------------- 1510 2 files changed, 129 deletions(-) 1511 1512commit 1f709fd5926e04cf8d482bd8c644b45b3e283214 1513Author: 0x4248 <[email protected]> 1514Date: Sun Oct 19 18:58:36 2025 +0100 1515 1516 misc: update repo structure 1517 1518 langs/asm/x64-linux/file_writing/.gitignore | 1 + 1519 langs/asm/x64-linux/file_writing/build.sh | 2 + 1520 langs/asm/x64-linux/file_writing/main.s | 46 ++ 1521 langs/asm/x64-linux/return/README | 31 + 1522 langs/asm/x64-linux/return/build.sh | 2 + 1523 langs/asm/x64-linux/return/main.s | 24 + 1524 langs/asm/x86bootdisk/.gitignore | 13 + 1525 langs/asm/x86bootdisk/Makefile | 33 + 1526 langs/asm/x86bootdisk/README.md | 9 + 1527 langs/asm/x86bootdisk/src/boot.asm | 48 ++ 1528 langs/c/README.txt | 7 + 1529 langs/c/XORenc/CMakeLists.txt | 16 + 1530 langs/c/XORenc/README.txt | 19 + 1531 langs/c/XORenc/main.c | 51 ++ 1532 langs/c/bitmap/README.md | 7 + 1533 langs/c/bitmap/bitmap.c | 98 +++ 1534 langs/c/bitmap/bmp_head.h | 51 ++ 1535 langs/c/bitmap/bmp_pixel.h | 27 + 1536 langs/c/bitmap/build.sh | 1 + 1537 langs/c/compiled_c/.gitignore | 1 + 1538 langs/c/compiled_c/CODE_OF_CONDUCT.md | 128 ++++ 1539 langs/c/compiled_c/CONTRIBUTING.md | 40 ++ 1540 langs/c/compiled_c/LICENCE | 674 +++++++++++++++++++++ 1541 langs/c/compiled_c/Makefile | 16 + 1542 langs/c/compiled_c/README.txt | 6 + 1543 langs/c/compiled_c/SECURITY.md | 3 + 1544 langs/c/compiled_c/config.mk | 14 + 1545 langs/c/compiled_c/sources.conf | 14 + 1546 langs/c/compiled_c/src/functions/add/Makefile | 24 + 1547 .../compiled_c/src/functions/add/build/assembly.s | 71 +++ 1548 .../c/compiled_c/src/functions/add/build/compiled | Bin 0 -> 15800 bytes 1549 .../compiled_c/src/functions/add/build/objdump.txt | 328 ++++++++++ 1550 langs/c/compiled_c/src/functions/add/main.c | 21 + 1551 langs/c/compiled_c/src/functions/return/Makefile | 24 + 1552 .../src/functions/return/build/assembly.s | 58 ++ 1553 .../compiled_c/src/functions/return/build/compiled | Bin 0 -> 15800 bytes 1554 .../src/functions/return/build/objdump.txt | 313 ++++++++++ 1555 langs/c/compiled_c/src/functions/return/main.c | 18 + 1556 langs/c/compiled_c/src/functions/subtract/Makefile | 24 + 1557 .../src/functions/subtract/build/assembly.s | 70 +++ 1558 .../src/functions/subtract/build/compiled | Bin 0 -> 15800 bytes 1559 .../src/functions/subtract/build/objdump.txt | 327 ++++++++++ 1560 langs/c/compiled_c/src/functions/subtract/main.c | 21 + 1561 langs/c/compiled_c/src/general/add/Makefile | 24 + 1562 .../c/compiled_c/src/general/add/build/assembly.s | 44 ++ 1563 langs/c/compiled_c/src/general/add/build/compiled | Bin 0 -> 15768 bytes 1564 .../c/compiled_c/src/general/add/build/objdump.txt | 304 ++++++++++ 1565 langs/c/compiled_c/src/general/add/main.c | 16 + 1566 .../c/compiled_c/src/general/cat_strings/Makefile | 24 + 1567 .../src/general/cat_strings/build/assembly.s | 57 ++ 1568 .../src/general/cat_strings/build/compiled | Bin 0 -> 16008 bytes 1569 .../src/general/cat_strings/build/objdump.txt | 364 +++++++++++ 1570 langs/c/compiled_c/src/general/cat_strings/main.c | 18 + 1571 langs/c/compiled_c/src/general/constants/Makefile | 24 + 1572 .../src/general/constants/build/assembly.s | 38 ++ 1573 .../src/general/constants/build/compiled | Bin 0 -> 15768 bytes 1574 .../src/general/constants/build/objdump.txt | 297 +++++++++ 1575 langs/c/compiled_c/src/general/constants/main.c | 19 + 1576 langs/c/compiled_c/src/general/divide/Makefile | 24 + 1577 .../compiled_c/src/general/divide/build/assembly.s | 43 ++ 1578 .../c/compiled_c/src/general/divide/build/compiled | Bin 0 -> 15768 bytes 1579 .../src/general/divide/build/objdump.txt | 303 +++++++++ 1580 langs/c/compiled_c/src/general/divide/main.c | 16 + 1581 .../c/compiled_c/src/general/hello_world/Makefile | 24 + 1582 .../src/general/hello_world/build/assembly.s | 45 ++ 1583 .../src/general/hello_world/build/compiled | Bin 0 -> 15952 bytes 1584 .../src/general/hello_world/build/objdump.txt | 328 ++++++++++ 1585 langs/c/compiled_c/src/general/hello_world/main.c | 16 + 1586 langs/c/compiled_c/src/general/if/Makefile | 24 + 1587 langs/c/compiled_c/src/general/if/build/assembly.s | 45 ++ 1588 langs/c/compiled_c/src/general/if/build/compiled | Bin 0 -> 15768 bytes 1589 .../c/compiled_c/src/general/if/build/objdump.txt | 303 +++++++++ 1590 langs/c/compiled_c/src/general/if/main.c | 18 + 1591 langs/c/compiled_c/src/general/if_else/Makefile | 24 + 1592 .../src/general/if_else/build/assembly.s | 45 ++ 1593 .../compiled_c/src/general/if_else/build/compiled | Bin 0 -> 15768 bytes 1594 .../src/general/if_else/build/objdump.txt | 303 +++++++++ 1595 langs/c/compiled_c/src/general/if_else/main.c | 17 + 1596 langs/c/compiled_c/src/general/main/Makefile | 24 + 1597 .../c/compiled_c/src/general/main/build/assembly.s | 38 ++ 1598 langs/c/compiled_c/src/general/main/build/compiled | Bin 0 -> 15768 bytes 1599 .../compiled_c/src/general/main/build/objdump.txt | 297 +++++++++ 1600 langs/c/compiled_c/src/general/main/main.c | 13 + 1601 langs/c/compiled_c/src/general/multiply/Makefile | 24 + 1602 .../src/general/multiply/build/assembly.s | 43 ++ 1603 .../compiled_c/src/general/multiply/build/compiled | Bin 0 -> 15768 bytes 1604 .../src/general/multiply/build/objdump.txt | 303 +++++++++ 1605 langs/c/compiled_c/src/general/multiply/main.c | 16 + 1606 langs/c/compiled_c/src/general/strings/Makefile | 24 + 1607 .../src/general/strings/build/assembly.s | 51 ++ 1608 .../compiled_c/src/general/strings/build/compiled | Bin 0 -> 15960 bytes 1609 .../src/general/strings/build/objdump.txt | 342 +++++++++++ 1610 langs/c/compiled_c/src/general/strings/main.c | 16 + 1611 langs/c/compiled_c/src/general/subtract/Makefile | 24 + 1612 .../src/general/subtract/build/assembly.s | 44 ++ 1613 .../compiled_c/src/general/subtract/build/compiled | Bin 0 -> 15768 bytes 1614 .../src/general/subtract/build/objdump.txt | 304 ++++++++++ 1615 langs/c/compiled_c/src/general/subtract/main.c | 16 + 1616 langs/c/compiled_c/tools/run_makefiles.py | 41 ++ 1617 langs/c/factorial/CMakeLists.txt | 16 + 1618 langs/c/factorial/main.c | 68 +++ 1619 langs/c/http_server/CMakeLists.txt | 16 + 1620 langs/c/http_server/README.md | 22 + 1621 langs/c/http_server/server.c | 107 ++++ 1622 langs/c/light_builtins/README.txt | 1 + 1623 langs/c/light_builtins/cat.c | 41 ++ 1624 langs/c/light_builtins/config.h | 20 + 1625 langs/c/light_builtins/cp.c | 52 ++ 1626 langs/c/light_builtins/date.c | 31 + 1627 langs/c/light_builtins/echo.c | 31 + 1628 langs/c/light_builtins/ls.c | 53 ++ 1629 langs/c/light_builtins/mkdir.c | 31 + 1630 langs/c/light_builtins/mv.c | 35 ++ 1631 langs/c/light_builtins/pwd.c | 32 + 1632 langs/c/light_builtins/rm.c | 34 ++ 1633 langs/c/light_builtins/rmdir.c | 49 ++ 1634 langs/c/light_builtins/touch.c | 50 ++ 1635 langs/c/tiny/CMakeLists.txt | 22 + 1636 langs/c/tiny/README.md | 3 + 1637 langs/c/tiny/build.sh | 32 + 1638 langs/c/tiny/hello.c | 20 + 1639 langs/c/tiny/math.c | 37 ++ 1640 langs/c/tiny/tiny.c | 17 + 1641 langs/c/virtual_hardware/Makefile | 18 + 1642 langs/c/virtual_hardware/README.txt | 7 + 1643 langs/c/virtual_hardware/include/lib/libbit.h | 26 + 1644 langs/c/virtual_hardware/include/lib/libbus.h | 29 + 1645 langs/c/virtual_hardware/include/mod/gates.h | 23 + 1646 langs/c/virtual_hardware/mod/example_chip.c | 29 + 1647 langs/c/virtual_hardware/mod/gates.c | 48 ++ 1648 langs/c/virtual_hardware/mod/halfadder.c | 28 + 1649 langs/c/virtual_hardware/mod/main.c | 1 + 1650 langs/c/virtual_hardware/mod/modules.mk | 3 + 1651 langs/c/weird_loops/CMakeLists.txt | 16 + 1652 langs/c/weird_loops/main.c | 73 +++ 1653 langs/c/writing_raw/CMakeLists.txt | 19 + 1654 langs/c/writing_raw/README | 4 + 1655 langs/c/writing_raw/basic.c | 28 + 1656 langs/c/writing_raw/hello.c | 28 + 1657 langs/c/writing_raw/include/write.h | 20 + 1658 langs/c/writing_raw/write.c | 45 ++ 1659 langs/fortran/README | 10 + 1660 langs/fortran/filetest/Makefile | 32 + 1661 langs/fortran/filetest/README | 4 + 1662 langs/fortran/filetest/file.f90 | 41 ++ 1663 langs/fortran/matrix/Makefile | 33 + 1664 langs/fortran/matrix/README | 13 + 1665 langs/fortran/matrix/matrix.f90 | 96 +++ 1666 langs/java/FileConstruct/FileConstructor.java | 304 ++++++++++ 1667 langs/java/FileConstruct/demos/Filling.java | 30 + 1668 langs/java/FileConstruct/demos/HelloWorld.java | 55 ++ 1669 langs/java/FileConstruct/demos/Replacing.java | 36 ++ 1670 langs/java/FileConstruct/demos/x86BootSector.java | 39 ++ 1671 langs/java/decomplab/README.txt | 1 + 1672 langs/java/decomplab/src/DecompLib.java | 40 ++ 1673 langs/java/decomplab/src/Template.java | 119 ++++ 1674 langs/java/jbuild-testing/build.sh | 1 + 1675 langs/java/jbuild-testing/main.java | 9 + 1676 158 files changed, 9236 insertions(+) 1677 1678commit 1adef58ef14890898e2d946b55293ae79032a86a 1679Author: 0x4248 <[email protected]> 1680Date: Sun Oct 19 18:58:19 2025 +0100 1681 1682 misc: update repo structure 1683 1684 GLSL/Circle.glsl | 24 - 1685 GLSL/Colour_bars.glsl | 30 - 1686 GLSL/Colour_bars_fade.glsl | 33 - 1687 GLSL/Gradient.glsl | 16 - 1688 Makefile | 41 -- 1689 asm/x64-linux/file_writing/.gitignore | 1 - 1690 asm/x64-linux/file_writing/build.sh | 2 - 1691 asm/x64-linux/file_writing/main.s | 46 -- 1692 asm/x64-linux/return/README | 31 - 1693 asm/x64-linux/return/build.sh | 2 - 1694 asm/x64-linux/return/main.s | 24 - 1695 asm/x86bootdisk/.gitignore | 13 - 1696 asm/x86bootdisk/Makefile | 33 - 1697 asm/x86bootdisk/README.md | 9 - 1698 asm/x86bootdisk/src/boot.asm | 48 -- 1699 c/README.txt | 7 - 1700 c/XORenc/CMakeLists.txt | 16 - 1701 c/XORenc/README.txt | 19 - 1702 c/XORenc/main.c | 51 -- 1703 c/bitmap/README.md | 7 - 1704 c/bitmap/bitmap.c | 98 --- 1705 c/bitmap/bmp_head.h | 51 -- 1706 c/bitmap/bmp_pixel.h | 27 - 1707 c/bitmap/build.sh | 1 - 1708 c/compiled_c/.gitignore | 1 - 1709 c/compiled_c/CODE_OF_CONDUCT.md | 128 ---- 1710 c/compiled_c/CONTRIBUTING.md | 40 -- 1711 c/compiled_c/LICENCE | 674 --------------------- 1712 c/compiled_c/Makefile | 16 - 1713 c/compiled_c/README.txt | 6 - 1714 c/compiled_c/SECURITY.md | 3 - 1715 c/compiled_c/config.mk | 14 - 1716 c/compiled_c/sources.conf | 14 - 1717 c/compiled_c/src/functions/add/Makefile | 24 - 1718 c/compiled_c/src/functions/add/build/assembly.s | 71 --- 1719 c/compiled_c/src/functions/add/build/compiled | Bin 15800 -> 0 bytes 1720 c/compiled_c/src/functions/add/build/objdump.txt | 328 ---------- 1721 c/compiled_c/src/functions/add/main.c | 21 - 1722 c/compiled_c/src/functions/return/Makefile | 24 - 1723 c/compiled_c/src/functions/return/build/assembly.s | 58 -- 1724 c/compiled_c/src/functions/return/build/compiled | Bin 15800 -> 0 bytes 1725 .../src/functions/return/build/objdump.txt | 313 ---------- 1726 c/compiled_c/src/functions/return/main.c | 18 - 1727 c/compiled_c/src/functions/subtract/Makefile | 24 - 1728 .../src/functions/subtract/build/assembly.s | 70 --- 1729 c/compiled_c/src/functions/subtract/build/compiled | Bin 15800 -> 0 bytes 1730 .../src/functions/subtract/build/objdump.txt | 327 ---------- 1731 c/compiled_c/src/functions/subtract/main.c | 21 - 1732 c/compiled_c/src/general/add/Makefile | 24 - 1733 c/compiled_c/src/general/add/build/assembly.s | 44 -- 1734 c/compiled_c/src/general/add/build/compiled | Bin 15768 -> 0 bytes 1735 c/compiled_c/src/general/add/build/objdump.txt | 304 ---------- 1736 c/compiled_c/src/general/add/main.c | 16 - 1737 c/compiled_c/src/general/cat_strings/Makefile | 24 - 1738 .../src/general/cat_strings/build/assembly.s | 57 -- 1739 .../src/general/cat_strings/build/compiled | Bin 16008 -> 0 bytes 1740 .../src/general/cat_strings/build/objdump.txt | 364 ----------- 1741 c/compiled_c/src/general/cat_strings/main.c | 18 - 1742 c/compiled_c/src/general/constants/Makefile | 24 - 1743 .../src/general/constants/build/assembly.s | 38 -- 1744 c/compiled_c/src/general/constants/build/compiled | Bin 15768 -> 0 bytes 1745 .../src/general/constants/build/objdump.txt | 297 --------- 1746 c/compiled_c/src/general/constants/main.c | 19 - 1747 c/compiled_c/src/general/divide/Makefile | 24 - 1748 c/compiled_c/src/general/divide/build/assembly.s | 43 -- 1749 c/compiled_c/src/general/divide/build/compiled | Bin 15768 -> 0 bytes 1750 c/compiled_c/src/general/divide/build/objdump.txt | 303 --------- 1751 c/compiled_c/src/general/divide/main.c | 16 - 1752 c/compiled_c/src/general/hello_world/Makefile | 24 - 1753 .../src/general/hello_world/build/assembly.s | 45 -- 1754 .../src/general/hello_world/build/compiled | Bin 15952 -> 0 bytes 1755 .../src/general/hello_world/build/objdump.txt | 328 ---------- 1756 c/compiled_c/src/general/hello_world/main.c | 16 - 1757 c/compiled_c/src/general/if/Makefile | 24 - 1758 c/compiled_c/src/general/if/build/assembly.s | 45 -- 1759 c/compiled_c/src/general/if/build/compiled | Bin 15768 -> 0 bytes 1760 c/compiled_c/src/general/if/build/objdump.txt | 303 --------- 1761 c/compiled_c/src/general/if/main.c | 18 - 1762 c/compiled_c/src/general/if_else/Makefile | 24 - 1763 c/compiled_c/src/general/if_else/build/assembly.s | 45 -- 1764 c/compiled_c/src/general/if_else/build/compiled | Bin 15768 -> 0 bytes 1765 c/compiled_c/src/general/if_else/build/objdump.txt | 303 --------- 1766 c/compiled_c/src/general/if_else/main.c | 17 - 1767 c/compiled_c/src/general/main/Makefile | 24 - 1768 c/compiled_c/src/general/main/build/assembly.s | 38 -- 1769 c/compiled_c/src/general/main/build/compiled | Bin 15768 -> 0 bytes 1770 c/compiled_c/src/general/main/build/objdump.txt | 297 --------- 1771 c/compiled_c/src/general/main/main.c | 13 - 1772 c/compiled_c/src/general/multiply/Makefile | 24 - 1773 c/compiled_c/src/general/multiply/build/assembly.s | 43 -- 1774 c/compiled_c/src/general/multiply/build/compiled | Bin 15768 -> 0 bytes 1775 .../src/general/multiply/build/objdump.txt | 303 --------- 1776 c/compiled_c/src/general/multiply/main.c | 16 - 1777 c/compiled_c/src/general/strings/Makefile | 24 - 1778 c/compiled_c/src/general/strings/build/assembly.s | 51 -- 1779 c/compiled_c/src/general/strings/build/compiled | Bin 15960 -> 0 bytes 1780 c/compiled_c/src/general/strings/build/objdump.txt | 342 ----------- 1781 c/compiled_c/src/general/strings/main.c | 16 - 1782 c/compiled_c/src/general/subtract/Makefile | 24 - 1783 c/compiled_c/src/general/subtract/build/assembly.s | 44 -- 1784 c/compiled_c/src/general/subtract/build/compiled | Bin 15768 -> 0 bytes 1785 .../src/general/subtract/build/objdump.txt | 304 ---------- 1786 c/compiled_c/src/general/subtract/main.c | 16 - 1787 c/compiled_c/tools/run_makefiles.py | 41 -- 1788 c/factorial/CMakeLists.txt | 16 - 1789 c/factorial/main.c | 68 --- 1790 c/http_server/CMakeLists.txt | 16 - 1791 c/http_server/README.md | 22 - 1792 c/http_server/server.c | 107 ---- 1793 c/light_builtins/README.txt | 1 - 1794 c/light_builtins/cat.c | 41 -- 1795 c/light_builtins/config.h | 20 - 1796 c/light_builtins/cp.c | 52 -- 1797 c/light_builtins/date.c | 31 - 1798 c/light_builtins/echo.c | 31 - 1799 c/light_builtins/ls.c | 53 -- 1800 c/light_builtins/mkdir.c | 31 - 1801 c/light_builtins/mv.c | 35 -- 1802 c/light_builtins/pwd.c | 32 - 1803 c/light_builtins/rm.c | 34 -- 1804 c/light_builtins/rmdir.c | 49 -- 1805 c/light_builtins/touch.c | 50 -- 1806 c/tiny/CMakeLists.txt | 22 - 1807 c/tiny/README.md | 3 - 1808 c/tiny/build.sh | 32 - 1809 c/tiny/hello.c | 20 - 1810 c/tiny/math.c | 37 -- 1811 c/tiny/tiny.c | 17 - 1812 c/virtual_hardware/Makefile | 18 - 1813 c/virtual_hardware/README.txt | 7 - 1814 c/virtual_hardware/include/lib/libbit.h | 26 - 1815 c/virtual_hardware/include/lib/libbus.h | 29 - 1816 c/virtual_hardware/include/mod/gates.h | 23 - 1817 c/virtual_hardware/mod/example_chip.c | 29 - 1818 c/virtual_hardware/mod/gates.c | 48 -- 1819 c/virtual_hardware/mod/halfadder.c | 28 - 1820 c/virtual_hardware/mod/main.c | 1 - 1821 c/virtual_hardware/mod/modules.mk | 3 - 1822 c/weird_loops/CMakeLists.txt | 16 - 1823 c/weird_loops/main.c | 73 --- 1824 c/writing_raw/CMakeLists.txt | 19 - 1825 c/writing_raw/README | 4 - 1826 c/writing_raw/basic.c | 28 - 1827 c/writing_raw/hello.c | 28 - 1828 c/writing_raw/include/write.h | 20 - 1829 c/writing_raw/write.c | 45 -- 1830 compile_flags.txt | 3 - 1831 fortran/README | 10 - 1832 fortran/filetest/Makefile | 32 - 1833 fortran/filetest/README | 4 - 1834 fortran/filetest/file.f90 | 41 -- 1835 fortran/matrix/Makefile | 33 - 1836 fortran/matrix/README | 13 - 1837 fortran/matrix/matrix.f90 | 96 --- 1838 globals.mk | 22 - 1839 java/decomplab/README.txt | 1 - 1840 java/decomplab/src/DecompLib.java | 40 -- 1841 java/decomplab/src/Template.java | 119 ---- 1842 java/jbuild-testing/build.sh | 1 - 1843 java/jbuild-testing/main.java | 9 - 1844 scrapbook.mk | 33 - 1845 161 files changed, 8974 deletions(-) 1846 1847commit 554b433588bf573347dac5e632c7110735783d72 1848Author: 0x4248 <[email protected]> 1849Date: Sat Oct 18 22:04:15 2025 +0100 1850 1851 comp_c: * 1852 1853 .gitignore | 6 +- 1854 c/compiled_c/.gitignore | 1 + 1855 c/compiled_c/CODE_OF_CONDUCT.md | 128 ++++ 1856 c/compiled_c/CONTRIBUTING.md | 40 ++ 1857 c/compiled_c/LICENCE | 674 +++++++++++++++++++++ 1858 c/compiled_c/Makefile | 16 + 1859 c/compiled_c/README.txt | 6 + 1860 c/compiled_c/SECURITY.md | 3 + 1861 c/compiled_c/config.mk | 14 + 1862 c/compiled_c/sources.conf | 14 + 1863 c/compiled_c/src/functions/add/Makefile | 24 + 1864 c/compiled_c/src/functions/add/build/assembly.s | 71 +++ 1865 c/compiled_c/src/functions/add/build/compiled | Bin 0 -> 15800 bytes 1866 c/compiled_c/src/functions/add/build/objdump.txt | 328 ++++++++++ 1867 c/compiled_c/src/functions/add/main.c | 21 + 1868 c/compiled_c/src/functions/return/Makefile | 24 + 1869 c/compiled_c/src/functions/return/build/assembly.s | 58 ++ 1870 c/compiled_c/src/functions/return/build/compiled | Bin 0 -> 15800 bytes 1871 .../src/functions/return/build/objdump.txt | 313 ++++++++++ 1872 c/compiled_c/src/functions/return/main.c | 18 + 1873 c/compiled_c/src/functions/subtract/Makefile | 24 + 1874 .../src/functions/subtract/build/assembly.s | 70 +++ 1875 c/compiled_c/src/functions/subtract/build/compiled | Bin 0 -> 15800 bytes 1876 .../src/functions/subtract/build/objdump.txt | 327 ++++++++++ 1877 c/compiled_c/src/functions/subtract/main.c | 21 + 1878 c/compiled_c/src/general/add/Makefile | 24 + 1879 c/compiled_c/src/general/add/build/assembly.s | 44 ++ 1880 c/compiled_c/src/general/add/build/compiled | Bin 0 -> 15768 bytes 1881 c/compiled_c/src/general/add/build/objdump.txt | 304 ++++++++++ 1882 c/compiled_c/src/general/add/main.c | 16 + 1883 c/compiled_c/src/general/cat_strings/Makefile | 24 + 1884 .../src/general/cat_strings/build/assembly.s | 57 ++ 1885 .../src/general/cat_strings/build/compiled | Bin 0 -> 16008 bytes 1886 .../src/general/cat_strings/build/objdump.txt | 364 +++++++++++ 1887 c/compiled_c/src/general/cat_strings/main.c | 18 + 1888 c/compiled_c/src/general/constants/Makefile | 24 + 1889 .../src/general/constants/build/assembly.s | 38 ++ 1890 c/compiled_c/src/general/constants/build/compiled | Bin 0 -> 15768 bytes 1891 .../src/general/constants/build/objdump.txt | 297 +++++++++ 1892 c/compiled_c/src/general/constants/main.c | 19 + 1893 c/compiled_c/src/general/divide/Makefile | 24 + 1894 c/compiled_c/src/general/divide/build/assembly.s | 43 ++ 1895 c/compiled_c/src/general/divide/build/compiled | Bin 0 -> 15768 bytes 1896 c/compiled_c/src/general/divide/build/objdump.txt | 303 +++++++++ 1897 c/compiled_c/src/general/divide/main.c | 16 + 1898 c/compiled_c/src/general/hello_world/Makefile | 24 + 1899 .../src/general/hello_world/build/assembly.s | 45 ++ 1900 .../src/general/hello_world/build/compiled | Bin 0 -> 15952 bytes 1901 .../src/general/hello_world/build/objdump.txt | 328 ++++++++++ 1902 c/compiled_c/src/general/hello_world/main.c | 16 + 1903 c/compiled_c/src/general/if/Makefile | 24 + 1904 c/compiled_c/src/general/if/build/assembly.s | 45 ++ 1905 c/compiled_c/src/general/if/build/compiled | Bin 0 -> 15768 bytes 1906 c/compiled_c/src/general/if/build/objdump.txt | 303 +++++++++ 1907 c/compiled_c/src/general/if/main.c | 18 + 1908 c/compiled_c/src/general/if_else/Makefile | 24 + 1909 c/compiled_c/src/general/if_else/build/assembly.s | 45 ++ 1910 c/compiled_c/src/general/if_else/build/compiled | Bin 0 -> 15768 bytes 1911 c/compiled_c/src/general/if_else/build/objdump.txt | 303 +++++++++ 1912 c/compiled_c/src/general/if_else/main.c | 17 + 1913 c/compiled_c/src/general/main/Makefile | 24 + 1914 c/compiled_c/src/general/main/build/assembly.s | 38 ++ 1915 c/compiled_c/src/general/main/build/compiled | Bin 0 -> 15768 bytes 1916 c/compiled_c/src/general/main/build/objdump.txt | 297 +++++++++ 1917 c/compiled_c/src/general/main/main.c | 13 + 1918 c/compiled_c/src/general/multiply/Makefile | 24 + 1919 c/compiled_c/src/general/multiply/build/assembly.s | 43 ++ 1920 c/compiled_c/src/general/multiply/build/compiled | Bin 0 -> 15768 bytes 1921 .../src/general/multiply/build/objdump.txt | 303 +++++++++ 1922 c/compiled_c/src/general/multiply/main.c | 16 + 1923 c/compiled_c/src/general/strings/Makefile | 24 + 1924 c/compiled_c/src/general/strings/build/assembly.s | 51 ++ 1925 c/compiled_c/src/general/strings/build/compiled | Bin 0 -> 15960 bytes 1926 c/compiled_c/src/general/strings/build/objdump.txt | 342 +++++++++++ 1927 c/compiled_c/src/general/strings/main.c | 16 + 1928 c/compiled_c/src/general/subtract/Makefile | 24 + 1929 c/compiled_c/src/general/subtract/build/assembly.s | 44 ++ 1930 c/compiled_c/src/general/subtract/build/compiled | Bin 0 -> 15768 bytes 1931 .../src/general/subtract/build/objdump.txt | 304 ++++++++++ 1932 c/compiled_c/src/general/subtract/main.c | 16 + 1933 c/compiled_c/tools/run_makefiles.py | 41 ++ 1934 java/jbuild-testing/build.sh | 1 + 1935 java/jbuild-testing/main.java | 9 + 1936 83 files changed, 6637 insertions(+), 1 deletion(-) 1937 1938commit 0c35b4ad9e04b6d696734f77f52127e0170563cd 1939Author: 0x4248 <[email protected]> 1940Date: Thu Oct 16 21:05:17 2025 +0100 1941 1942 Update 1943 1944 .gitignore | 98 ++++++++++++++++++++++----- 1945 README.md | 4 +- 1946 doc/JunkRef.txt | 40 +++++++++++ 1947 java/decomplab/README.txt | 1 + 1948 java/decomplab/src/DecompLib.java | 40 +++++++++++ 1949 java/decomplab/src/Template.java | 119 ++++++++++++++++++++++++++++++++ 1950 tools/MacOpenImHex.sh | 2 + 1951 tools/build/junkref.py | 139 ++++++++++++++++++++++++++++++++++++++ 1952 8 files changed, 423 insertions(+), 20 deletions(-) 1953 1954commit da2da7dcba905735ccda796caffef69314c1a1a0 1955Author: 0x4248 <[email protected]> 1956Date: Wed Oct 15 21:05:13 2025 +0100 1957 1958 doc: init 1959 1960 doc/README.md | 1 + 1961 1 file changed, 1 insertion(+) 1962 1963commit 2a447eb468a9b34a75e0c115891a7576ee929d05 1964Author: 0x4248 <[email protected]> 1965Date: Wed Oct 15 21:04:55 2025 +0100 1966 1967 tools: mv, README add 1968 1969 tools/README.txt | 4 ++ 1970 tools/{ => github}/gh-installdeps.sh | 3 +- 1971 tools/utils/PMAP.py | 125 +++++++++++++++++++++++++++++++++++ 1972 3 files changed, 131 insertions(+), 1 deletion(-) 1973 1974commit bf9c0efb641d52db277d68179cbf5a4a041a3967 1975Author: 0x4248 <[email protected]> 1976Date: Wed Oct 15 21:04:39 2025 +0100 1977 1978 tools: gitignore update 1979 1980 .gitignore | 4 +++- 1981 1 file changed, 3 insertions(+), 1 deletion(-) 1982 1983commit 17b4a510274e0c2b98a62a2127876d059f7b1852 1984Author: 0x4248 <[email protected]> 1985Date: Wed Oct 15 21:04:06 2025 +0100 1986 1987 c -> bitmap: init 1988 1989 c/bitmap/README.md | 7 ++++ 1990 c/bitmap/bitmap.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1991 c/bitmap/bmp_head.h | 51 +++++++++++++++++++++++++++ 1992 c/bitmap/bmp_pixel.h | 27 +++++++++++++++ 1993 c/bitmap/build.sh | 1 + 1994 5 files changed, 184 insertions(+) 1995 1996commit 3a331598aca39efaf787bb2c9f93b578232b7531 1997Author: 0x4248 <[email protected]> 1998Date: Tue Oct 14 16:33:49 2025 +0100 1999 2000 GLSL: * 2001 2002 GLSL/Circle.glsl | 24 ++++++++++++++++++++++++ 2003 GLSL/Colour_bars.glsl | 30 ++++++++++++++++++++++++++++++ 2004 GLSL/Colour_bars_fade.glsl | 33 +++++++++++++++++++++++++++++++++ 2005 GLSL/Gradient.glsl | 16 ++++++++++++++++ 2006 4 files changed, 103 insertions(+) 2007 2008commit 9af36af2241ac8fc68750c985ea45237366cfdd5 2009Merge: 7cc6ed2 a77164c 2010Author: 0x4248 <[email protected]> 2011Date: Tue Oct 14 13:02:31 2025 +0100 2012 2013 Merge branch 'main' of https://github.com/0x4248/Scraps 2014 2015commit 7cc6ed250a9ecfa6ec176611a43931036d565b52 2016Author: 0x4248 <[email protected]> 2017Date: Tue Oct 14 13:01:30 2025 +0100 2018 2019 misc: * 2020 2021 c/virtual_hardware/README.txt | 5 ++++- 2022 c/virtual_hardware/mod/example_chip.c | 29 +++++++++++++++++++++++++++++ 2023 linux/sbin/README.txt | 4 ++++ 2024 linux/{ => usr}/README.txt | 0 2025 4 files changed, 37 insertions(+), 1 deletion(-) 2026 2027commit a77164c81de932ef1858b623de198a6effefcd9b 2028Author: 0x4248 <[email protected]> 2029Date: Sat Oct 11 02:33:44 2025 +0100 2030 2031 dotfiles -> nexus: add PATH 2032 2033 linux/dotfiles/nexus/.bashrc | 2 ++ 2034 1 file changed, 2 insertions(+) 2035 2036commit 2bf61145d7df89777c7adbabcb89e2f94c8dadbe 2037Merge: 9db4895 3f13300 2038Author: 0x4248 <[email protected]> 2039Date: Sat Oct 11 01:54:38 2025 +0100 2040 2041 misc: * 2042 2043commit 3f1330011c4590150c927bc9e9bc5d485bdd3d44 2044Author: 4248 <[email protected]> 2045Date: Sat Oct 11 23:38:25 2025 +0100 2046 2047 Update matrix.f90 2048 2049 fortran/matrix/matrix.f90 | 2 +- 2050 1 file changed, 1 insertion(+), 1 deletion(-) 2051 2052commit 9db48954649caf1b80c4b84e24874c1c2177151b 2053Author: 0x4248 <[email protected]> 2054Date: Sat Oct 11 01:47:51 2025 +0100 2055 2056 dotfiles: add nexus server dotfiles 2057 2058 linux/dotfiles/README.txt | 5 +++++ 2059 linux/dotfiles/nexus/.bashrc | 28 ++++++++++++++++++++++++++++ 2060 2 files changed, 33 insertions(+) 2061 2062commit 122b3b6beb7113469dce6a4a09a207a7ec76f180 2063Author: 0x4248 <[email protected]> 2064Date: Fri Oct 10 14:04:04 2025 +0100 2065 2066 meta: add zed build options 2067 2068 fixes problems with missing include dirs 2069 2070 compile_flags.txt | 3 +++ 2071 1 file changed, 3 insertions(+) 2072 2073commit b6c98487a6ac619345cef7085a207e4c8e6897d2 2074Author: 0x4248 <[email protected]> 2075Date: Thu Oct 9 19:57:17 2025 +0100 2076 2077 linux: add alarm 404 quick fix 2078 2079 Signed-off-by: 0x4248 <[email protected]> 2080 2081 .vscode/settings.json | 3 +++ 2082 linux/sbin/pacman-alarm-reset.sh | 8 ++++++++ 2083 2 files changed, 11 insertions(+) 2084 2085commit 63d152b3f73926e0f3a81fd28ec2a03b494165df 2086Author: 0x4248 <[email protected]> 2087Date: Tue Oct 7 18:27:59 2025 +0100 2088 2089 vh: remove random bloat 2090 2091 Signed-off-by: 0x4248 <[email protected]> 2092 2093 c/virtual_hardware/include/lib/libbus.h | 14 ++------------ 2094 1 file changed, 2 insertions(+), 12 deletions(-) 2095 2096commit c58f5463078d91694c9719558e9494541afb6ec4 2097Author: 0x4248 <[email protected]> 2098Date: Tue Oct 7 18:27:37 2025 +0100 2099 2100 vh: add rant 2101 2102 Signed-off-by: 0x4248 <[email protected]> 2103 2104 c/virtual_hardware/include/lib/libbit.h | 9 +++++++++ 2105 1 file changed, 9 insertions(+) 2106 2107commit d3f5093acb74b3d366e7d5da9862c3a61ae1a5d6 2108Author: 0x4248 <[email protected]> 2109Date: Tue Oct 7 18:03:39 2025 +0100 2110 2111 arduino: mv -> systems/arduino 2112 2113 {arduino => systems/arduino}/MF-DRV/MF-DRV.ino | 0 2114 {arduino => systems/arduino}/README.txt | 0 2115 {arduino => systems/arduino}/blink/blink.ino | 0 2116 3 files changed, 0 insertions(+), 0 deletions(-) 2117 2118commit ceac608f1e705264916999c5013e659478eea6de 2119Author: 0x4248 <[email protected]> 2120Date: Mon Oct 6 12:04:40 2025 +0100 2121 2122 vh: add halfadder 2123 2124 .vscode/c_cpp_properties.json | 17 ++++++++++++ 2125 c/virtual_hardware/Makefile | 18 +++++++++++++ 2126 c/virtual_hardware/include/lib/libbit.h | 17 ++++++++++++ 2127 c/virtual_hardware/include/lib/libbus.h | 39 +++++++++++++++++++++++++++ 2128 c/virtual_hardware/include/mod/gates.h | 23 ++++++++++++++++ 2129 c/virtual_hardware/lib/libbit.h | 3 --- 2130 c/virtual_hardware/lib/libbus.h | 24 ----------------- 2131 c/virtual_hardware/mod/gates.c | 48 +++++++++++++++++++++++++++++++++ 2132 c/virtual_hardware/mod/halfadder.c | 29 ++++++++++++++++++++ 2133 c/virtual_hardware/mod/main.c | 1 + 2134 c/virtual_hardware/mod/modules.mk | 3 +++ 2135 c/virtual_hardware/mods/gates.c | 29 -------------------- 2136 12 files changed, 195 insertions(+), 56 deletions(-) 2137 2138commit 453a1bde26e101198e4ca4a45d7312ab49b283b8 2139Author: 4248 <[email protected]> 2140Date: Mon Oct 6 12:01:27 2025 +0100 2141 2142 Update README.md 2143 2144 README.md | 4 +++- 2145 1 file changed, 3 insertions(+), 1 deletion(-) 2146 2147commit 6435a0a663136217af06a9c969a7a82aeb3cb35b 2148Author: 4248 <[email protected]> 2149Date: Mon Oct 6 12:00:31 2025 +0100 2150 2151 Update README.md 2152 2153 README.md | 2 ++ 2154 1 file changed, 2 insertions(+) 2155 2156commit b900400d7a7d6163a090763329a731797494e5a3 2157Author: 0x4248 <[email protected]> 2158Date: Sun Oct 5 23:25:03 2025 +0100 2159 2160 virt hw: initial commit 2161 2162 c/virtual_hardware/README.txt | 4 ++++ 2163 c/virtual_hardware/lib/libbit.h | 3 +++ 2164 c/virtual_hardware/lib/libbus.h | 24 ++++++++++++++++++++++++ 2165 c/virtual_hardware/mods/gates.c | 29 +++++++++++++++++++++++++++++ 2166 4 files changed, 60 insertions(+) 2167 2168commit 9e0992302d7a79f3ce76f65a88d1ee863836efe0 2169Author: 0x4248 <[email protected]> 2170Date: Fri Oct 3 22:38:23 2025 +0100 2171 2172 Glob: update names 2173 2174 .gitignore | 2 +- 2175 Makefile | 8 ++++---- 2176 globals.mk | 2 +- 2177 scraps.mk => scrapbook.mk | 6 +++--- 2178 tools/gh-installdeps.sh | 2 +- 2179 tools/scrapbuild.py | 2 +- 2180 6 files changed, 11 insertions(+), 11 deletions(-) 2181 2182commit f3d3d2b1ac1fb06ecfc9ffa310ccff9e151acfbd 2183Author: 4248 <[email protected]> 2184Date: Fri Oct 3 19:26:58 2025 +0100 2185 2186 Update README.md 2187 2188 README.md | 8 ++++---- 2189 1 file changed, 4 insertions(+), 4 deletions(-) 2190 2191commit 723721e8d82b5491b67fe8e71ceeddd4849a8b97 2192Author: 0x4248 <[email protected]> 2193Date: Fri Oct 3 17:06:21 2025 +0100 2194 2195 Add some more stuff 2196 2197 c/README.txt | 1 + 2198 c/light_builtins/README.txt | 1 + 2199 c/light_builtins/cat.c | 41 ++++++++++++ 2200 c/light_builtins/config.h | 20 ++++++ 2201 c/light_builtins/cp.c | 52 ++++++++++++++ 2202 c/light_builtins/date.c | 31 +++++++++ 2203 c/light_builtins/echo.c | 31 +++++++++ 2204 c/light_builtins/ls.c | 53 +++++++++++++++ 2205 c/light_builtins/mkdir.c | 31 +++++++++ 2206 c/light_builtins/mv.c | 35 ++++++++++ 2207 c/light_builtins/pwd.c | 32 +++++++++ 2208 c/light_builtins/rm.c | 34 ++++++++++ 2209 c/light_builtins/rmdir.c | 49 ++++++++++++++ 2210 c/light_builtins/touch.c | 50 ++++++++++++++ 2211 linux/README.txt | 5 ++ 2212 linux/usr/blkrn/README.md | 21 ++++++ 2213 linux/usr/blkrn/blkrn.cpp | 108 ++++++++++++++++++++++++++++++ 2214 {C64 => systems/c64}/README.txt | 0 2215 {C64 => systems/c64}/poke_screensaver.d64 | Bin 2216 19 files changed, 595 insertions(+) 2217 2218commit ad13211501fba83029e56aad121f99d245567944 2219Author: 0x4248 <[email protected]> 2220Date: Fri Oct 3 16:55:48 2025 +0100 2221 2222 Remove the makefile stuff for now 2223 2224 .github/workflows/README.txt | 3 +++ 2225 .github/workflows/makefile.yml | 21 --------------------- 2226 2 files changed, 3 insertions(+), 21 deletions(-) 2227 2228commit 3176689c3c9843bd87c0da2d0ebee1ecc03d6d41 2229Author: 0x4248 <[email protected]> 2230Date: Fri Oct 3 15:28:10 2025 +0100 2231 2232 Add README to c64 code 2233 2234 C64/README.txt | 5 +++++ 2235 1 file changed, 5 insertions(+) 2236 2237commit 8c0fdd7ed39ae460b551224260fe642c976c1e64 2238Author: 0x4248 <[email protected]> 2239Date: Sun Aug 24 18:36:26 2025 +0100 2240 2241 Add C64 Programs 2242 2243 C64/poke_screensaver.d64 | Bin 0 -> 174848 bytes 2244 1 file changed, 0 insertions(+), 0 deletions(-) 2245 2246commit a62595355823334cfbd7fc22e8ddd186944bcfa5 2247Author: 0x4248 <[email protected]> 2248Date: Thu Apr 3 17:51:05 2025 +0100 2249 2250 Update main.c 2251 2252 Signed-off-by: 0x4248 <[email protected]> 2253 2254 c/XORenc/main.c | 2 +- 2255 1 file changed, 1 insertion(+), 1 deletion(-) 2256 2257commit 0c11742d3a2d0452e58f026b9a9dadbcda03f1c6 2258Author: 0x4248 <[email protected]> 2259Date: Tue Apr 1 17:50:39 2025 +0100 2260 2261 Update makefile 2262 2263 Signed-off-by: 0x4248 <[email protected]> 2264 2265 Makefile | 1 + 2266 1 file changed, 1 insertion(+) 2267 2268commit f07f9147b93152583b0ea3a844d3de956ad964df 2269Author: 0x4248 <[email protected]> 2270Date: Mon Mar 31 17:50:04 2025 +0100 2271 2272 Update makefile 2273 2274 Signed-off-by: 0x4248 <[email protected]> 2275 2276 Makefile | 3 --- 2277 1 file changed, 3 deletions(-) 2278 2279commit 6e7b9dedf6aabc0fbb9f241eff46540e71745258 2280Author: 4248 <[email protected]> 2281Date: Sun Mar 30 23:05:46 2025 +0100 2282 2283 Update README.md 2284 2285 README.md | 2 +- 2286 1 file changed, 1 insertion(+), 1 deletion(-) 2287 2288commit 2dd28e47a72b95e3ea2668fbc7fc64fb3f9d673e 2289Author: 0x4248 <[email protected]> 2290Date: Sat Mar 22 23:04:08 2025 +0000 2291 2292 Update copyright year to 2025 2293 2294 Signed-off-by: 0x4248 <[email protected]> 2295 2296 .gitignore | 2 +- 2297 Makefile | 2 +- 2298 arduino/MF-DRV/MF-DRV.ino | 2 +- 2299 arduino/blink/blink.ino | 2 +- 2300 asm/x64-linux/file_writing/main.s | 2 +- 2301 asm/x64-linux/return/main.s | 2 +- 2302 asm/x86bootdisk/.gitignore | 2 +- 2303 asm/x86bootdisk/Makefile | 2 +- 2304 asm/x86bootdisk/src/boot.asm | 2 +- 2305 c/XORenc/CMakeLists.txt | 2 +- 2306 c/XORenc/main.c | 2 +- 2307 c/factorial/CMakeLists.txt | 2 +- 2308 c/factorial/main.c | 2 +- 2309 c/http_server/CMakeLists.txt | 2 +- 2310 c/http_server/server.c | 2 +- 2311 c/tiny/CMakeLists.txt | 2 +- 2312 c/tiny/build.sh | 2 +- 2313 c/tiny/hello.c | 2 +- 2314 c/tiny/math.c | 2 +- 2315 c/tiny/tiny.c | 2 +- 2316 c/weird_loops/CMakeLists.txt | 2 +- 2317 c/weird_loops/main.c | 2 +- 2318 c/writing_raw/CMakeLists.txt | 2 +- 2319 c/writing_raw/basic.c | 2 +- 2320 c/writing_raw/hello.c | 2 +- 2321 c/writing_raw/include/write.h | 2 +- 2322 c/writing_raw/write.c | 2 +- 2323 fortran/filetest/Makefile | 2 +- 2324 fortran/filetest/file.f90 | 2 +- 2325 fortran/matrix/Makefile | 2 +- 2326 fortran/matrix/matrix.f90 | 2 +- 2327 globals.mk | 2 +- 2328 scraps.mk | 2 +- 2329 tools/gh-installdeps.sh | 2 +- 2330 tools/scrapbuild.py | 2 +- 2331 35 files changed, 35 insertions(+), 35 deletions(-) 2332 2333commit 663a34d406f3a4119e396c76094ce3c7d78b3e45 2334Author: 0x4248 <[email protected]> 2335Date: Sat Mar 22 23:03:41 2025 +0000 2336 2337 Update copyright year to 2025 2338 2339 Signed-off-by: 0x4248 <[email protected]> 2340 2341 .gitignore | 2 +- 2342 Makefile | 2 +- 2343 arduino/MF-DRV/MF-DRV.ino | 2 +- 2344 arduino/blink/blink.ino | 2 +- 2345 asm/x64-linux/file_writing/main.s | 2 +- 2346 asm/x64-linux/return/main.s | 2 +- 2347 asm/x86bootdisk/.gitignore | 2 +- 2348 asm/x86bootdisk/Makefile | 2 +- 2349 asm/x86bootdisk/src/boot.asm | 2 +- 2350 c/XORenc/CMakeLists.txt | 2 +- 2351 c/XORenc/main.c | 2 +- 2352 c/factorial/CMakeLists.txt | 2 +- 2353 c/factorial/main.c | 4 ++-- 2354 c/http_server/CMakeLists.txt | 2 +- 2355 c/http_server/server.c | 2 +- 2356 c/tiny/CMakeLists.txt | 2 +- 2357 c/tiny/build.sh | 2 +- 2358 c/tiny/hello.c | 2 +- 2359 c/tiny/math.c | 2 +- 2360 c/tiny/tiny.c | 2 +- 2361 c/weird_loops/CMakeLists.txt | 2 +- 2362 c/weird_loops/main.c | 2 +- 2363 c/writing_raw/CMakeLists.txt | 2 +- 2364 c/writing_raw/basic.c | 2 +- 2365 c/writing_raw/hello.c | 2 +- 2366 c/writing_raw/include/write.h | 2 +- 2367 c/writing_raw/write.c | 2 +- 2368 fortran/filetest/Makefile | 2 +- 2369 fortran/filetest/file.f90 | 2 +- 2370 fortran/matrix/Makefile | 2 +- 2371 fortran/matrix/matrix.f90 | 2 +- 2372 globals.mk | 2 +- 2373 scraps.mk | 2 +- 2374 tools/gh-installdeps.sh | 2 +- 2375 tools/scrapbuild.py | 2 +- 2376 35 files changed, 36 insertions(+), 36 deletions(-) 2377 2378commit 6fe99b90ed8775ba2233dd9554a82eaefbda1a20 2379Author: 0x4248 <[email protected]> 2380Date: Fri Mar 21 23:02:37 2025 +0000 2381 2382 Format code 2383 2384 Signed-off-by: 0x4248 <[email protected]> 2385 2386 arduino/MF-DRV/MF-DRV.ino | 8 +++++--- 2387 1 file changed, 5 insertions(+), 3 deletions(-) 2388 2389commit 920cf9b1f38402372941478b280c29f398e147da 2390Merge: 9cbec13 567323e 2391Author: 0x4248 <[email protected]> 2392Date: Thu Mar 20 23:02:11 2025 +0000 2393 2394 Merge branch 'main' of https://github.com/0x4248/Scraps 2395 2396commit 9cbec13e4334c6f5641df683b4079c90f7b3d19c 2397Author: 0x4248 <[email protected]> 2398Date: Thu Mar 20 23:01:59 2025 +0000 2399 2400 Format code 2401 2402 Signed-off-by: 0x4248 <[email protected]> 2403 2404 arduino/blink/blink.ino | 10 ++++++---- 2405 1 file changed, 6 insertions(+), 4 deletions(-) 2406 2407commit 567323e72b4bed40ec4176cb434493690983f220 2408Author: 0x4248 <[email protected]> 2409Date: Wed Mar 12 21:49:22 2025 +0000 2410 2411 Update build system 2412 2413 Signed-off-by: 0x4248 <[email protected]> 2414 2415 tools/scrapbuild.py | 1 - 2416 1 file changed, 1 deletion(-) 2417 2418commit 1378fd56e1cbea75a894b9103593ebe91a29fc46 2419Author: 4248 <[email protected]> 2420Date: Sun Feb 16 23:19:07 2025 +0000 2421 2422 Update README.md 2423 2424 README.md | 2 +- 2425 1 file changed, 1 insertion(+), 1 deletion(-) 2426 2427commit b2e6ca499f3cbf9bfb75a6ede84d20914d7ce7ef 2428Author: 0x4248 <[email protected]> 2429Date: Wed Dec 25 18:08:44 2024 +0000 2430 2431 Add readme file 2432 2433 Signed-off-by: 0x4248 <[email protected]> 2434 2435 c/README.txt | 6 ++++++ 2436 1 file changed, 6 insertions(+) 2437 2438commit 931d31252f45f1f282cab49974be68381a3011e5 2439Author: 0x4248 <[email protected]> 2440Date: Wed Dec 25 18:06:43 2024 +0000 2441 2442 Add pew project 2443 2444 Signed-off-by: 0x4248 <[email protected]> 2445 2446 arduino/MF-DRV/MF-DRV.ino | 35 +++++++++++++++++++++++++++++++++++ 2447 arduino/README.txt | 7 ++++++- 2448 2 files changed, 41 insertions(+), 1 deletion(-) 2449 2450commit e1ea2b1f5cbdd55ee2ab8e96a7635fa8434aec8b 2451Author: 0x4248 <[email protected]> 2452Date: Wed Dec 25 16:22:30 2024 +0000 2453 2454 Add a wip 2455 2456 Signed-off-by: 0x4248 <[email protected]> 2457 2458 asm/x64-linux/file_writing/.gitignore | 1 + 2459 asm/x64-linux/file_writing/build.sh | 2 ++ 2460 asm/x64-linux/file_writing/main.s | 46 +++++++++++++++++++++++++++++++++++ 2461 3 files changed, 49 insertions(+) 2462 2463commit 5f2f9709a27bcd7c440d53a6dc7034a97dfa24d9 2464Author: 0x4248 <[email protected]> 2465Date: Wed Dec 25 15:32:38 2024 +0000 2466 2467 Add arduino code 2468 2469 Signed-off-by: 0x4248 <[email protected]> 2470 2471 arduino/README.txt | 8 ++++++++ 2472 arduino/blink/blink.ino | 26 ++++++++++++++++++++++++++ 2473 2 files changed, 34 insertions(+) 2474 2475commit e7e020a68326949d0b789d7b82d776fe3955b2a5 2476Author: 0x4248 <[email protected]> 2477Date: Sun Dec 15 23:16:03 2024 +0000 2478 2479 Update README 2480 2481 Signed-off-by: 0x4248 <[email protected]> 2482 2483 README.md | 2 +- 2484 1 file changed, 1 insertion(+), 1 deletion(-) 2485 2486commit 94dc2a6481907c33e0cb4be96cd388b0abdc0b2b 2487Author: 0x4248 <[email protected]> 2488Date: Thu Dec 12 11:12:59 2024 +0000 2489 2490 Add README 2491 2492 Signed-off-by: 0x4248 <[email protected]> 2493 2494 asm/x64-linux/return/README | 31 +++++++++++++++++++++++++++++++ 2495 1 file changed, 31 insertions(+) 2496 2497commit 03cba241332815a83145cf1401ad652161303e89 2498Author: 0x4248 <[email protected]> 2499Date: Thu Dec 12 09:16:12 2024 +0000 2500 2501 Add makefiles 2502 2503 Signed-off-by: 0x4248 <[email protected]> 2504 2505 fortran/matrix/Makefile | 33 +++++++++++++++++++++++++++++++++ 2506 scraps.mk | 1 + 2507 2 files changed, 34 insertions(+) 2508 2509commit ea0cc28792626147839400de5ebfda74f268d05e 2510Author: 0x4248 <[email protected]> 2511Date: Thu Dec 12 09:13:07 2024 +0000 2512 2513 Fix build errors 2514 2515 Signed-off-by: 0x4248 <[email protected]> 2516 2517 asm/x86bootdisk/Makefile | 2 +- 2518 1 file changed, 1 insertion(+), 1 deletion(-) 2519 2520commit 5708825c6fab063a86161d040d7298ba2d4b7669 2521Author: 0x4248 <[email protected]> 2522Date: Wed Dec 11 22:38:50 2024 +0000 2523 2524 Update README 2525 2526 Signed-off-by: 0x4248 <[email protected]> 2527 2528 fortran/matrix/README | 11 ++++++++++- 2529 1 file changed, 10 insertions(+), 1 deletion(-) 2530 2531commit 2314f40c148b0a521704bdb3f7d8c54bda49a7ec 2532Author: 0x4248 <[email protected]> 2533Date: Wed Dec 11 22:38:24 2024 +0000 2534 2535 Update README 2536 2537 Signed-off-by: 0x4248 <[email protected]> 2538 2539 fortran/README | 8 +++++++- 2540 1 file changed, 7 insertions(+), 1 deletion(-) 2541 2542commit dc429f26c51861b8c8df9935e27fb5b88270265d 2543Author: 0x4248 <[email protected]> 2544Date: Wed Dec 11 22:37:50 2024 +0000 2545 2546 Add README 2547 2548 Signed-off-by: 0x4248 <[email protected]> 2549 2550 fortran/matrix/README | 4 ++++ 2551 1 file changed, 4 insertions(+) 2552 2553commit 52cd88132c1b78b3ccdb65b1b340372963aa9b5f 2554Author: 0x4248 <[email protected]> 2555Date: Wed Dec 11 22:37:30 2024 +0000 2556 2557 Add matrix 2558 2559 Signed-off-by: 0x4248 <[email protected]> 2560 2561 fortran/matrix/matrix.f90 | 96 +++++++++++++++++++++++++++++++++++++++++++++++ 2562 1 file changed, 96 insertions(+) 2563 2564commit 9289ff0a8b0676baa508450e156c0832f73eb66c 2565Author: 0x4248 <[email protected]> 2566Date: Tue Dec 10 23:04:20 2024 +0000 2567 2568 Update README 2569 2570 Signed-off-by: 0x4248 <[email protected]> 2571 2572 fortran/README | 5 +---- 2573 1 file changed, 1 insertion(+), 4 deletions(-) 2574 2575commit 891d589042cc40c90f3c1e8ac0d8044dc65ebf40 2576Author: 0x4248 <[email protected]> 2577Date: Thu Dec 5 23:24:52 2024 +0000 2578 2579 Add comments 2580 2581 Signed-off-by: 0x4248 <[email protected]> 2582 2583 fortran/filetest/file.f90 | 7 +++++++ 2584 1 file changed, 7 insertions(+) 2585 2586commit 015f81865b2805a1f11dcb0911b8d481e5319f89 2587Author: 0x4248 <[email protected]> 2588Date: Tue Dec 3 23:59:59 2024 +0000 2589 2590 format code 2591 2592 Signed-off-by: 0x4248 <[email protected]> 2593 2594 c/factorial/main.c | 55 ++++++++++++++++++++++++++++++---------------------- 2595 c/weird_loops/main.c | 31 +++++++++++------------------ 2596 2 files changed, 43 insertions(+), 43 deletions(-) 2597 2598commit f94e2fe83e87bb5524fdd11335b845a899696967 2599Author: 0x4248 <[email protected]> 2600Date: Tue Dec 3 23:59:28 2024 +0000 2601 2602 format code 2603 2604 Signed-off-by: 0x4248 <[email protected]> 2605 2606 c/weird_loops/main.c | 31 ++++++++++++++++++++----------- 2607 1 file changed, 20 insertions(+), 11 deletions(-) 2608 2609commit 639ec7b7b9bd62d8dca65c7a7da0532ff4cfbc9c 2610Author: 0x4248 <[email protected]> 2611Date: Mon Dec 2 23:38:31 2024 +0000 2612 2613 Format code 2614 2615 Signed-off-by: 0x4248 <[email protected]> 2616 2617 .gitignore | 2 +- 2618 Makefile | 2 +- 2619 asm/x86bootdisk/.gitignore | 2 +- 2620 asm/x86bootdisk/Makefile | 2 +- 2621 c/XORenc/CMakeLists.txt | 2 +- 2622 c/factorial/CMakeLists.txt | 2 +- 2623 c/http_server/CMakeLists.txt | 2 +- 2624 c/tiny/CMakeLists.txt | 2 +- 2625 c/weird_loops/CMakeLists.txt | 2 +- 2626 c/writing_raw/CMakeLists.txt | 2 +- 2627 fortran/filetest/Makefile | 2 +- 2628 globals.mk | 2 +- 2629 scraps.mk | 2 +- 2630 tools/gh-installdeps.sh | 2 +- 2631 tools/scrapbuild.py | 2 +- 2632 15 files changed, 15 insertions(+), 15 deletions(-) 2633 2634commit b1d5da8bb1f513d64d84201a6818d21f9d4dbd41 2635Author: 0x4248 <[email protected]> 2636Date: Mon Dec 2 23:37:13 2024 +0000 2637 2638 format code 2639 2640 Signed-off-by: 0x4248 <[email protected]> 2641 2642 c/XORenc/main.c | 21 +++++++++++---------- 2643 1 file changed, 11 insertions(+), 10 deletions(-) 2644 2645commit bd1af20d7c026b43d131162c9db4b6beebed381b 2646Author: 0x4248 <[email protected]> 2647Date: Sun Dec 1 23:07:23 2024 +0000 2648 2649 Add readme 2650 2651 Signed-off-by: 0x4248 <[email protected]> 2652 2653 c/XORenc/README.txt | 19 +++++++++++++++++++ 2654 1 file changed, 19 insertions(+) 2655 2656commit 9b0086ffd7da9aff57279e97de114b9cc26e0b8f 2657Author: 0x4248 <[email protected]> 2658Date: Tue Nov 26 15:49:28 2024 +0000 2659 2660 Move project 2661 2662 Signed-off-by: 0x4248 <[email protected]> 2663 2664 {x86bootdisk => asm/x86bootdisk}/.gitignore | 0 2665 {x86bootdisk => asm/x86bootdisk}/Makefile | 0 2666 {x86bootdisk => asm/x86bootdisk}/README.md | 0 2667 {x86bootdisk => asm/x86bootdisk}/src/boot.asm | 0 2668 scraps.mk | 2 +- 2669 5 files changed, 1 insertion(+), 1 deletion(-) 2670 2671commit 54a064450a7864638f4496d23f2fd71922ce311b 2672Author: 0x4248 <[email protected]> 2673Date: Sun Nov 24 21:37:35 2024 +0000 2674 2675 Update xor encryption 2676 2677 Signed-off-by: 0x4248 <[email protected]> 2678 2679 c/XORenc/main.c | 10 ++++++++-- 2680 1 file changed, 8 insertions(+), 2 deletions(-) 2681 2682commit 190d73dc5749498be1caa2e0e6ba256a17bb69bc 2683Author: 0x4248 <[email protected]> 2684Date: Sat Nov 23 17:22:18 2024 +0000 2685 2686 Add weird loops 2687 2688 Signed-off-by: 0x4248 <[email protected]> 2689 2690 c/weird_loops/CMakeLists.txt | 16 ++++++++++ 2691 c/weird_loops/main.c | 73 ++++++++++++++++++++++++++++++++++++++++++++ 2692 scraps.mk | 3 +- 2693 3 files changed, 91 insertions(+), 1 deletion(-) 2694 2695commit 8db3d8e3a77f0cbd48c4b1af72d752dc4ccb8d8c 2696Author: 0x4248 <[email protected]> 2697Date: Sat Nov 23 17:21:05 2024 +0000 2698 2699 Update build script 2700 2701 Signed-off-by: 0x4248 <[email protected]> 2702 2703 tools/scrapbuild.py | 6 +++--- 2704 1 file changed, 3 insertions(+), 3 deletions(-) 2705 2706commit 72b5bdb80e3dbb7d1c75c1c3bd1c511ee07a7603 2707Author: 0x4248 <[email protected]> 2708Date: Fri Nov 22 22:03:29 2024 +0000 2709 2710 Add XOR enc 2711 2712 Signed-off-by: 0x4248 <[email protected]> 2713 2714 c/XORenc/CMakeLists.txt | 16 ++++++++++++++++ 2715 c/XORenc/main.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2716 scraps.mk | 3 ++- 2717 3 files changed, 62 insertions(+), 1 deletion(-) 2718 2719commit 5b6bbd315c4aadfcf90a6656bfea8cb912249d6d 2720Author: 0x4248 <[email protected]> 2721Date: Fri Nov 15 14:27:30 2024 +0000 2722 2723 Add factorial 2724 2725 Signed-off-by: 0x4248 <[email protected]> 2726 2727 c/factorial/CMakeLists.txt | 16 +++++++++++++ 2728 c/factorial/main.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 2729 scraps.mk | 4 +++- 2730 3 files changed, 78 insertions(+), 1 deletion(-) 2731 2732commit a5d28879b16c38c5eca8038e6923e39dc85ab652 2733Author: 0x4248 <[email protected]> 2734Date: Fri Oct 11 22:51:15 2024 +0100 2735 2736 Update README.md 2737 2738 Signed-off-by: 0x4248 <[email protected]> 2739 2740 c/http_server/README.md | 21 ++++++++++++++++++++- 2741 1 file changed, 20 insertions(+), 1 deletion(-) 2742 2743commit 6cb71bd7d64eac04a14186e98cc85e426576f7c4 2744Author: 0x4248 <[email protected]> 2745Date: Fri Oct 11 22:49:35 2024 +0100 2746 2747 Update server.c 2748 2749 Signed-off-by: 0x4248 <[email protected]> 2750 2751 c/http_server/server.c | 53 ++++++++++++++++++++++++++++++++++++++------------ 2752 1 file changed, 41 insertions(+), 12 deletions(-) 2753 2754commit 5b8712682fc789a83452d6bf1e3a65465439f4ce 2755Author: 0x4248 <[email protected]> 2756Date: Tue Oct 8 11:47:30 2024 +0100 2757 2758 Add assembly 2759 2760 Signed-off-by: 0x4248 <[email protected]> 2761 2762 asm/x64-linux/return/build.sh | 2 ++ 2763 asm/x64-linux/return/main.s | 24 ++++++++++++++++++++++++ 2764 2 files changed, 26 insertions(+) 2765 2766commit 18f98b8aaf05e1d6c4b8c8031f951e6e65f9aa2a 2767Author: 0x4248 <[email protected]> 2768Date: Tue Oct 8 11:24:05 2024 +0100 2769 2770 Add HTTP server 2771 2772 Signed-off-by: 0x4248 <[email protected]> 2773 2774 c/http_server/CMakeLists.txt | 16 +++++++++ 2775 c/http_server/README.md | 3 ++ 2776 c/http_server/server.c | 78 ++++++++++++++++++++++++++++++++++++++++++++ 2777 c/tiny/build.sh | 12 +++---- 2778 scraps.mk | 1 + 2779 5 files changed, 104 insertions(+), 6 deletions(-) 2780 2781commit c4ed8d7fec936d599b000e3eef290b6d8c5b9ef5 2782Author: 0x4248 <[email protected]> 2783Date: Tue Oct 8 08:13:32 2024 +0100 2784 2785 Update build.sh 2786 2787 Signed-off-by: 0x4248 <[email protected]> 2788 2789 c/tiny/build.sh | 12 ++++++------ 2790 1 file changed, 6 insertions(+), 6 deletions(-) 2791 2792commit 824d1f163fecda0b6a266cb5b296ecbbea7696c6 2793Author: 0x4248 <[email protected]> 2794Date: Mon Oct 7 23:22:12 2024 +0100 2795 2796 Add math 2797 2798 Signed-off-by: 0x4248 <[email protected]> 2799 2800 c/tiny/build.sh | 6 +++++- 2801 c/tiny/math.c | 37 +++++++++++++++++++++++++++++++++++++ 2802 2 files changed, 42 insertions(+), 1 deletion(-) 2803 2804commit 8acd2db797567172e668a53d9e702ab7be0982fc 2805Author: 0x4248 <[email protected]> 2806Date: Mon Oct 7 23:12:12 2024 +0100 2807 2808 Add tiny 2809 2810 Signed-off-by: 0x4248 <[email protected]> 2811 2812 c/tiny/CMakeLists.txt | 22 ++++++++++++++++++++++ 2813 c/tiny/README.md | 3 +++ 2814 c/tiny/build.sh | 28 ++++++++++++++++++++++++++++ 2815 c/tiny/hello.c | 20 ++++++++++++++++++++ 2816 c/tiny/tiny.c | 17 +++++++++++++++++ 2817 scraps.mk | 3 ++- 2818 tools/scrapbuild.py | 14 +++++++++++++- 2819 7 files changed, 105 insertions(+), 2 deletions(-) 2820 2821commit aafbfbb9c3f02b5052abf6c6b3ad8e3221e87373 2822Author: 0x4248 <[email protected]> 2823Date: Mon Oct 7 10:31:44 2024 +0100 2824 2825 Update cmake requirements 2826 2827 Signed-off-by: 0x4248 <[email protected]> 2828 2829 c/writing_raw/CMakeLists.txt | 2 +- 2830 1 file changed, 1 insertion(+), 1 deletion(-) 2831 2832commit ee8f74f7d0493eee064eedfaa49cb19341a922a9 2833Author: 0x4248 <[email protected]> 2834Date: Sun Oct 6 15:54:30 2024 +0100 2835 2836 Move variable 2837 2838 Signed-off-by: 0x4248 <[email protected]> 2839 2840 x86bootdisk/src/boot.asm | 3 ++- 2841 1 file changed, 2 insertions(+), 1 deletion(-) 2842 2843commit bc881ff793236d492b540b67aac808eb78d335dc 2844Author: 0x4248 <[email protected]> 2845Date: Sun Oct 6 14:17:19 2024 +0100 2846 2847 update write.c 2848 2849 Signed-off-by: 0x4248 <[email protected]> 2850 2851 c/writing_raw/write.c | 7 +++++++ 2852 1 file changed, 7 insertions(+) 2853 2854commit d86aeda919db6edaf9b4d4822c04d9337fe273dc 2855Author: 0x4248 <[email protected]> 2856Date: Sat Oct 5 18:59:38 2024 +0100 2857 2858 Add hello.c 2859 2860 Signed-off-by: 0x4248 <[email protected]> 2861 2862 c/writing_raw/CMakeLists.txt | 3 +-- 2863 c/writing_raw/hello.c | 28 ++++++++++++++++++++++++++++ 2864 2 files changed, 29 insertions(+), 2 deletions(-) 2865 2866commit 71320f5966f76b706ac9834137b713efc413379b 2867Author: 0x4248 <[email protected]> 2868Date: Sat Oct 5 18:57:11 2024 +0100 2869 2870 Update comments 2871 2872 Signed-off-by: 0x4248 <[email protected]> 2873 2874 c/writing_raw/include/write.h | 14 ++++++++++++++ 2875 c/writing_raw/write.c | 2 +- 2876 2 files changed, 15 insertions(+), 1 deletion(-) 2877 2878commit 52db029d62cde37b4b275ba1fb7c2708903a6e56 2879Author: 0x4248 <[email protected]> 2880Date: Sat Oct 5 14:05:40 2024 +0100 2881 2882 Update files 2883 2884 Signed-off-by: 0x4248 <[email protected]> 2885 2886 .gitignore | 17 +++------ 2887 Makefile | 16 +++----- 2888 c/writing_raw/CMakeLists.txt | 20 ++++++++++ 2889 c/writing_raw/README | 4 ++ 2890 c/writing_raw/basic.c | 28 ++++++++++++++ 2891 c/writing_raw/include/write.h | 6 +++ 2892 c/writing_raw/write.c | 38 +++++++++++++++++++ 2893 fortran/filetest/Makefile | 28 ++++++-------- 2894 globals.mk | 22 +++++++++++ 2895 scraps.mk | 19 ++++------ 2896 tools/gh-installdeps.sh | 16 +++----- 2897 tools/scrapbuild.py | 88 +++++++++++++++++++++++++++---------------- 2898 x86bootdisk/.gitignore | 16 +++----- 2899 x86bootdisk/Makefile | 29 ++++++-------- 2900 x86bootdisk/src/boot.asm | 16 +++----- 2901 15 files changed, 228 insertions(+), 135 deletions(-) 2902 2903commit 03439d05c3523999d6b5cf087a61643bdbede6f1 2904Author: 0x4248 <[email protected]> 2905Date: Fri Oct 4 21:12:17 2024 +0100 2906 2907 Fix gh-installdeps.sh 2908 2909 Signed-off-by: 0x4248 <[email protected]> 2910 2911 tools/gh-installdeps.sh | 2 +- 2912 1 file changed, 1 insertion(+), 1 deletion(-) 2913 2914commit 68e693ecca22a1a9600b0a05ca4a1521c05f0a1f 2915Author: 0x4248 <[email protected]> 2916Date: Fri Oct 4 21:11:13 2024 +0100 2917 2918 Fix build issue 2919 2920 Signed-off-by: 0x4248 <[email protected]> 2921 2922 .github/workflows/makefile.yml | 3 +++ 2923 tools/gh-installdeps.sh | 26 ++++++++++++++++++++++++++ 2924 2 files changed, 29 insertions(+) 2925 2926commit 4c219e2a28fbda931a78ccfcaf11bb55655a8378 2927Author: 0x4248 (Blix) <[email protected]> 2928Date: Fri Oct 4 21:06:11 2024 +0100 2929 2930 Create makefile.yml 2931 2932 .github/workflows/makefile.yml | 18 ++++++++++++++++++ 2933 1 file changed, 18 insertions(+) 2934 2935commit 4ee75522dfb72f23d8a5bff25439980e963363d2 2936Author: 0x4248 <[email protected]> 2937Date: Fri Oct 4 21:03:29 2024 +0100 2938 2939 Update build system 2940 2941 Signed-off-by: 0x4248 <[email protected]> 2942 2943 Makefile | 10 ++++++++-- 2944 scraps.mk | 7 +++++++ 2945 tools/scrapbuild.py | 30 ++++++++++++++++++++++++++++-- 2946 3 files changed, 43 insertions(+), 4 deletions(-) 2947 2948commit 84a5935d076160d003a77fb4d6c4a8f85f0f2b81 2949Author: 0x4248 <[email protected]> 2950Date: Fri Oct 4 20:35:42 2024 +0100 2951 2952 Fix build issue 2953 2954 Signed-off-by: 0x4248 <[email protected]> 2955 2956 fortran/filetest/Makefile | 2 +- 2957 1 file changed, 1 insertion(+), 1 deletion(-) 2958 2959commit 2a72e405801e29cdf78c40abf461b79a1a7b686a 2960Author: 0x4248 <[email protected]> 2961Date: Fri Oct 4 19:25:46 2024 +0100 2962 2963 Add build system 2964 2965 Signed-off-by: 0x4248 <[email protected]> 2966 2967 .gitignore | 33 +++++++++++++++ 2968 Makefile | 43 +++++++++++++++++++ 2969 fortran-filetest/file.f90 | 24 ----------- 2970 fortran/README | 7 +++ 2971 fortran/filetest/Makefile | 38 +++++++++++++++++ 2972 {fortran-filetest => fortran/filetest}/README | 0 2973 fortran/filetest/file.f90 | 34 +++++++++++++++ 2974 scraps.mk | 24 +++++++++++ 2975 tools/scrapbuild.py | 61 +++++++++++++++++++++++++++ 2976 x86bootdisk/.gitignore | 15 ++++--- 2977 x86bootdisk/Makefile | 22 ++++++---- 2978 x86bootdisk/src/boot.asm | 50 ++++++++++++---------- 2979 12 files changed, 291 insertions(+), 60 deletions(-) 2980 2981commit 73e2b9897d13639e40df66f1a4005d610581865b 2982Author: 0x4248 <[email protected]> 2983Date: Thu Sep 26 12:38:52 2024 +0100 2984 2985 first commit 2986 2987 README.md | 11 +++++++++++ 2988 fortran-filetest/README | 4 ++++ 2989 fortran-filetest/file.f90 | 24 +++++++++++++++++++++++ 2990 x86bootdisk/.gitignore | 14 ++++++++++++++ 2991 x86bootdisk/Makefile | 34 ++++++++++++++++++++++++++++++++ 2992 x86bootdisk/README.md | 9 +++++++++ 2993 x86bootdisk/src/boot.asm | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 2994 7 files changed, 145 insertions(+)
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.