Commit Graph

98 Commits (892b3e7250b3b3d5d9eb59a72049a815a7bbcbdf)

Author SHA1 Message Date
TheOddGarlic 892b3e7250 working IDE DMA implementation 2022-08-17 13:29:34 +03:00
TheOddGarlic 428a8e8b73 PCI: a lot of refactoration 2022-08-17 13:29:34 +03:00
TheOddGarlic 8b105cb8a7 progress, i guess 2022-08-17 13:29:34 +03:00
TheOddGarlic b65a3be19d allocate 16 frames for DMA 2022-08-17 13:29:34 +03:00
TheOddGarlic 641d154219 allocate DMA frame 2022-08-17 13:29:34 +03:00
ondra05 1b51942a12 So I have two news for you. One good and one bad.
We have async, but we got rid of the preëmptive sched... wait, that's two good news, anyways, have a nice day.

— Ondra
2022-08-07 23:42:23 +02:00
Elfein Landers 90aed0cdad corrected constant to match documentation 2022-08-06 20:59:31 -07:00
Elfein Landers a314f8ab99 documented 2022-08-06 20:56:08 -07:00
Elfein Landers 175ad8a534 Merge branch 'master' of https://git.ablecorp.us/able/ableos 2022-08-06 20:44:37 -07:00
Elfein Landers ffa70b68ce Documenting a bit in interrupts 2022-08-06 20:43:23 -07:00
Elfein Landers e86bbfcfe5 turned magic number into constant 2022-08-06 20:32:22 -07:00
able 7571266898 port clparse 2022-08-06 22:12:48 -05:00
able c97b43002f pci work 2022-08-06 06:48:40 -05:00
able 291be7b10d test framework layout 2022-08-05 06:22:23 -05:00
able 1b45f3013b Merge pull request 'Fix dependency issues, switch to my fork of toml, get rid of shadeable and temporarily get rid of repbuild' (#20) from theoddgarlic/ableos:dependencies into master
Reviewed-on: https://git.ablecorp.us:443/able/ableos/pulls/20
2022-08-03 07:10:17 +00:00
able a8404d8bd4 fix backspace 2022-08-03 02:09:34 -05:00
TheOddGarlic ead0c163ab fix cargo check std error, temporarily get rid of repbuild 2022-08-02 14:16:24 +03:00
able b1dee8506b very good and cool updates to BuiltinShell 2022-08-02 04:14:01 -05:00
able 2788bb86af mouse support added back in and premature work on asl 2022-08-01 21:56:01 -05:00
TheOddGarlic bb01432d5e unused import: `git::commit_message`
`#[warn(unused_imports)]` on by default
2022-08-01 14:09:05 +03:00
able 4e59367643 recent changes <3 2022-08-01 02:16:19 -05:00
able ab6c9b287c filtering out undesired logging 2022-07-31 06:21:50 -05:00
able 8cd726cda2 Fix! 2022-07-31 05:22:39 -05:00
able fa01bb0a99 update 2022-07-31 03:03:59 -05:00
able cd75cd9b66 adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
able fe4c3a2953 stolen code 2022-07-29 13:29:54 -05:00
able 86f4739ca2 shuffling 2022-07-29 12:48:45 -05:00
able 2241072567 various bugs added 2022-07-29 11:51:54 -05:00
able f499f78721 BSOD with qr code 2022-07-29 09:46:09 -05:00
able cc2e10b8d8 speed up cpu + ipc 2022-07-29 06:13:26 -05:00
ondra05 71985a1827 Implemented task spawning
- Using `pc-keyboard` instead of custom one as it sometimes caused double-faults on keypress
2022-06-14 17:27:30 +02:00
ondra05 146082c668 Got rid of two instructions 2022-05-20 17:15:18 +02:00
ondra05 a21f80c684 Added simple task switcher (x86-64) 2022-05-20 17:11:32 +02:00
Able 987be1c51c
Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-05-12 22:39:13 -05:00
Able 4edb46d4c4
changes 2022-05-12 21:07:06 -05:00
ondra05 554e53392b fmt 2022-05-10 18:41:53 +02:00
ondra05 da669001dc Moved allocator to the kernel 2022-05-07 14:08:34 +02:00
Able 918e01a866
Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-04-25 15:34:59 -05:00
ondra05 82979ec01b Changed naming of things to match Rust's conventions 2022-04-25 22:34:52 +02:00
Able 2b431f3c0a
back into virtio work 2022-04-25 13:39:39 -05:00
ondra05 a1dad085df fmt 2022-04-13 00:50:01 +02:00
Able ddae5bd46e
riscv work 2022-04-12 13:46:50 -05:00
Able 971ad41279
upgrades people upgrades
destroying ondras clean code
2022-04-12 13:26:52 -05:00
ondra05 d549b3ee6a chore: fmt 2022-04-12 00:23:11 +02:00
ondra05 4d37a72acf Refactoring
- Applied some clippy lints
- Formatting
- Replaced lazy_static with Lazy from spin
2022-04-11 22:51:54 +02:00
Able 19dc431237
workspace 2022-04-11 13:53:33 -05:00
Able 48751a9d78
VTerm| VTerm device 2022-03-16 09:38:47 -05:00
Able 87cc4c1d92
Feature| afetch update, scheduler rework 2022-03-16 05:39:01 -05:00
Able d66962df6f
Patch| Serial out agnostic 2022-03-11 17:13:41 -06:00
Able 353d0ec501
Patch| Logging repaired 2022-03-11 15:14:35 -06:00