Commit Graph

325 Commits (usermode)

Author SHA1 Message Date
Asya 81d11685da
New heap allocator! 2022-12-22 19:22:11 +03:00
Asya 0880391dde
Update limine to v4.x 2022-12-17 10:30:34 +03:00
Asya 25afe9fec7
Stop assuming that udisks2 automatically mounted filesystem 2022-12-17 10:24:34 +03:00
ondra05 e92809c1da Moved ext2-rs to separate repo 2022-12-10 23:05:48 +01:00
ondra05 d047609f7f uh oh fixed a compilation error 2022-12-09 00:52:28 +01:00
ondra05 0f08c059a6 Added kernel cmdline support and retrieval of initrd 2022-12-08 22:21:21 +01:00
ondra05 7fbc348508 moved stuff around 2022-12-08 21:31:54 +01:00
ondra05 5e5d3057f1 they don't seem to be used? removing. 2022-12-08 21:25:49 +01:00
ondra05 933e5669c7 created empty initramfs 2022-12-08 21:12:33 +01:00
ondra05 646643838b Cleanup 2022-12-08 20:52:20 +01:00
ondra05 61e59e45f0 fixed segments, timer doesn't double-fault anymore 2022-12-08 20:35:42 +01:00
ondra05 8f6c91ab9a Moved away from PIC to APIC. 2022-12-08 20:15:10 +01:00
ondra05 91baa44f36 removed few package from the workspace manifest 2022-12-08 15:54:11 +01:00
ondra05 1be74243ac Added GDT, IDT, sloop and some logging 2022-12-08 01:26:43 +01:00
ondra05 39cafcaed4 Logging 2022-12-08 00:07:02 +01:00
ondra05 cd5b7a8e69 Added basic logging support 2022-12-07 01:43:26 +01:00
ondra05 0cea5e66d0 made kernel the system entrypoint. 2022-12-07 01:10:38 +01:00
ondra05 415756bc3e Skeleton for architecture-specific things 2022-12-06 23:04:28 +01:00
ondra05 a398498352 Threw stuff from the microkernel. Start of moving core parts there. 2022-12-06 23:04:26 +01:00
ondra05 9152dbb57f clippy 2022-12-06 23:04:11 +01:00
ondra05 1c41494cc9 removed module that I forgot to remove + 1.65 stuff 2022-12-06 23:04:09 +01:00
ondra05 60a38212c0 removed sus messaging module 2022-12-06 23:04:04 +01:00
ondra05 67a3b89234 »fixed« scratchpad 2022-12-06 22:39:52 +01:00
Able 8847bfa5c6
remove path 2022-12-06 13:24:04 -06:00
ondra05 76e2bd286b repbuild r uses udisks 2022-12-03 17:47:10 +01:00
Able edbdf9456f
Consolidating limine graphics 2022-12-02 08:51:21 -06:00
Able 9b243410ab
forgor smp is broked 2022-11-30 01:14:34 -06:00
Able 5cb1ef8d65 framebuffer + smp work 2022-11-24 07:20:16 -06:00
Able b2ab5219f5 Ready 2022-11-24 03:35:55 -06:00
ondra05 2ddbb320c4 UNIX fans hate him, he replaced process spawns with IPC!
Doesn't require root permissions now.

TODO: Please replicate BuildImage changes to different places.
2022-11-24 00:22:58 +01:00
Able 0917c0cb02
Revert "get ableOS running proper on limine sans graphics"
This reverts commit 5ea2794aa2.
2022-11-23 06:00:38 -06:00
Able 5ea2794aa2
get ableOS running proper on limine sans graphics 2022-11-23 05:06:38 -06:00
Able af2610c0b0
limine compiling booting and not panicking 2022-11-23 04:02:02 -06:00
TheOddGarlic 1e873874cf progress on porting to limine 2022-08-20 09:28:48 +03:00
TheOddGarlic 13c41340d0 interrupts: page fault handler 2022-08-20 09:26:59 +03:00
TheOddGarlic 6c2fea9dff repbuild: generate disk image with limine 2022-08-19 09:22:05 +03:00
TheOddGarlic f5088d0bd1 build: fix rust-toolchain configuration 2022-08-18 09:32:14 +03: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
TheOddGarlic 641d154219 allocate DMA frame 2022-08-17 13:29:34 +03:00