moros/src/sys
Vincent Ollivier 71303cd455
Fix VGA issues with real hardware (#258)
* Enable cursor after boot

* Remove unused time attribute on file

* Fix compilation warning

* Clear screen after vga init

* Add disable_blinking function

* Set palette registers at boot

* Set default palette

* Fix attribute control registers initialization

* Clear palette address source bit when setting palette

* Refactor code

* Remove index from palette

* Update comment

* Update changelog
2021-10-24 18:23:01 +02:00
..
fs Fix VGA issues with real hardware (#258) 2021-10-24 18:23:01 +02:00
net Remove array-macro dependency (#253) 2021-10-02 19:26:29 +02:00
syscall Add spawn syscall (#251) 2021-09-29 22:40:37 +02:00
acpi.rs Update acpi crate from v2.3.1 to v3.1.0 (#218) 2021-07-27 09:32:47 +02:00
allocator.rs Fix VGA issues with real hardware (#258) 2021-10-24 18:23:01 +02:00
ata.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
clock.rs Refactor filesystem (#225) 2021-08-07 11:29:45 +02:00
cmos.rs Improve baremetal experience (#232) 2021-08-21 10:55:02 +02:00
console.rs Add file syscalls (#242) 2021-09-15 22:27:32 +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 Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
idt.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
keyboard.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
mem.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
mod.rs Refactor print macros (#208) 2021-07-17 20:58:04 +02:00
pci.rs Refactor print macros (#208) 2021-07-17 20:58:04 +02:00
pic.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
process.rs Add rust binaries support (#255) 2021-10-14 09:49:30 +02:00
random.rs Add file syscalls (#242) 2021-09-15 22:27:32 +02:00
serial.rs Refactor editor (#221) 2021-07-29 22:28:57 +02:00
time.rs Add ELF loader (#248) 2021-09-26 22:50:45 +02:00
vga.rs Fix VGA issues with real hardware (#258) 2021-10-24 18:23:01 +02:00