os

An operating system
git clone https://erai.gay/code/os/
Log | Files | Refs | README | LICENSE

commit 8008d9d24780567ea2899557ce1bdfb43b1a832e
parent eae0a50e74b20086155960a9b28d8963476fbb33
Author: erai <erai@omiltem.net>
Date:   Sun, 17 Nov 2024 22:39:02 -0500

rename *.c to *.om

Diffstat:
Ralloc.c -> alloc.om | 0
Ras.c -> as.om | 0
Rattic/aes.c -> attic/aes.om | 0
Rattic/cc0.c -> attic/cc0.om | 0
Rattic/chacha20_test.c -> attic/chacha20_test.om | 0
Rattic/ed25519_test.c -> attic/ed25519_test.om | 0
Rattic/genlex.c -> attic/genlex.om | 0
Rattic/lex1.c -> attic/lex1.om | 0
Rattic/parse1.c -> attic/parse1.om | 0
Rattic/poly1305_test.c -> attic/poly1305_test.om | 0
Rattic/rsa.c -> attic/rsa.om | 0
Rattic/sha256_test.c -> attic/sha256_test.om | 0
Rattic/sha512_test.c -> attic/sha512_test.om | 0
Rattic/x25519_test.c -> attic/x25519_test.om | 0
Rbufio.c -> bufio.om | 0
Rcat.c -> cat.om | 0
Rcc1.c -> cc1.om | 0
Rchacha20.c -> chacha20.om | 0
Rcmp.c -> cmp.om | 0
Rcout.c -> cout.om | 0
Rcpio.c -> cpio.om | 0
Rdecl.c -> decl.om | 0
Rdump.c -> dump.om | 0
Recho.c -> echo.om | 0
Red25519.c -> ed25519.om | 0
Rgenlex.c -> genlex.om | 0
Rkernel.c -> kernel.om | 0
Rlib.c -> lib.om | 0
Rls.c -> ls.om | 0
Rmkdir.c -> mkdir.om | 0
Rmv.c -> mv.om | 0
Rnode.c -> node.om | 0
Rparse2.c -> parse2.om | 0
Rpeg.c -> peg.om | 0
Rpeglib.c -> peglib.om | 0
Rpoly1305.c -> poly1305.om | 0
Rrm.c -> rm.om | 0
Rsh.c -> sh.om | 0
Rsha256.c -> sha256.om | 0
Rsha512.c -> sha512.om | 0
Rsshd.c -> sshd.om | 0
Rsyscall.c -> syscall.om | 0
Rtype.c -> type.om | 0
Rxxd.c -> xxd.om | 0
44 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/alloc.c b/alloc.om diff --git a/as.c b/as.om diff --git a/attic/aes.c b/attic/aes.om diff --git a/attic/cc0.c b/attic/cc0.om diff --git a/attic/chacha20_test.c b/attic/chacha20_test.om diff --git a/attic/ed25519_test.c b/attic/ed25519_test.om diff --git a/attic/genlex.c b/attic/genlex.om diff --git a/attic/lex1.c b/attic/lex1.om diff --git a/attic/parse1.c b/attic/parse1.om diff --git a/attic/poly1305_test.c b/attic/poly1305_test.om diff --git a/attic/rsa.c b/attic/rsa.om diff --git a/attic/sha256_test.c b/attic/sha256_test.om diff --git a/attic/sha512_test.c b/attic/sha512_test.om diff --git a/attic/x25519_test.c b/attic/x25519_test.om diff --git a/bufio.c b/bufio.om diff --git a/cat.c b/cat.om diff --git a/cc1.c b/cc1.om diff --git a/chacha20.c b/chacha20.om diff --git a/cmp.c b/cmp.om diff --git a/cout.c b/cout.om diff --git a/cpio.c b/cpio.om diff --git a/decl.c b/decl.om diff --git a/dump.c b/dump.om diff --git a/echo.c b/echo.om diff --git a/ed25519.c b/ed25519.om diff --git a/genlex.c b/genlex.om diff --git a/kernel.c b/kernel.om diff --git a/lib.c b/lib.om diff --git a/ls.c b/ls.om diff --git a/mkdir.c b/mkdir.om diff --git a/mv.c b/mv.om diff --git a/node.c b/node.om diff --git a/parse2.c b/parse2.om diff --git a/peg.c b/peg.om diff --git a/peglib.c b/peglib.om diff --git a/poly1305.c b/poly1305.om diff --git a/rm.c b/rm.om diff --git a/sh.c b/sh.om diff --git a/sha256.c b/sha256.om diff --git a/sha512.c b/sha512.om diff --git a/sshd.c b/sshd.om diff --git a/syscall.c b/syscall.om diff --git a/type.c b/type.om diff --git a/xxd.c b/xxd.om