Initial commit

This commit is contained in:
Gitea 2021-01-31 14:08:26 -06:00
commit b686116502
33 changed files with 2722 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
isodir
kernel
libc
interface_manual
man_pages
old_stuff
static_system_stuff
sysroot
utils
*.iso
*~
#*#
.vscode
dev_tools/build_util_src/*.tar.xz
dev_tools/build_util_src/higher_half_test
notes/FreeBSD's bootloader.png
notes/quick_sort_explore.c