Truly independent web browser
Go to file
Andreas Kling 8f51f0e6b2 ELFLoader: Add program header support.
We don't do anything useful with the data yet, but I'm gonna rewrite
the layout code to run off of the program header table instead.
This will allow us to map .text and .rodata sections in read-only memory.
2018-11-03 10:13:07 +01:00
AK Fix dumb-but-hard-to-find bug in paging. 2018-11-03 00:35:57 +01:00
Base/etc Add getpwent() family of functions to LibC. 2018-10-31 19:54:25 +01:00
ELFLoader ELFLoader: Add program header support. 2018-11-03 10:13:07 +01:00
Kernel Fix some bugs in execve() and make sh use it for process launching. 2018-11-03 02:08:06 +01:00
LibC Implemented sys$execve(). 2018-11-03 01:51:42 +01:00
Userland Fix some bugs in execve() and make sh use it for process launching. 2018-11-03 02:08:06 +01:00
VirtualFileSystem Implement fork()! 2018-11-02 20:41:58 +01:00
Widgets Better int hashing. This was going to bite me sooner or later. 2018-10-27 09:33:24 +02:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00