1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00

Snazz up the windows with some title bar gradients. :^)

This commit is contained in:
Andreas Kling 2019-01-25 05:01:27 +01:00
parent c6b7b92625
commit 0db72786cf
7 changed files with 95 additions and 9 deletions

View file

@ -138,6 +138,10 @@ void init()
gdt_init();
idt_init();
#ifndef NO_FPU
asm volatile("fninit");
#endif
VFS::initialize_globals();
vfs = new VFS;