apio created branch day-3 in apio/aoc-2022 2022-12-03 10:40:20 +00:00
apio pushed to day-3 at apio/aoc-2022 2022-12-03 10:40:20 +00:00
7fe1a60dc2 Solve Part 1
apio pushed to day-2 at apio/aoc-2022 2022-12-02 17:39:48 +00:00
f66ac3eccb Solve Part 2
apio created branch day-2 in apio/aoc-2022 2022-12-02 17:26:40 +00:00
apio pushed to day-2 at apio/aoc-2022 2022-12-02 17:26:40 +00:00
4908c5699e Solve Part 1
apio pushed to main at apio/minitar 2022-12-01 18:39:03 +00:00
4ab1cd42c9 Update README.md
apio pushed to main at apio/minitar 2022-12-01 18:38:03 +00:00
c78566bb27 Split basename parsing into a helper function
apio pushed to main at apio/minitar 2022-12-01 18:31:29 +00:00
125ec8f063 Provide strdup ourselves
apio pushed to day-1 at apio/aoc-2022 2022-12-01 17:52:08 +00:00
5c63fdf294 Solve Part 2
apio pushed to day-1 at apio/aoc-2022 2022-12-01 17:37:35 +00:00
f95bd1267f Solved Part 1
apio pushed to day-1 at apio/aoc-2022 2022-12-01 17:26:54 +00:00
apio created branch day-1 in apio/aoc-2022 2022-12-01 17:26:53 +00:00
apio pushed to main at apio/aoc-2022 2022-12-01 17:26:34 +00:00
81c7bff2d3 Add explanation to readme
apio pushed to main at apio/aoc-2022 2022-12-01 17:25:39 +00:00
97b4e99464 Added cargo stuff
apio created repository apio/aoc-2022 2022-12-01 17:23:59 +00:00
apio pushed to main at apio/minitar 2022-11-30 18:33:52 +00:00
aff867f667 Add references to minitar_find_by_path() in README.md
apio pushed to main at apio/minitar 2022-11-30 18:26:32 +00:00
dd3d84be76 Update README.md
apio commented on issue apio/Luna#4 2022-11-30 16:50:16 +00:00
More errors

libs/libc/include/errno.h

#ifndef _ERRNO_H
#define _ERRNO_H

/* The…
apio commented on pull request apio/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…

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