move hlib directory to src/
|
---|
|
Makefile |
---|
src/hlib/Makefile 0 → 100644 |
---|
src/hlib/compile_flags.txt 0 → 100644 |
---|
src/hlib/include/syscalls.h 0 → 100644 |
---|
src/hlib/io.c 0 → 100644 |
---|
src/hlib/link.ld 0 → 100644 |
---|
src/hlib/list.c 0 → 100644 |
---|
src/hlib/main.c 0 → 100644 |
---|
src/hlib/malloc.c 0 → 120000 |
---|
src/hlib/malloc.h 0 → 120000 |
---|
src/hlib/service/events.c 0 → 100644 |
---|
src/hlib/service/service.c 0 → 100644 |
---|
src/hlib/stdio.c 0 → 100644 |
---|
src/hlib/strings.c 0 → 100644 |
---|
src/include/hlib.h |
---|
src/userland/hlib/Makefile 100644 → 0 |
---|
src/userland/hlib/compile_flags.txt 100644 → 0 |
---|
src/userland/hlib/include/syscalls.h 100644 → 0 |
---|
src/userland/hlib/io.c 100644 → 0 |
---|
src/userland/hlib/link.ld 100644 → 0 |
---|
src/userland/hlib/list.c 100644 → 0 |
---|
src/userland/hlib/main.c 100644 → 0 |
---|
src/userland/hlib/malloc.c 120000 → 0 |
---|
src/userland/hlib/malloc.h 120000 → 0 |
---|
src/userland/hlib/service/events.c 100644 → 0 |
---|
src/userland/hlib/service/service.c 100644 → 0 |
---|
src/userland/hlib/stdio.c 100644 → 0 |
---|
src/userland/hlib/strings.c 100644 → 0 |
---|