fix: minor cleanup after namespace refactor
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

- Shorten 'driver.video.windows: ' label to 'Windows: ' in uidebug
- Shorten e1000 terminal command name from 'driver.net.dev.e1000' to 'E1000'
- Auto-generated version bump (build artifact)

3 files changed, 7 insertions(+), 7 deletions(-)
This commit is contained in:
2026-03-08 12:07:35 +00:00
parent 021aa0d82e
commit c2aaf1a5c9
3 changed files with 2 additions and 26 deletions
+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;