moros/src/sys
Vincent Ollivier d22c504726
Improve system information (#553)
* Add socket command to manual

* Update syscall doc

* Update copyright year in help command

* Fix lisp include

* Fix error styling in shell

* Use uppercase hex

* Update website

* Move some CSI color positions

* Update line-height
2023-12-01 16:51:02 +01:00
..
fs Improve binary support (#552) 2023-11-26 11:56:25 +01:00
net Improve system information (#553) 2023-12-01 16:51:02 +01:00
syscall Improve system information (#553) 2023-12-01 16:51:02 +01:00
acpi.rs Improve binary support (#552) 2023-11-26 11:56:25 +01:00
allocator.rs Improve binary support (#552) 2023-11-26 11:56:25 +01:00
ata.rs ATA: Sata LBA2 wrong address (#388) 2022-08-15 00:13:38 +02:00
clock.rs Add network syscalls (#512) 2023-07-29 16:24:45 +02:00
cmos.rs Add network syscalls (#512) 2023-07-29 16:24:45 +02:00
console.rs Add network syscalls (#512) 2023-07-29 16:24:45 +02:00
cpu.rs Update raw-cpuid from v9.0.0 to v10.0.0 (#220) 2021-07-27 10:35:19 +02:00
gdt.rs Remove superfluous use of lazy_static (#364) 2022-06-30 07:15:58 +02:00
idt.rs Improve binary support (#552) 2023-11-26 11:56:25 +01:00
keyboard.rs Add PageUp and PageDown keys support (#515) 2023-07-15 12:42:57 +02:00
mem.rs Add process page table (#454) 2023-11-18 09:34:06 +01:00
mod.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
pci.rs Add pci command and switch IDE controllers to compatible mode (#276) 2021-11-28 19:43:40 +01:00
pic.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
process.rs Improve binary support (#552) 2023-11-26 11:56:25 +01:00
random.rs Add network syscalls (#512) 2023-07-29 16:24:45 +02:00
serial.rs Fix invalid bytes from serial (#479) 2023-04-15 11:47:50 +02:00
time.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
vga.rs Speed up VGA text mode (#516) 2023-07-21 19:49:39 +02:00