Differences From Artifact [a7ffc6f8bf]:
- File arch/x86.lin.32.s — part of check-in [b5f6f19923] at 2019-08-19 01:46:21 on branch trunk — updates, begin putting together error-handling mechanism (user: lexi, size: 0) [annotate] [blame] [check-ins using]
- File kgraft/exe.attach.c — part of check-in [f5b7fa5762] at 2019-06-27 05:52:40 on branch trunk — updates (user: lexi, size: 0) [annotate] [blame] [check-ins using]
To Artifact [572a900790]:
- File kgraft/attach.exe.c — part of check-in [d27f92e3b7] at 2019-06-28 04:32:40 on branch trunk — restructure file naming conventions and conclusively fix longstanding architectural build system problems with loads and loads of variables and a shit ton of function calls (user: lexi, size: 54) [annotate] [blame] [check-ins using]
- File kgraft/exe.attach.c — part of check-in [a14ceee056] at 2019-06-27 21:39:17 on branch trunk — development milestone (user: lexi, size: 54) [annotate] [blame] [check-ins using]
- File mod/kgraft/attach.exe.c — part of check-in [14172a910a] at 2019-08-21 06:00:24 on branch trunk — move modules to a subdirectory in order to keep the directory tree organized and make room for OS-specific build files (user: lexi, size: 54) [annotate] [blame] [check-ins using]
> > > > |
1 2 3 4 |
#include <k/core.h> stat entry(kenv e) { return 0; } |