moros/src/sys/fs
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
..
bitmap_block.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
block.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
block_device.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
device.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
dir.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
dir_entry.rs Add file syscalls (#242) 2021-09-15 22:27:32 +02:00
file.rs Fix VGA issues with real hardware (#258) 2021-10-24 18:23:01 +02:00
mod.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
read_dir.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00
super_block.rs Add dynamical disk information (#252) 2021-10-04 21:37:47 +02:00