Commit graph

107 commits

Author SHA1 Message Date
Able d609e6d78c panic handler 2022-02-18 02:37:09 -06:00
Able 77e6f29568 mp work 2022-02-17 03:26:05 -06:00
Able b7c9feff26 graphics api 2022-02-14 07:49:08 -06:00
Able 7f8a7e92a5 graphics api 2022-02-14 07:48:41 -06:00
Able 40bd10d7af UEFI framebuffer wrapper 2022-02-13 00:43:21 -06:00
Able fde952a383 uefi stuff 2022-02-07 09:59:58 -06:00
Able 6d74772961 gop 2022-02-07 07:01:25 -06:00
Able 118c2edfc1 uefi subarch, x86 still broke 2022-02-07 02:58:54 -06:00
Able 04374aa905 work on moving the uefi into its own subcrate 2022-02-05 01:32:58 -06:00
Able 7785de8fd9 Merge branch 'uefi' of ssh://git.ablecorp.us:20/able/ableos into uefi 2022-02-05 00:26:36 -06:00
Able 706c17c74f root_fs 2022-02-05 00:26:32 -06:00
Elfein Landers 2780afd1e1 made a default for vterm 2022-02-04 22:25:42 -08:00
Elfein Landers 4dc0b92778 merge 2022-02-04 22:20:28 -08:00
Elfein Landers 75b6fec5ab made style struct packed 2022-02-04 22:18:02 -08:00
Able 20b9947a88 vterm 2022-02-05 00:06:07 -06:00
Able cb8365abbd various changes 2022-02-04 23:23:59 -06:00
Able 27698842da basic runner 2022-02-04 19:09:42 -06:00
Able 2d5e8d24eb Proc changes 2022-02-04 18:47:05 -06:00
Able b3b9cc3c76 Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-02-04 00:16:10 -06:00
Able 46e30e7297 redux 2022-02-04 00:16:06 -06:00
Elfein Landers 8fea0bd6b8 Merge branch 'master' of https://git.ablecorp.us/able/ableos 2022-02-03 20:03:28 -08:00
Elfein Landers abca51a7f3 Making things more clear. 2022-02-03 20:02:58 -08:00
Able ac8f047643 Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-02-03 21:37:56 -06:00
Able 39fb7f4cab systemcall work 2022-02-03 21:37:51 -06:00
Elfein Landers 1710e1b79f Merge branch 'master' of https://git.ablecorp.us/able/ableos 2022-02-03 19:37:04 -08:00
Elfein Landers 230c6d74b2 fixed order of ops bug 2022-02-03 19:36:09 -08:00
Able b3b79e1694 Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-02-03 13:49:23 -06:00
Able 519a1d0081 system calls 2022-02-03 13:47:58 -06:00
Elfein Landers 84865e8248 remove clippy lint 2022-02-02 00:05:47 -08:00
Elfein Landers 945b758a1b finished implementing original (normal) behavior after refactor 2022-02-02 00:04:32 -08:00
Elfein Landers 28f11e33f1 major refactor of keyboard 2022-02-01 23:42:09 -08:00
able 016e94fedf Merge pull request 'Migrated to asm! macro and updated to fork of cpuio (which uses asm! instead of llvm_asm! too)' (#8) from assembly-fixes into master
Reviewed-on: https://git.ablecorp.us:443/able/ableos/pulls/8
2022-02-02 03:51:09 +00:00
Erin a60349c2f9 updated cpuio dependency 2022-02-02 00:12:29 +01:00
Erin 7fa6a45247 cpuid fixed 2022-02-02 00:06:00 +01:00
Able 3b9a3ab18a scheduler rewrite 2022-02-01 15:27:40 -06:00
Able 098c27590a Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-01-28 07:42:41 -06:00
Able 1d195d618e Redux 2022-01-28 07:40:47 -06:00
Elfein Landers 9ac6927411 debugging 2022-01-27 00:06:58 -08:00
Elfein Landers bbed40d46d judy hopps 2022-01-26 23:47:24 -08:00
Able 0404fdd41f Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-01-27 01:39:47 -06:00
Able 13edd25c8b reduce race conditions 2022-01-27 01:37:12 -06:00
Elfein Landers 0189236893 maybe commit 2022-01-26 23:36:46 -08:00
Elfein Landers ffdb6c2816 impl glyph drawing ig 2022-01-26 23:15:58 -08:00
Elfein Landers 3206cfd2bc Simplify range check for font 2022-01-26 23:00:25 -08:00
Elfein Landers fd9c18c744 Fixed pixel_format.rs 2022-01-26 21:38:51 -08:00
Elfein Landers c674fcc6e6 Did some shitty docs. 2022-01-26 20:06:04 -08:00
Able 03a30e5109 Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos
merge conflict
2022-01-26 19:43:40 -06:00
Able 5cba768e85 redux of relib, scheduler work and documentation 2022-01-26 19:43:03 -06:00
able 7b1401f10d Merge pull request 'Fix typo "belenaEtcher" in README.md' (#6) from theoddgarlic/ableos:fix-typo-in-readme into master
Reviewed-on: https://git.ablecorp.us:443/able/ableos/pulls/6
2022-01-26 16:53:08 +00:00
able e8e910d0d2 Merge branch 'master' into fix-typo-in-readme 2022-01-26 16:53:02 +00:00