Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
INeddHelp authored May 8, 2023
1 parent d485759 commit c6bd14e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,69 +14,69 @@
arch boot core crypto db drivers fs gui kernel lib main.rs mm net process securety storage tests util

./arch:
armv7.rs mips.rs x86_64.rs
> armv7.rs mips.rs x86_64.rs
./boot:
bios.rs grub.rs uefi.rs
> bios.rs grub.rs uefi.rs
./core:
config.rs error.rs init.rs
> config.rs error.rs init.rs
./crypto:
cipher.rs hash.rs hmac.rs
> cipher.rs hash.rs hmac.rs
./db:
postgres.rs redis.rs sqlite.rs
> postgres.rs redis.rs sqlite.rs
./drivers:
gpu.rs keyboard.rs network.rs storage.rs
> gpu.rs keyboard.rs network.rs storage.rs
./fs:
ext2.rs fat.rs nfts.rs vfs.rs
> ext2.rs fat.rs nfts.rs vfs.rs
./gui:
button.rs components event.rs images label.rs layouts menu.rs textbox.rs theme.rs themes utils widget.rs window.rs
> button.rs components event.rs images label.rs layouts menu.rs textbox.rs theme.rs themes utils widget.rs window.rs
./gui/components:
button.rs label.rs menu.rs textbox.rs
> button.rs label.rs menu.rs textbox.rs
./gui/images:

> You have to insert the images
./gui/layouts:
flex.rs grid.rs stack.rs
> flex.rs grid.rs stack.rs
./gui/themes:
dark.rs light.rs
> dark.rs light.rs
./gui/utils:
color.rs font.rs image.rs input.rs
> color.rs font.rs image.rs input.rs
./kernel:
interrupts.rs memory.rs scheduler.rs syscall.rs
> interrupts.rs memory.rs scheduler.rs syscall.rs
./lib:
collections.rs io.rs math.rs sync.rs
> collections.rs io.rs math.rs sync.rs
./mm:
allocator.rs paging.rs virtual.rs
> allocator.rs paging.rs virtual.rs
./net:
dns.rs ip.rs tcp.rs udp.rs
> dns.rs ip.rs tcp.rs udp.rs
./process:
ipc.rs process.rs thread.rs
> ipc.rs process.rs thread.rs
./securety:
auth.rs firewall.rs tls.rs
> auth.rs firewall.rs tls.rs
./storage:
block.rs inode.rs journal.rs
> block.rs inode.rs journal.rs
./tests:
keyboard_test.rs network_test.rs unit_test.rs
> keyboard_test.rs network_test.rs unit_test.rs
./util:
config.rs logging.rs time.rs
> config.rs logging.rs time.rs

# Installation
Expand Down

0 comments on commit c6bd14e

Please sign in to comment.