asleepymoon
asleepymoon pushed to descriptive_headers at asleepymoon/Luna 2022-10-12 09:20:54 +00:00
c8c4d31cca Add a FIXME to string.cpp
asleepymoon pushed to descriptive_headers at asleepymoon/Luna 2022-10-12 09:19:20 +00:00
19ee20b6f5 libc: Document the functions in string.h
asleepymoon created pull request asleepymoon/Luna#11 2022-10-12 09:05:05 +00:00
WIP: libc: Document functions in headers
asleepymoon pushed to descriptive_headers at asleepymoon/Luna 2022-10-12 09:02:24 +00:00
38e87d8f8f libc: Document the functions in unistd.h
asleepymoon created branch descriptive_headers in asleepymoon/Luna 2022-10-12 09:02:24 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2022-10-12 08:54:52 +00:00
96b1d1c2f2 Devices: Tell a device which name you want it to be instantiated with
asleepymoon pushed to main at asleepymoon/Luna 2022-10-12 08:44:37 +00:00
eb03ae91e0 Devices: Add a new Serial device
asleepymoon pushed to main at asleepymoon/Luna 2022-10-12 08:17:55 +00:00
89cbe5957b Update .gdbconf to point to the non-stripped kernel executable
asleepymoon pushed to main at asleepymoon/Luna 2022-10-12 08:05:22 +00:00
44834b8a0f libc: Implement fputs, fputc, putc and putchar
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:42:46 +00:00
eaf7a1620b Next version!
asleepymoon pushed to stable at asleepymoon/Luna 2022-10-11 19:41:53 +00:00
e145690db8 apps: Remove demo programs (except for init)
25ab31c7ce Remove unnecessary comments
d3ac590e24 Kernel: Remove the sys_getversion() syscall
112e375b5e Kernel: Add a FIXME
c30041b733 fix naming
Compare 78 commits »
asleepymoon pushed tag v0.10 to asleepymoon/Luna 2022-10-11 19:41:35 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:37:35 +00:00
e145690db8 apps: Remove demo programs (except for init)
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:32:34 +00:00
25ab31c7ce Remove unnecessary comments
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:31:35 +00:00
d3ac590e24 Kernel: Remove the sys_getversion() syscall
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:21:34 +00:00
112e375b5e Kernel: Add a FIXME
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:17:13 +00:00
c30041b733 fix naming
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:13:46 +00:00
88a01fcfc7 libc: make perror output to stderr
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 19:12:31 +00:00
b67011c626 libc: Use the new write() syscall
0f47f59364 libc: make fprintf actually write to the chosen file
2f46e46aa4 libc: Implement fwrite()
80ab982fe4 libc: make stdout and stderr functional
53a4b3b85e libc: Add new flags to open()
Compare 9 commits »
asleepymoon pushed to main at asleepymoon/Luna 2022-10-11 18:13:07 +00:00
f6e783ea45 init: do not show 'read n bytes' when printing version