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:
parent
c6b7b92625
commit
0db72786cf
7 changed files with 95 additions and 9 deletions
|
@ -138,6 +138,10 @@ void init()
|
|||
gdt_init();
|
||||
idt_init();
|
||||
|
||||
#ifndef NO_FPU
|
||||
asm volatile("fninit");
|
||||
#endif
|
||||
|
||||
VFS::initialize_globals();
|
||||
vfs = new VFS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue