asleepymoon
asleepymoon created branch printf_pointers in asleepymoon/Luna 2022-10-08 16:11:46 +00:00
asleepymoon pushed to printf_pointers at asleepymoon/Luna 2022-10-08 16:11:46 +00:00
40099feb80 Apps: Use the new %p in printf()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 16:08:56 +00:00
3ee1f34bc4 Forgot to add break :)
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 16:07:40 +00:00
c67079dd74 Kernel, libc: Implement %p in *printf()
asleepymoon merged pull request asleepymoon/Luna#8 2022-10-08 15:58:52 +00:00
Kernel, libc: Add support for providing a status code to exit()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 15:58:52 +00:00
247645d301 Merge branch exit_status into main
f83a6ace51 Kernel, libc: Add support for providing a status code to exit()
Compare 2 commits »
asleepymoon deleted branch exit_status from asleepymoon/Luna 2022-10-08 15:58:52 +00:00
asleepymoon created pull request asleepymoon/Luna#8 2022-10-08 15:58:13 +00:00
Kernel, libc: Add support for providing a status code to exit()
asleepymoon created branch exit_status in asleepymoon/Luna 2022-10-08 15:56:46 +00:00
asleepymoon pushed to exit_status at asleepymoon/Luna 2022-10-08 15:56:46 +00:00
f83a6ace51 Kernel, libc: Add support for providing a status code to exit()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 13:57:13 +00:00
1e0c8c5fe7 Kernel: Strip kernel symbols when installing
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 13:35:44 +00:00
4a212b4c92 Modify shebangs to use /usr/bin/env bash instead of /bin/sh
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 13:32:53 +00:00
aa5c1be945 Separate building a debug image and running it, and provide a script for GDB.
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 13:12:20 +00:00
309058888c Bugfix: remove duplicate error check when loading a userspace ELF program
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 13:06:04 +00:00
159d025d9f ACPI::get_rsdt_or_xsdt(): Use a temporary variable to do mappings, then set cache to it.
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 13:03:16 +00:00
a5daa24fbf Fix bug :)
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 13:00:59 +00:00
533b7c9e71 Refactor ACPI::get_rsdt_or_xsdt()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 12:52:34 +00:00
abcf1b6118 Define PAGE_SIZE as 4096 and use it everywhere instead of using 4096 as a magic number
asleepymoon pushed to main at asleepymoon/Luna 2022-10-08 12:44:54 +00:00
1235ce8b32 Avoid magic numbers
asleepymoon opened issue asleepymoon/Luna#7 2022-10-08 12:22:53 +00:00
Random restarts