A simple POSIX-based operating system for 64-bit computers
Go to file
apio f1a7138568 User mode (with a few syscalls)
IT ACTUALLY WORKS NOW.

Why wasn't it working? Oh, because I was not setting already present page tables's permissions to user mode. Just a little bug. THAT I SPENT DAYS TRYING TO FIND

Anyways, it works now. Such a relief...
2022-09-25 20:35:05 +02:00
initrd Remove userspace for now 2022-09-24 21:29:10 +02:00
kernel User mode (with a few syscalls) 2022-09-25 20:35:05 +02:00
tools Add a tool to auto-generate a symbol map, borrowed from SerenityOS :) 2022-09-19 20:35:24 +02:00
.clang-format Ready. Set. Go! 2022-09-05 16:13:51 +02:00
.gitignore Add a tool to auto-generate a symbol map, borrowed from SerenityOS :) 2022-09-19 20:35:24 +02:00
luna.json Minimize image size 2022-09-25 18:22:22 +02:00
Makefile Remove userspace for now 2022-09-24 21:29:10 +02:00