Commit graph

63 commits

Author SHA1 Message Date
3f915b5840
Been a while since I last worked on this, removed some unnecessary .into()s as suggested by clippy
Some checks failed
Format code / Format the kernel (push) Failing after 18s
Continuous Integration / ci (push) Failing after 7m0s
2025-03-11 15:11:58 -05:00
682aa9d2d0
Fix unsound transmute
Some checks failed
Continuous Integration / ci (push) Failing after 2m2s
Format code / Format the kernel (push) Failing after 16m40s
2025-02-25 17:35:24 -06:00
533a7b6c52
Add test CI script
Some checks failed
Format code / Format the kernel (push) Successful in 2m23s
Continuous Integration / ci (push) Failing after 3m18s
2025-02-25 16:45:06 -06:00
0dc14b152f
change something slightly
All checks were successful
Format code / Format the kernel (push) Successful in 22s
2025-02-23 11:40:37 -06:00
0b2d7e029f
made it not exit with an error if no changes need to be made
All checks were successful
Format code / Format the kernel (push) Successful in 49s
2025-02-23 08:36:12 -06:00
d5a47b8814
okay so it ignored the extra components
Some checks failed
Format code / Format the kernel (push) Failing after 27s
2025-02-23 08:33:53 -06:00
569c75fd11
Added rustfmt component to format action
Some checks failed
Format code / Format the kernel (push) Failing after 1m54s
2025-02-23 08:31:22 -06:00
305f22b425
Rearrange formatting code so it doesn't require a configuration
Some checks failed
Format code / Format the kernel (push) Failing after 27s
2025-02-23 08:29:55 -06:00
6e9a8f9dfd
Wrong rust-toolchain action
Some checks failed
Format code / Format the kernel (push) Failing after 1m56s
2025-02-23 08:20:12 -06:00
8066158f35
whoops no ubuntu runners right now
Some checks failed
Format code / Format the kernel (push) Failing after 49s
2025-02-22 20:17:24 -06:00
9881b01a33
Change formatting a bit and add formatting forgejo action.
Some checks are pending
Format code / Format the kernel (push) Waiting to run
2025-02-22 20:14:27 -06:00
3b7fa25cd2
rustfmt config
All checks were successful
/ test (push) Successful in 13s
2025-02-22 20:06:17 -06:00
c8c5b5ad86
more flexible and changed KERNEL_DIR environment variable to APHRODITE_DIR
All checks were successful
/ test (push) Successful in 12s
2025-02-22 16:10:10 -06:00
8d10160ea1
Added clippy to vscode settings
All checks were successful
/ test (push) Successful in 13s
2025-02-22 15:59:32 -06:00
c5ec673970
Lots of warnings but clippy is setup now 2025-02-22 15:59:10 -06:00
3c13ffe6ae
Remove unused functions
All checks were successful
/ test (push) Successful in 12s
2025-02-22 15:47:18 -06:00
5f0568792a
Add back mem.rs after permission issues(see 33cf401468)
All checks were successful
/ test (push) Successful in 13s
2025-02-22 15:41:23 -06:00
00d83c795c Revert "fixed mem.rs (finally)"
All checks were successful
/ test (push) Successful in 1m4s
This reverts commit 33cf401468.
2025-02-23 00:23:41 +03:00
33cf401468 fixed mem.rs (finally)
All checks were successful
/ test (push) Successful in 15s
2025-02-23 00:09:20 +03:00
d2b4aa7038
Revert "the original mem.rs"
All checks were successful
/ test (push) Successful in 13s
This reverts commit 7d5b193b35.
2025-02-21 15:56:10 -06:00
7d5b193b35 the original mem.rs
All checks were successful
/ test (push) Successful in 16s
2025-02-21 15:59:25 +03:00
7e557ec9f7
Added demo forgejo action
All checks were successful
/ test (push) Successful in 4m36s
2025-02-21 06:50:52 -06:00
ef93327e6b
Format code 2025-02-21 06:46:21 -06:00
7bb8a99b56
Messed with some stuff 2025-02-20 17:04:23 -06:00
a9798a1ce8
Fix build script 2025-02-20 06:25:24 -06:00
e81525d349
CONFIG_MEMORY_UNION_ALL 2025-02-16 21:04:55 -06:00
884e9aa3cf
Worked on build script a bunch, added format script and formatted everything 2025-02-16 20:32:36 -06:00
7ae1677a87
Implemented GDT and messed with some stuff. Going to try to fix the memory allocator next. 2025-02-16 18:30:39 -06:00
a5b94ff5a7
Added emulation/bx_enh_dbg.ini to the gitignore. 2025-02-16 17:49:29 -06:00
c1cd675b39
Re-license under the GPL from the MIT license. 2025-02-15 20:20:53 -06:00
e9bf43c1ad Changed config.aphro.example CONFIG_ALLOC_PRECISION comment. 2025-02-13 15:56:56 -06:00
dbe26fa433 Changed some things about config.aphro(removed name of version in header comment) 2025-02-13 15:55:14 -06:00
bf9c3f10a7 Fixed check script; added --check flag to build script; added argument parsing to check and build script; added documentation to NoneTextDisplay; renamed multiboot2 section to bootheader 2025-02-13 15:53:12 -06:00
296135901b NoneTextDisplay and some other stuff 2025-02-13 06:58:16 -06:00
bda3e93314 Changed documentation slightly. 2025-02-12 17:05:06 -06:00
942478b0e2 PC Screen Fonts *should* parse correctly now, global memory management works. Still having issues with deallocating memory, however. 2025-02-12 17:04:13 -06:00
ff12b11b9f Working even more on making things architecture independent and really leaning into kernel items 2025-02-12 17:36:35 +00:00
f6b3f935ef bochs only works for x86 2025-02-12 06:58:09 -06:00
f33a187adc Made building and emulation architecture independent 2025-02-12 06:56:59 -06:00
04ee0a1cb2 Squashed some bugs; implemented first iteration of kernel items 2025-02-11 21:30:43 +00:00
a2311366f2 Large backlog of changes; been working on this commit for a few weeks 2025-02-11 07:00:31 -06:00
da73321233 Why wasn't this in the last commit? 2025-02-06 18:33:03 -06:00
25528c9952 I really need to commit more, but made good progress! Untested memory manager implemented. 2025-02-06 18:32:48 -06:00
2da90ef035 That file wasn't suppose to be there 2025-01-31 07:26:06 -06:00
9901560753 Commit so I can work on my school chromebook 2025-01-31 07:26:06 -06:00
402586b860
Update LICENSE 2025-01-27 16:08:46 -06:00
8bdf8ac825 kernel/grub was never supposed to be in VCS, but now it actually isn't. 2025-01-25 19:38:08 -06:00
bdc41230f9 Changed gitignore, changed color struct to work better cross-arch 2025-01-25 19:37:05 -06:00
e39bd7bf6e arch-independent stuff working, x86 renamed to x86_asmp because missile 2025-01-25 19:32:03 -06:00
86a85b8b0d Apparently this wasn't committed previously? 2025-01-25 18:22:59 -06:00