|
7a097f16ea
|
apps: add a new example app which does all kinds of stdio misbehaving >.<
|
2022-10-11 17:31:06 +02:00 |
|
|
d25e8a43db
|
build system: strip apps
|
2022-10-10 21:24:21 +02:00 |
|
|
5d8b825659
|
Add a few example apps/demos in C, and make the kernel choose a random one to demonstrate every boot
|
2022-10-03 21:24:38 +02:00 |
|
|
dae2ff8d50
|
Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc)
|
2022-10-02 20:45:04 +02:00 |
|
|
1ecd24f5d6
|
Kernel: Add SSE support (enable SSE on boot and save context (user tasks only) on task switch)
|
2022-10-02 18:53:54 +02:00 |
|
|
8e6741ebd6
|
Rename SYS_version to SYS_getversion
|
2022-10-02 17:25:56 +02:00 |
|
|
6bacded5cf
|
Update build system
|
2022-10-02 17:01:30 +02:00 |
|
|
f8a72f15c8
|
Adjust build system to be more flexible and to work with the new toolchain
|
2022-10-02 12:44:32 +02:00 |
|
|
1c4383dea4
|
Add an apps/ folder and build-system to build userspace apps which can now be loaded from the initrd
|
2022-10-01 12:17:16 +02:00 |
|
|
867d312177
|
Let's try to start parsing ELFs!
|
2022-09-30 17:43:14 +02:00 |
|