1
0
Fork 0
forked from AbleOS/ableos

Commit graph

  • 815c424248 Minor fixes able 2023-11-18 01:32:09 -0600
  • b8ce78b6dd Sussy stuff Erin 2023-11-15 19:41:44 +0100
  • d396da5f3c Stack grows downwards, baka. Erin 2023-11-15 19:37:52 +0100
  • 0f7525b7e3 Stack for programs Erin 2023-11-15 19:33:21 +0100
  • ebf31cba3d add in liberapay able 2023-11-14 15:02:50 -0600
  • f074527e42 Arguments are actually passed into programs able 2023-11-13 23:51:30 -0600
  • f2e561e242 Merge pull request 'Refactored project structure to make it more clean.' (#11) from struct-refactor into master Erin 2023-11-11 15:12:02 +0000
  • 2c1d24ab37 Little reorg Erin 2023-11-11 15:45:45 +0100
  • 4e9b75a517 kernel(detail): remove logging on memory load Erin 2023-11-11 13:58:52 +0100
  • 0af4758a45 beop able 2023-11-03 08:25:31 -0500
  • fd575a17c9 Fixed memory bug Erin 2023-11-03 09:04:22 +0100
  • bda8659747 beepo able 2023-11-02 14:12:10 -0500
  • 631e1dc288 Panic rn able 2023-11-02 14:08:48 -0500
  • b7f9b071bf :) limine able 2023-10-29 09:25:13 -0500
  • 94569624f6 update the limine CFG able 2023-10-29 08:41:20 -0500
  • 080bb8b188 More work on the psuedo STD lib and IPC able 2023-10-29 07:27:10 -0500
  • 1ae1d2ceac Logging works enough. Still unstructured however. able 2023-10-28 23:14:36 -0500
  • 707528ef86 A nice stopping point so I can lament work able 2023-10-28 08:43:32 -0500
  • c8f500470e Getting some basic userland logger setup able 2023-10-28 08:28:07 -0500
  • 6885f1cdaf Updated HBVM version Erin 2023-10-28 03:26:04 +0200
  • fa328add42 remove redundant comment bb able 2023-10-25 08:36:12 -0500
  • d1d1bd7fd7 cursed-ness able 2023-10-23 09:12:43 -0500
  • ebfc9c1c4e Zero memory on allocation Erin 2023-10-08 11:24:55 +0200
  • ada43910d2 edits to support multi-arch iso able 2023-09-20 12:26:36 -0500
  • 29bcce58b3 CPUID support able 2023-09-20 12:01:12 -0500
  • 9105469c3b Arm now logs to the framebuffer able 2023-09-17 17:13:23 -0500
  • e7bbb9a375 Arm is now feature parity with x86 able 2023-09-17 16:03:32 -0500
  • 008a8eb336 More tracing able 2023-09-13 02:19:37 -0500
  • e0aa63bebf DOC: Improved driver dependencies and such able 2023-09-11 01:36:13 -0500
  • 9cf6f93949 TODO updates able 2023-09-09 15:52:01 -0500
  • 1be13d30d1 Ecall work able 2023-09-09 02:35:16 -0500
  • 8fec90db95 X86 Timer cleanup able 2023-09-09 02:34:43 -0500
  • c16c235c95 Module fix able 2023-09-09 02:34:29 -0500
  • 54844b46a0 ECALL work and expanded errors on HBVM shutdown able 2023-09-07 14:36:53 -0500
  • b04ee13185 Register dump on panic able 2023-09-07 14:31:31 -0500
  • 0e8fb17f3a REPBUILD: Fix Erin 2023-08-30 01:12:40 +0200
  • 3c45720fa3 Better example Erin 2023-08-22 15:57:57 +0200
  • cbed32526b KERNEL: Fixed holeybytes Erin 2023-08-22 15:52:30 +0200
  • 0f151fdd52 阿呆: changed trait impls Erin 2023-08-22 15:31:28 +0200
  • f948e35e3f Updated deps + manage your local editor ignores locally, we are not here for supporting all possible editors on the world. Erin 2023-08-22 15:17:27 +0200
  • 88213a7df0 AMOGUS: Fixed compilation Erin 2023-08-13 02:36:26 +0200
  • 239ee43064 Merge pull request 'ARM: Add serial console logging' (#9) from microtau/ableos:master into master able 2023-07-20 11:03:57 +0000
  • c9ab181d95 REPBUILD: Always regenerate the image microtau 2023-07-20 10:42:48 +0000
  • f474f0fb69 CLEAN: Remove env_logger dependency microtau 2023-07-20 10:02:10 +0000
  • d0a2f436a8 CLEAN: Remove unnecessary dependencies microtau 2023-07-20 09:24:33 +0000
  • 7865bca782 ARM: Add serial console logging microtau 2023-07-20 09:21:00 +0000
  • c0744d5596 Merge pull request 'LIMINE: Bump version' (#8) from microtau/ableos:master into master able 2023-07-19 17:14:08 +0000
  • ea49841de2 LIMINE: Bump version microtau 2023-07-19 16:54:01 +0000
  • 84757f7060 Revert "LIMINE: I think this updates the submodule?" able 2023-07-19 11:21:15 -0500
  • e7b46f639c SUBMODULE: Removed it temporarily able 2023-07-19 10:55:58 -0500
  • 2dcd096de9 LIMINE: I think this updates the submodule? able 2023-07-17 09:51:57 -0500
  • 9225d2d773 ARM: checkpoint from micro-tau able 2023-07-17 09:36:39 -0500
  • ede52eb1db ARM: work done on getting the bootloader working able 2023-07-17 00:36:06 -0500
  • 81e2603c4d Merge pull request 'x86_64: Refactor device info fetching' (#7) from JohnyTheCarrot/ableos:chore/refactor-device-info into master able 2023-07-15 13:05:33 +0000
  • af7bcc8efb Merge remote-tracking branch 'origin/chore/refactor-device-info' into chore/refactor-device-info JohnyTheCarrot 2023-07-15 15:05:01 +0200
  • f0be41ec49 make requested changes JohnyTheCarrot 2023-07-15 15:04:53 +0200
  • c955f3a0de Merge branch 'master' into chore/refactor-device-info JohnyTheCarrot 2023-07-15 12:50:07 +0000
  • 53fca04786 x86_64: Refactor device info fetching JohnyTheCarrot 2023-07-15 14:47:46 +0200
  • 4cf933c62b TODO: Add some more info able 2023-07-15 06:16:00 -0500
  • 6c4eee0c56 SCHED: Two programs are now running in ableOS able 2023-07-15 05:51:19 -0500
  • d3e019ffe1 ARM: Commit the sin of binarys into a git repo able 2023-07-15 05:50:54 -0500
  • a8005728bf ARM: moved dep to proper location able 2023-07-14 23:13:29 -0500
  • 80bfcb83b9 CLEAN: remove old data and set default target to x86 able 2023-07-14 20:30:47 -0500
  • 3a62f65cd1 ARM: Whoe knows able 2023-07-14 20:00:50 -0500
  • d8a68aabee Merge branch 'master' of ssh://git.ablecorp.us:20/AbleOS/ableos able 2023-07-14 19:38:46 -0500
  • 9bbc0e19a1 ARM: it compiles but does not yet run :V able 2023-07-14 19:38:13 -0500
  • 490f15db48 Merge pull request 'another shrimple macro!' (#6) from IntoTheNight/ableos:master into master able 2023-07-15 00:12:03 +0000
  • 4dd3699e0e frowny able 2023-07-13 22:41:09 -0500
  • bea92d996c Merge branch 'master' into master IntoTheNight 2023-07-13 14:25:20 +0000
  • 6a404b8227 another shrimple macro! IntoTheNight 2023-07-13 19:50:44 +0530
  • a9350952b7 SCHED: Set a sane TQ able 2023-07-13 03:41:15 -0500
  • b9af2ae9c4 SCHEDULER: added in some super simple bootmodules and run them able 2023-07-13 03:27:47 -0500
  • aa5ea3fb8f Auto-fetch OVMF Erin 2023-07-13 03:21:33 +0200
  • 3b6dce674d SCHEDULER: add register dumps able 2023-07-12 12:24:52 -0500
  • 2f24089938 SCHEDULER: cut out deadcode and added ifguard able 2023-07-12 12:22:13 -0500
  • d1a6e627ef Increase the default heapsize able 2023-07-12 12:21:31 -0500
  • 1455f1712c Merge pull request 'master' (#5) from IntoTheNight/ableos:master into master able 2023-07-12 16:48:02 +0000
  • 473598d5df Merge branch 'master' into master able 2023-07-12 16:47:55 +0000
  • 56ec28550f does this fix the issue?? MunirG05 2023-07-12 22:16:14 +0530
  • a18ca4335f REPBUILD: Space able 2023-07-12 11:27:42 -0500
  • de8661be62 COMMUNITY: Discord link update able 2023-07-12 10:04:20 -0500
  • c264865d49 X86: cpuid changes able 2023-07-12 09:01:58 -0500
  • 340d76fd13 CAPS: Changing the printing of caps able 2023-07-12 06:03:29 -0500
  • b7da4f17c2 REPBUILD: default devices changed able 2023-07-12 06:03:06 -0500
  • 2af7684532 fix the dumb MunirG05 2023-07-11 13:32:40 +0530
  • 7a00dff4b9 fix the dumb MunirG05 2023-07-11 13:30:45 +0530
  • ae321a9923 CAPS: Adding in capabilities able 2023-07-10 22:54:05 -0500
  • bb27f48f4a scheduler but i stole the code from the engine and tried to stuff it into the scheduler and i have no idea if it works or not but it porbably does MunirG05 2023-07-10 23:43:42 +0530
  • 359d62c1b0 i pushed so i can work on it in windows thanks MunirG05 2023-07-10 17:14:11 +0530
  • a2a2b509bb Merge pull request 'master' (#4) from IntoTheNight/ableos:master into master able 2023-07-09 12:46:49 +0000
  • 4252719a72 another shrimple macro! IntoTheNight 2023-07-09 17:18:41 +0530
  • 7ac33efcbc uauhfa IntoTheNight 2023-07-09 16:37:13 +0530
  • 87c3d0bb3a add a shrimple macro IntoTheNight 2023-07-09 16:30:16 +0530
  • dc03601ac0 add a shrimple macro IntoTheNight 2023-07-09 16:30:16 +0530
  • 8e8289f5ba BOOT: Work on boot modules able 2023-07-08 23:22:44 -0500
  • c276476068 WORKSPACE: fix resolver able 2023-07-08 23:22:13 -0500
  • e8d854a171 REPBUILD: Fix disk.img generation able 2023-07-08 23:21:27 -0500
  • 06868b516f fix compile error able 2023-06-26 18:42:55 -0500
  • 567871d18e Scheduler work able 2023-06-26 07:55:37 -0500
  • 1dd330e604 Revert "prelim scheduler work" able 2023-06-26 07:54:48 -0500