mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
This update adds support for IDE and SATA drives (that are formatted to fat32) this allows for persistent storage over drives and gives the system some use other than just a showcase :D The user can switch between drives in the explorer by clicking on the dropdown and then clicking any drive letter ( A:, B: .. C:) this list dynamically expands on how many drives there are in the system. In the cmd the user just types A:, B:, C: etc to switch to that drive. |
||
|---|---|---|
| .. | ||
| cli_apps | ||
| about.o | ||
| boot.o | ||
| boredos.elf | ||
| calculator.o | ||
| cmd.o | ||
| control_panel.o | ||
| disk_manager.o | ||
| dns.o | ||
| e1000.o | ||
| editor.o | ||
| explorer.o | ||
| fat32.o | ||
| graphics.o | ||
| http.o | ||
| icmp.o | ||
| idt.o | ||
| interrupts.o | ||
| licensewr.o | ||
| main.o | ||
| markdown.o | ||
| memory_manager.o | ||
| minesweeper.o | ||
| network.o | ||
| notepad.o | ||
| paint.o | ||
| pci.o | ||
| platform.o | ||
| ps2.o | ||
| rtc.o | ||
| tcp.o | ||
| vm.o | ||
| wm.o | ||