d0p1 🏳️‍⚧️ d0p1
  • Cyberspace
  • Building a free, decentralized cyberspace in my garage | 🏳️‍⚧️

    coffe

  • Joined on 2024-02-14
d0p1 pushed to master at d0p1/StupidOS 2025-03-01 09:33:38 +00:00
ca6e6e9487 chore: sync repo
d0p1 pushed to main at d0p1/tcc-stupidos 2025-03-01 09:29:54 +00:00
2596ba135d sync repo
d0p1 pushed to main at d0p1/tcc-stupidos 2025-02-21 14:10:56 +00:00
5a54c79520 WIP replace ELF part with COFF
d0p1 pushed to main at d0p1/tcc-stupidos 2025-02-14 16:48:01 +00:00
c5d1e40ebe Further strip down tcc
d0p1 pushed to main at d0p1/tcc-stupidos 2025-02-11 19:40:59 +00:00
94b74d446f Remove _WIN32 bullshit (msys2 exist uU)
ef94f0cf60 Remove support for threaded use of libtcc.a, It's out of scope
9eb10536b0 Further split tcc into multiple file
Compare 3 commits »
d0p1 pushed to main at d0p1/tcc-stupidos 2025-02-11 12:07:18 +00:00
ca1e24c395 Further refactor code
d0p1 pushed to main at d0p1/tcc-stupidos 2025-02-08 17:38:29 +00:00
db4e043cd9 Move arguments parsing to option.c
d0p1 pushed to main at d0p1/tcc-stupidos 2025-02-08 14:54:03 +00:00
6318a909ff Strip down further TCC (removing unused function, unused parameter...). Split source in multiple files (WIP)
d0p1 created repository Munix/munix 2025-02-03 10:22:28 +00:00
d0p1 pushed to master at d0p1/StupidOS 2025-01-31 10:51:25 +00:00
ffd7be38f8 chore: sync repo
d0p1 pushed to master at d0p1/StupidOS 2025-01-30 10:59:28 +00:00
e2ce2c52d2 build: add rules.mk (still WIP)
d0p1 pushed to master at d0p1/StupidOS 2025-01-29 15:38:34 +00:00
db96f2a59e refactor(boot): add macro in efi/logger.inc and rework makefiles
a9863cbd52 refactor(boot): uefi: add macros
Compare 2 commits »
d0p1 pushed to master at d0p1/StupidOS 2025-01-24 11:14:28 +00:00
f84f328828 refactor(kernel): remove old pmm/mm files
d0p1 pushed to master at d0p1/StupidOS 2025-01-24 11:00:51 +00:00
86b3e1fdc9 fix: build
d0p1 pushed to master at d0p1/StupidOS 2025-01-23 13:13:20 +00:00
f676062269 feat(kernel): vmem_size, vmem_add
fb77f055c5 doc: tune config
Compare 2 commits »
d0p1 pushed to master at d0p1/StupidOS 2025-01-21 08:49:02 +00:00
e6b057fe78 fix: setup new gdt before bootstrapping MM
d0p1 pushed to master at d0p1/StupidOS 2025-01-17 11:33:43 +00:00
549c063b38 feat(kernel): double linked list helper
d0p1 pushed to master at d0p1/StupidOS 2025-01-14 11:34:49 +00:00
cadddcbb13 feat(kernel): PMM alloc and free pages
d0p1 pushed to master at d0p1/StupidOS 2025-01-14 07:47:12 +00:00
7a0690cdd8 ci: missing xorriso
d0p1 pushed to master at d0p1/StupidOS 2025-01-13 15:16:04 +00:00
a36c8b00ed feat(kernel): map low memory using bitmap