asleepymoon
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-04 11:19:54 +00:00
bb92480aa3 Add a variant of check() that accepts an error message
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-04 10:56:15 +00:00
a0c4bbe6f3 Make sure to clean CMake cache when rebuilding
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-04 09:27:54 +00:00
5d9c50eb12 Make build-debug.sh work
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-04 09:08:29 +00:00
9a6d0d1bae Update README.md
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-03 16:54:14 +00:00
37a41f3d2c Add warning message
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-03 16:52:06 +00:00
d72478de29 Update README.md
asleepymoon pushed to main at asleepymoon/Luna 2022-12-03 16:50:15 +00:00
1f4c4f1a0c Update README.md
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-03 16:39:50 +00:00
bbc5470ae4 Update symlink location
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-03 16:37:40 +00:00
e440df58c9 cleanup: remove unused scripts
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-03 16:35:03 +00:00
505dde35ac Make GDB source .gdbconf relative to the root directory
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-03 16:34:41 +00:00
dcd5a82073 Make GDB use the correct kernel file
asleepymoon pushed to restart at asleepymoon/Luna 2022-12-03 16:26:04 +00:00
1d7b9260c3 Add config.h for version information
bdc9747f9e Set a project version
3740309427 Check for STRINGIZE_VALUE_OF before defining it
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/minitar 2022-12-01 18:39:03 +00:00
4ab1cd42c9 Update README.md
asleepymoon pushed to main at asleepymoon/minitar 2022-12-01 18:38:03 +00:00
c78566bb27 Split basename parsing into a helper function
asleepymoon pushed to main at asleepymoon/minitar 2022-12-01 18:31:29 +00:00
125ec8f063 Provide strdup ourselves
asleepymoon pushed to main at asleepymoon/minitar 2022-11-30 18:33:52 +00:00
aff867f667 Add references to minitar_find_by_path() in README.md
asleepymoon pushed to main at asleepymoon/minitar 2022-11-30 18:26:32 +00:00
dd3d84be76 Update README.md
asleepymoon commented on issue asleepymoon/Luna#4 2022-11-30 16:50:16 +00:00
More errors

libs/libc/include/errno.h

#ifndef _ERRNO_H
#define _ERRNO_H

/* The…
asleepymoon commented on pull request asleepymoon/Luna#13 2022-11-30 16:39:59 +00:00
WIP: Add fork()

Oh, by the way, the problem (which was solved LONG ago), was that we were setting the child's registers to the registers stored in the parent's Task structure. But we didn't save the parent's…

asleepymoon pushed to restart at asleepymoon/Luna 2022-11-30 16:29:44 +00:00
9c9cb6a05a oopsie