Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
side stuff:
* removed sltar since it wasn't working anyways
* made signal() no longer panic, as that broke certain ports (oops)
* doom now ships with the FreeDOOM WADs
* /usr/ was aliased to /init/usr/, more directories were added to /bin/
to improve compat with ports
|
|
It was a good idea, but it didn't even work. 0/10
Maybe I should replace it with semgrep someday.
For the only current rule, I can split src/kernel/ into src/kernel/{amd64,generic},
and just don't have amd64 in generic's include path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make clean; ./port ed clean; make -j4 out/libc.a && ./port ed install && make -j4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I have no idea why I didn't do this right from the start, it makes
this whole thing much easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
holy shit.
this was simpler than i expected it to be
|
|
|