Commit Graph

326 Commits (430b17a27f6e9c0753012974993b5be198f7010f)

Author SHA1 Message Date
able 430b17a27f DOCS: adding in some docs in various spots and added a contrib guide 2023-05-28 04:51:51 -05:00
able 2dd2a71507 CPU: minor changes in cpuid 2023-05-28 02:04:20 -05:00
able 2fc3502073 ALLOCATOR: misc 2023-05-28 02:01:11 -05:00
able 7f3e01d0a2 CPU: Added more cpu feature detection 2023-05-28 02:00:54 -05:00
able 16eaf3524d GRAPHICS: Line thickness change for the HBVM logo 2023-05-26 06:31:52 -05:00
able e9caa9c02c LOGGING: Begin work on consistent logging style 2023-05-26 06:30:17 -05:00
able 599cab6b61 ROADMAP: Taking down notes on the order in which things should proceed with ableOS 2023-05-25 07:15:53 -05:00
able 4156c78f2f minor cleanups 2023-05-25 07:04:19 -05:00
able 3d726a7c61 Remove warnings 2023-05-23 05:16:14 -05:00
able b3b2e3054d nix WORKS 2023-05-23 04:52:26 -05:00
able 2d9807ffd1 Working on booting on nixOS 2023-05-23 04:26:32 -05:00
Able dac20c94ee tack inplace hbvm 2023-05-15 02:19:34 -05:00
Able 1589852743 purge wasm 2023-05-08 04:42:02 -05:00
Able 574eec0f2c remove interp and all wasm related code 2023-05-08 04:35:37 -05:00
Able 23f446438f dynamically support display discovery 2023-05-08 03:53:15 -05:00
Able efb17f2354 fix 2023-05-06 07:05:45 -05:00
Able de52d40bdf ableos update 2023-05-06 06:50:24 -05:00
able d5a7bff419 Merge pull request 'Add some minimal instructions' (#3) from wildwestrom/ableos:master into master
Reviewed-on: #3
2023-04-30 04:20:14 +00:00
Christian Westrom 3a52d8796b
add some minimal instructions 2023-04-30 13:19:03 +09:00
Able c723137619 add an example system.toml 2023-04-26 14:33:40 -05:00
Able e6c8d184d4 cleanup + rustfmt config 2023-04-12 13:08:07 -05:00
Able 652afd0cda Change 2023-04-10 01:16:30 -05:00
Able 318b6da0d1 changes 2023-04-07 16:44:33 -05:00
Able 2098f86910 hacking in a wasm interpreter 2023-04-05 12:29:20 -05:00
ondra05 cd6e75ec07
boom! 2023-03-30 23:43:04 +02:00
Able efb1a98bc6
add a pci device view on boot 2022-11-30 01:47:15 -06:00
Able 556b3656f3
solid 2022-11-23 06:23:36 -06:00
Able 7aee7ab371
changing color parsing from \0 to \1a 2022-11-23 02:32:12 -06:00
Able 25c2a72fd1
fix echo command and add traces to vfs 2022-11-23 01:55:09 -06:00
ondra05 41ee39e1b9 Skeleton for architecture-specific things 2022-11-07 21:21:16 +01:00
ondra05 ed0c0ad43f Threw stuff from the microkernel. Start of moving core parts there. 2022-11-07 20:29:42 +01:00
ondra05 67510d7ae9 clippy 2022-11-05 01:43:41 +01:00
ondra05 444bbb7bd1 removed module that I forgot to remove + 1.65 stuff 2022-11-05 01:40:38 +01:00
ondra05 b6fdfaefa0 removed sus messaging module 2022-11-05 00:39:37 +01:00
ondra05 5818182028 update 2022-10-29 19:53:08 +02:00
ondra05 27bda3a403 fixed sound 2022-10-29 19:20:23 +02:00
ondra05 8d0b756b42 merge 2022-08-28 22:04:55 +02:00
ondra05 7e0c645003 fixed qr code 2022-08-21 11:45:28 +02:00
able 0819e88440 Merge pull request 'IDE disk driver using DMA' (#27) from theoddgarlic/ableos:ata into master
Reviewed-on: https://git.ablecorp.us:443/able/ableos/pulls/27
2022-08-17 16:14:43 +00:00
TheOddGarlic d27b3bd931 IDE: Implement writing using Bus Mastering DMA 2022-08-17 17:19:27 +03:00
TheOddGarlic 777888aae2 IDE: Add LBA28 addressing support
LBA28 is obsolete at this point, but we prefer to use it over LBA48
whenever we can because LBA28 is faster.
2022-08-17 15:29:50 +03:00
TheOddGarlic 21de068685 IDE: clean everything up 2022-08-17 13:29:34 +03:00
TheOddGarlic 775ded8e23 IDE: Rename PiixIde to PciIde, use it for all IDE controllers
If the controller is not a known PCI IDE controller, then we warn about
the controller during PCI device discovery. :^)
2022-08-17 13:29:34 +03:00
TheOddGarlic 892b3e7250 working IDE DMA implementation 2022-08-17 13:29:34 +03:00
TheOddGarlic 445b5f5f5c PCI: device discovery 2022-08-17 13:29:34 +03:00
TheOddGarlic 428a8e8b73 PCI: a lot of refactoration 2022-08-17 13:29:34 +03:00
TheOddGarlic 54140d153f IDE device discovery 2022-08-17 13:29:34 +03:00
TheOddGarlic e9d58c67ad ATA device detection 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