mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-02 10:46:32 +00:00
db32fdb367
Reformatted DolDoc files, adjusted sprites in documentation to reflect naming changes, corrected keybinding labels in AutoComplete window, fixed formatting error in Tips.DD. Added DVD Boot AHCI prototyping into Kernel, displays detected AHCI configuration and halts mid-boot. Small modifications to standard font, slight increase to mouse X and Y speed.
11 lines
271 B
HolyC
Executable file
11 lines
271 B
HolyC
Executable file
|
|
"\n\n%D %T\n\n\n", Now, Now;
|
|
|
|
CDateStruct ds;
|
|
Date2Struct(&ds, Now + local_time_offset);
|
|
|
|
"Hour:%02d Minute:%02d Second:%02d\n\n\n", ds.hour, ds.min, ds.sec;
|
|
|
|
"Day Name:%03tZ\n\n\n", ds.day_of_week, "ST_DAYS_OF_WEEK";
|
|
|
|
"Month Name:%03tZ\n\n\n", ds.mon - 1, "ST_MONTHS";
|