Options.inc
[ Return to Browse Source Page ]
up_date equ "29 Aug 2000"
os_vers equ "0.03.0002"

; Options.inc
; PizziOS Build Options
;
; Note: The first quote in this file must be the open quote for the date
;       and the third the open quote for the version or else my date/version
;       patching software gets all fouled up.

os_name equ "PizziOS"

; here are the colors equ's if you're the artistic type
user_color equ 09h;1;03h
kernel_color equ 04h
error_color equ 04h

;debug equ 0       ; debug build
bscmd equ 0       ; enable build-specific commands
;nocpudetect equ 0 ; i'm not sure if this still works, disables the CPU detect
;debugfs equ 0     ; display senseless hard disk debug information
;ATA_32 equ 0      ; 32-bit PIO for hard drives


Download this file.


[ Return to Browse Source Page ]
Copyright 2000, Ed Pizzi