August shibedrill
shibedrill pushed to main at shibedrill/playerbot 2026-05-06 19:29:42 -04:00
a2b0e2e8a8 Minor fun fixes
shibedrill pushed to main at shibedrill/playerbot 2026-05-06 19:15:17 -04:00
513b2c2b6d Merge pull request 'type-api-rewrite' (#1) from type-api-rewrite into main
b843ccfe65 rm conf
7511f3c7d4 last touches
f1880424ab supports config loading
ec981ccb41 config deser
Compare 8 commits »
shibedrill merged pull request shibedrill/playerbot#1 2026-05-06 19:15:15 -04:00
type-api-rewrite
shibedrill created pull request shibedrill/playerbot#1 2026-05-06 19:15:10 -04:00
type-api-rewrite
shibedrill pushed to type-api-rewrite at shibedrill/playerbot 2026-05-06 18:40:25 -04:00
b843ccfe65 rm conf
shibedrill pushed to type-api-rewrite at shibedrill/playerbot 2026-05-06 18:39:15 -04:00
7511f3c7d4 last touches
shibedrill pushed to type-api-rewrite at shibedrill/playerbot 2026-05-06 16:35:08 -04:00
f1880424ab supports config loading
ec981ccb41 config deser
Compare 2 commits »
shibedrill pushed to type-api-rewrite at shibedrill/playerbot 2026-05-06 15:09:41 -04:00
a493259f7f Player list support
shibedrill pushed to type-api-rewrite at shibedrill/playerbot 2026-05-06 01:03:11 -04:00
c56f4c7772 Cleanup
shibedrill created branch type-api-rewrite in shibedrill/playerbot 2026-05-06 00:49:03 -04:00
shibedrill pushed to type-api-rewrite at shibedrill/playerbot 2026-05-06 00:49:03 -04:00
46485ad396 Initial rewrite
shibedrill pushed to main at shibedrill/playerbot 2026-05-03 14:45:07 -04:00
e5850f8b89 New server fix
shibedrill pushed to main at shibedrill/playerbot 2026-05-03 14:44:12 -04:00
0181f96c7b New server fix
shibedrill pushed to main at shibedrill/playerbot 2026-05-03 14:34:19 -04:00
c2491f4542 New server
a496f70cda Add versions
Compare 2 commits »
shibedrill pushed to main at shibedrill/gila 2026-04-05 12:16:18 -04:00
b3c92486b3 Experiments with GDT
shibedrill pushed to main at shibedrill/gila 2026-03-16 22:41:50 -04:00
c0cc10becb Fix signing
shibedrill pushed to main at shibedrill/gila 2026-03-16 22:29:43 -04:00
5deae81e58 Remove breakpoint
shibedrill pushed to main at shibedrill/gila 2026-03-16 18:14:16 -04:00
d3c40b54f8 Stuff with syscall API
shibedrill commented on issue shibedrill/gila#3 2026-03-16 17:47:31 -04:00
Process Creation & Binary Support

First things first, I have to switch to my own page tables, and unmap the lower portion of memory. Then I can map a few pages for Userboot, load some code, and try to execute it.

shibedrill closed issue shibedrill/gila#4 2026-03-16 17:45:18 -04:00
Rust Standard Library port