• https://xami.dev
  • Libre software advocate; privacy & cybersecurity enthusiast; low-level development enjoyer.

  • Joined on 2025-12-27
xamidev merged pull request pepper-org/pepperOS#17 2026-04-02 19:16:35 +02:00
syscall
xamidev created pull request pepper-org/pepperOS#17 2026-04-02 19:15:54 +02:00
syscall
xamidev pushed to syscall at pepper-org/pepperOS 2026-04-02 19:11:45 +02:00
dbffb7f5fa userland HELLO WORLD
xamidev pushed to syscall at pepper-org/pepperOS 2026-04-02 17:05:59 +02:00
aa30d9c6b5 user program (still many #PF)
11a9dd4adb Load limine module + alloc user stack
Compare 2 commits »
xamidev pushed to syscall at pepper-org/pepperOS 2026-04-01 13:06:23 +02:00
d644126901 TSS setup
8be2a744b4 Refactor GDT entry filling
e9b57f70b1 End the _t nonsense
Compare 3 commits »
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-31 21:04:54 +02:00
e8a0a36889 Enable FPU
1fc5225fd2 kheap info
Compare 2 commits »
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-29 09:38:31 +02:00
2f1eef9e15 UBSan conditional compilation
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-28 21:50:28 +01:00
65371077d9 more UBsan
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-28 21:09:15 +01:00
3cd38f654c Undefined Behavior Sanitization
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-26 20:15:02 +01:00
89259ec9b2 Stack Smashing Protection
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-26 17:59:11 +01:00
0fbaf6d26e Date functions (get current time)
532953da4d CPU Name identification
Compare 2 commits »
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-25 17:00:14 +01:00
ac788c55d3 Upgrade VMM for processes
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-21 11:34:53 +01:00
3ae56bbad5 Kernel debug shell
xamidev pushed to syscall at pepper-org/pepperOS 2026-03-21 10:37:07 +01:00
db36899152 Add kprintf for DEBUG(); differentiated from printf()
xamidev created branch syscall in pepper-org/pepperOS 2026-03-21 10:37:07 +01:00
xamidev merged pull request pepper-org/pepperOS#16 2026-03-20 16:58:09 +01:00
real-hw-fix
xamidev pushed to main at pepper-org/pepperOS 2026-03-20 16:58:09 +01:00
7d03a0090b Merge pull request 'real-hw-fix' (#16) from real-hw-fix into main
03f87723d1 Splash
3607a7179c printf spinlock + remove DEPRECATED stuff + begin separating x86 stuff
424b4c4632 Use MSR to map framebuffer as WC (write-combining) = huge speed diff on real HW
6a82d581fb Fix PMM for real HW + serial lock
Compare 6 commits »
xamidev created pull request pepper-org/pepperOS#16 2026-03-20 16:57:54 +01:00
real-hw-fix
xamidev pushed to real-hw-fix at pepper-org/pepperOS 2026-03-20 16:50:40 +01:00
03f87723d1 Splash
xamidev pushed to real-hw-fix at pepper-org/pepperOS 2026-03-20 09:03:16 +01:00
3607a7179c printf spinlock + remove DEPRECATED stuff + begin separating x86 stuff