diff options
author | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:39:52 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:39:52 -0400 |
commit | 9ea07d1f8cb4c71cefff5c64f13515271c9c9753 (patch) | |
tree | 27f0e94711c4798113718f5c0139de4bbc007d38 /docs | |
parent | fmt (diff) | |
download | comus-9ea07d1f8cb4c71cefff5c64f13515271c9c9753.tar.gz comus-9ea07d1f8cb4c71cefff5c64f13515271c9c9753.tar.bz2 comus-9ea07d1f8cb4c71cefff5c64f13515271c9c9753.zip |
readme & license
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..6cf4375 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,25 @@ +Comus is a 64-bit paging kernel. + +Created for CSCI.452.01 + +## Members + +- Freya Murphy +- Ian McFarlane +- Galen Sagarin + +## Source Code + +https://github.com/kenshineto/kern + +## Arch + +amd64 + +## Bootloader + +Multiboot (Legacy / UEFI) + +## Moduels + +See MODULES.md |