Andreas Kling
1b2ef8582c
Kernel: Make File's can_read/can_write take a const FileDescription&
...
Asking a File if we could possibly read or write it will never mutate
the asking FileDescription&, so it should be const.
2019-11-04 14:03:14 +01:00
Andreas Kling
c5e057438c
MBVGADevice: Log address/pitch/width/height when created
2019-09-30 15:04:16 +02:00
Andreas Kling
e29fd3cd20
Kernel: Display virtual addresses as V%p instead of L%x
...
The L was a leftover from when these were called linear addresses.
2019-08-26 11:31:58 +02:00
Conrad Pankoff
b957c61e6f
Kernel: Implement generic VGA device using multiboot info
...
This implements a very basic VGA device using the information provided
to us by the bootloader in the multiboot header. This allows Serenity to
boot to the desktop on basically any halfway modern system.
2019-08-18 07:40:53 +02:00