Namespace Restructure #54

Merged
admin merged 3 commits from feature/refactor into develop 2026-03-08 12:47:44 +00:00
3 changed files with 2 additions and 26 deletions
Showing only changes of commit c2aaf1a5c9 - Show all commits
+1 -1
View File
@@ -384,7 +384,7 @@ begin
{ ---- Window count ---- }
wcount := driver.video.windows.getWindowCount;
p := bufAppend('driver.video.windows: ', 0);
p := bufAppend('Windows: ', 0);
p := bufAppendInt(wcount, p);
lv_label_set_text(lbl_windows, @buf[0]);
-24
View File
@@ -1,24 +0,0 @@
unit core.version;
interface
const
VERSION = '1.1.3-alpha-167-g6fa008ed';
VERSION_MAJOR = '1';
VERSION_MINOR = '1';
VERSION_SUB = '3';
REVISION = '6fa008ed';
RELEASE = 'alpha-167-g6fa008ed';
LINE_COUNT = 98036;
FILE_COUNT = 170;
DRIVER_COUNT = 69;
FPC_VERSION = '3.2.2';
NASM_VERSION = '2.16.01';
MAKE_VERSION = '4.3';
COMPILE_DATE = '08/03/26';
COMPILE_TIME = '09:59:10';
CHECKSUM = '73cd0068c4c908d288a4ac5b480dc00f';
implementation
end.
+1 -1
View File
@@ -561,7 +561,7 @@ begin
load:= true;
if load then registercommand('driver.net.dev.e1000', @terminal_command_e1000status, 'driver.net.dev.e1000 Information.');
if load then registercommand('E1000', @terminal_command_e1000status, 'driver.net.dev.e1000 Information.');
if load then registercommand('MAC', @console_command_mac, 'Print MAC Address.');
end;