asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2022-10-15 08:28:59 +00:00
c77e752a82 libc: Implement fileno()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-15 08:06:01 +00:00
d0d6557e99 libc: Add assert()
8398b2e2e4 libc: Change bits/macros.h to use a __lc_ prefix for internal macros
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 19:26:53 +00:00
1043b0772d Make libc exit with a specific code if program initialization fails
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 19:24:26 +00:00
d5bc87099f libc: #define STDOUT_FILENO and STDERR_FILENO
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 19:12:40 +00:00
eb67ab113e libc: Add ctype.h
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 18:14:57 +00:00
91d76a2ee4 Devices: Add a new RandomDevice :)
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 17:55:37 +00:00
faaf930a14 Moon 0.12-dev
asleepymoon pushed to stable at asleepymoon/Luna 2022-10-14 17:51:17 +00:00
97461c7c1f Prepare for moon 0.11
ccf8f404a8 libc: Make the stdio initialization code cleaner
4e08c9d8ce libc: Pass the last argument in __luna_syscall5 correctly
0e64c57e10 libc: Change __{stderr, stdout} to {stderr, stdout}
3b83d7ccaf libc: Implement fsetpos() and fgetpos()
Compare 111 commits »
asleepymoon pushed tag v0.11 to asleepymoon/Luna 2022-10-14 17:51:11 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 17:49:59 +00:00
97461c7c1f Prepare for moon 0.11
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 17:36:28 +00:00
ccf8f404a8 libc: Make the stdio initialization code cleaner
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 17:25:05 +00:00
4e08c9d8ce libc: Pass the last argument in __luna_syscall5 correctly
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 17:23:22 +00:00
0e64c57e10 libc: Change __{stderr, stdout} to {stderr, stdout}
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 17:12:47 +00:00
3b83d7ccaf libc: Implement fsetpos() and fgetpos()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 17:05:09 +00:00
e0aa552fae Kernel: Add a move() function
asleepymoon closed issue asleepymoon/Luna#2 2022-10-14 16:25:03 +00:00
Multiple address spaces
asleepymoon commented on issue asleepymoon/Luna#2 2022-10-14 16:25:03 +00:00
Multiple address spaces

#12 fixes this, but I had to merge it manually, so Gitea doesn't close the issue automatically.

asleepymoon deleted branch address-spaces from asleepymoon/Luna 2022-10-14 16:23:48 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2022-10-14 16:23:11 +00:00
f82fbbe60c Make address spaces not cloned by default
asleepymoon commented on pull request asleepymoon/Luna#12 2022-10-14 16:21:58 +00:00
WIP: Add address space infrastructure

I had to merge this manually as Gitea wouldn't let me, closing :)