Commit Graph

461 Commits (master)

Author SHA1 Message Date
able b233347ca4 CPUID support 2023-09-20 12:01:12 -05:00
able 0d101ed865 Arm now logs to the framebuffer 2023-09-17 17:13:23 -05:00
able 31b9b2d2e4 Arm is now feature parity with x86 2023-09-17 16:03:32 -05:00
able 746131a1a7 More tracing 2023-09-13 02:19:37 -05:00
able 33a9957e9a DOC: Improved driver dependencies and such 2023-09-11 01:36:13 -05:00
able e7258e057c TODO updates 2023-09-09 15:52:01 -05:00
able 4a8de360bd Ecall work 2023-09-09 02:35:16 -05:00
able a9679045bd X86 Timer cleanup 2023-09-09 02:34:43 -05:00
able 86614a0af6 Module fix 2023-09-09 02:34:29 -05:00
able 00d09b2c5f ECALL work and expanded errors on HBVM shutdown 2023-09-07 14:36:53 -05:00
able 7df72e443b Register dump on panic 2023-09-07 14:31:31 -05:00
ondra05 ad686be239
REPBUILD: Fix 2023-08-30 01:12:40 +02:00
ondra05 9f2fea5eef
Better example 2023-08-22 15:57:57 +02:00
ondra05 ede8de509e
KERNEL: Fixed holeybytes 2023-08-22 15:52:30 +02:00
ondra05 21dd0eb995
阿呆: changed trait impls 2023-08-22 15:31:28 +02:00
ondra05 6d624add37
Updated deps
+ manage your local editor ignores locally, we are not here for supporting all possible editors on the world.
2023-08-22 15:17:27 +02:00
ondra05 b42940f4d5
AMOGUS: Fixed compilation 2023-08-13 02:36:26 +02:00
able 390a3add42 Merge pull request 'ARM: Add serial console logging' (#9) from microtau/ableos:master into master
Reviewed-on: #9
2023-07-20 11:03:57 +00:00
microtau b1d45588aa REPBUILD: Always regenerate the image 2023-07-20 10:42:48 +00:00
microtau a4077c72be CLEAN: Remove env_logger dependency 2023-07-20 10:02:10 +00:00
microtau e2886af6e8 CLEAN: Remove unnecessary dependencies 2023-07-20 09:24:33 +00:00
microtau b0e96d8e7a ARM: Add serial console logging 2023-07-20 09:21:00 +00:00
able 10f8b668cd Merge pull request 'LIMINE: Bump version' (#8) from microtau/ableos:master into master
Reviewed-on: #8
2023-07-19 17:14:08 +00:00
microtau c7c7890788 LIMINE: Bump version 2023-07-19 16:54:01 +00:00
able 7e117ebd04 Revert "LIMINE: I think this updates the submodule?"
This reverts commit b1e59376b0.
2023-07-19 11:21:15 -05:00
able 013faa8fc8 SUBMODULE: Removed it temporarily 2023-07-19 10:55:58 -05:00
able b1e59376b0 LIMINE: I think this updates the submodule? 2023-07-17 09:51:57 -05:00
able ddf79b20ae ARM: checkpoint from micro-tau 2023-07-17 09:36:39 -05:00
able 0fbe5100bb ARM: work done on getting the bootloader working 2023-07-17 00:36:06 -05:00
able 78379402bb Merge pull request 'x86_64: Refactor device info fetching' (#7) from JohnyTheCarrot/ableos:chore/refactor-device-info into master
Reviewed-on: #7

LG2M
2023-07-15 13:05:33 +00:00
JohnyTheCarrot 01c79d3d6c Merge remote-tracking branch 'origin/chore/refactor-device-info' into chore/refactor-device-info 2023-07-15 15:05:01 +02:00
JohnyTheCarrot ee4117f35e make requested changes 2023-07-15 15:04:53 +02:00
JohnyTheCarrot 58d25007a0 Merge branch 'master' into chore/refactor-device-info 2023-07-15 12:50:07 +00:00
JohnyTheCarrot 4608b6dbed x86_64: Refactor device info fetching 2023-07-15 14:47:46 +02:00
able 6c0ead4d22 TODO: Add some more info 2023-07-15 06:16:00 -05:00
able 423c75562b SCHED: Two programs are now running in ableOS 2023-07-15 05:51:19 -05:00
able cec0cdc116 ARM: Commit the sin of binarys into a git repo 2023-07-15 05:50:54 -05:00
able b60389ea21 ARM: moved dep to proper location 2023-07-14 23:13:29 -05:00
able 6d8fe6fb7b CLEAN: remove old data and set default target to x86 2023-07-14 20:30:47 -05:00
able 7806be2e4d ARM: Whoe knows 2023-07-14 20:00:50 -05:00
able 18e7fbb2bb Merge branch 'master' of ssh://git.ablecorp.us:20/AbleOS/ableos 2023-07-14 19:38:46 -05:00
able fe84ee85bf ARM: it compiles but does not yet run :V 2023-07-14 19:38:13 -05:00
able 7eec674766 Merge pull request 'another shrimple macro!' (#6) from IntoTheNight/ableos:master into master
Reviewed-on: #6
2023-07-15 00:12:03 +00:00
able bf75c0e3c8 frowny 2023-07-13 22:41:09 -05:00
IntoTheNight 17937705e0 Merge branch 'master' into master 2023-07-13 14:25:20 +00:00
IntoTheNight c791192bbd another shrimple macro!
(NOTE: I was unable to test on my Nix system for some reason, QEMU just refuses to work even though I ran it within the Nix Shell environment)
2023-07-13 19:50:44 +05:30
able 2384658d0d SCHED: Set a sane TQ 2023-07-13 03:41:15 -05:00
able 9db3384728 SCHEDULER: added in some super simple bootmodules and run them 2023-07-13 03:27:47 -05:00
ondra05 d0c0c7f616
Auto-fetch OVMF 2023-07-13 03:21:33 +02:00
able 2b5883d5cf SCHEDULER: add register dumps 2023-07-12 12:24:52 -05:00