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

    coffe

  • Joined on 2024-02-14
d0p1 pushed to master at d0p1/StupidOS 2024-07-09 08:36:09 +00:00
6aad8f0077 feat(kernel/mm): initialize memory manager
06179dbd4d chore: web buttons
Compare 2 commits »
d0p1 opened issue d0p1/StupidOS#23 2024-07-08 18:23:17 +00:00
idt
d0p1 opened issue d0p1/StupidOS#22 2024-07-08 18:22:57 +00:00
userspace
d0p1 opened issue d0p1/StupidOS#21 2024-07-08 18:22:43 +00:00
multitasking
d0p1 pushed to master at d0p1/StupidOS 2024-07-08 17:20:27 +00:00
80aca5ee8a chore: kernel module ?
d0p1 pushed to master at d0p1/StupidOS 2024-07-08 17:10:50 +00:00
c5ea67ad1d refactor: replace magic values with consts
d0p1 opened issue d0p1/StupidOS#20 2024-07-08 16:52:36 +00:00
Check if system has enough memory to bootstrap system
d0p1 pushed to master at d0p1/StupidOS 2024-07-08 16:48:42 +00:00
6b89f3c48b feat(kernel/mm): unmap first page
d0p1 pushed to master at d0p1/StupidOS 2024-07-08 07:09:10 +00:00
52236d2016 chore: modules?
d0p1 pushed to master at d0p1/StupidOS 2024-07-08 07:06:59 +00:00
e247774ae2 chore: modules?
d0p1 pushed to master at d0p1/StupidOS 2024-07-08 07:04:18 +00:00
face6d7999 chore: modules?
d0p1 pushed to master at d0p1/StupidOS 2024-07-07 13:48:34 +00:00
ea2f09a44d refactor: reorganize files (wip)
d0p1 pushed to master at d0p1/StupidOS 2024-07-07 13:29:51 +00:00
4d5bbe3003 chore: random docs
d0p1 closed issue d0p1/StupidOS#4 2024-07-07 10:13:38 +00:00
Physical Memory Manager
d0p1 pushed to master at d0p1/StupidOS 2024-07-07 09:45:01 +00:00
d764fe4666 chore: update website menu
d0p1 pushed to master at d0p1/StupidOS 2024-07-07 09:25:04 +00:00
6583b96351 feat(kernel): basic and naive pmm
d0p1 pushed to master at d0p1/StupidOS 2024-07-06 13:19:45 +00:00
a0c99799e8 feat(boot/loader): move kernel to 0x100000
d0p1 opened issue d0p1/StupidOS#19 2024-07-05 15:53:13 +00:00
Parse kernel header
d0p1 closed issue d0p1/StupidOS#3 2024-07-05 15:50:59 +00:00
remap kernel to higher-half
d0p1 pushed to master at d0p1/StupidOS 2024-07-05 12:24:01 +00:00
41676291fe feat(kernel): wip serial logger