US6817017B2 - Universal interface system - Google Patents

Universal interface system Download PDF

Info

Publication number
US6817017B2
US6817017B2 US09/792,773 US79277301A US6817017B2 US 6817017 B2 US6817017 B2 US 6817017B2 US 79277301 A US79277301 A US 79277301A US 6817017 B2 US6817017 B2 US 6817017B2
Authority
US
United States
Prior art keywords
universal interface
interface application
math table
math
values
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US09/792,773
Other versions
US20020156928A1 (en
Inventor
David A. Goodman
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Leotel Tech Inc
Original Assignee
Leotel Tech Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Leotel Tech Inc filed Critical Leotel Tech Inc
Priority to US09/792,773 priority Critical patent/US6817017B2/en
Assigned to LEOTEL TECHNOLOGIES, INC. reassignment LEOTEL TECHNOLOGIES, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GOODMAN, DAVID A.
Publication of US20020156928A1 publication Critical patent/US20020156928A1/en
Application granted granted Critical
Publication of US6817017B2 publication Critical patent/US6817017B2/en
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications

Definitions

  • This invention relates to a system for providing a universal interface system. Specifically, the invention relates to a software interface for proprietary hardware that may act between the Basic Input Output System (BIOS) and the operating system or specific applications, or between the operating system and specific applications.
  • BIOS Basic Input Output System
  • the boot process executes a series of complex instructions to ensure that the components are properly functioning.
  • the computer executes a power-on self test (“POST”) to check the functionality of the central processing unit (“CPU”) and the memory.
  • POST power-on self test
  • CPU central processing unit
  • the discrete signal also resets the program counter to typically the hexadecimal number of F000. This number instructs the CPU of the next instruction that requires processing.
  • This address is the start of the boot program typically stored in read only memory (ROM) that contains the basic input/output system (“BIOS”).
  • BIOS boot program invokes a series of systems checks including reading code located in various memory locations and checking the code against identical records stored in the BIOS chip set or some other CMOS chip.
  • the boot operation typically performs the POST and searches for the operating system. Once the operating system is found, the system files are read and copied into random access memory (“RAM”). Typically, each computer has only one operating system. In a disk operating system environment, once the boot record loads the IO.SYS files into RAM the SYSINIT routine is called that manages the remaining part of the boot process. The SYSINIT loads the MSDOS.SYS into RAM and works to manage the files, execute programs and respond to hardware commands. Other operating system files that may be launched are COMMAND.COM and AUTOEXEC.BAT.
  • FIG. 1 illustrates a block diagram of the universal interface system relative to the chip Basic Input Output System (BIOS), operating system, and/or applications operating via the operating system of the microprocessor.
  • BIOS Basic Input Output System
  • FIG. 2 illustrates a block diagram of the execution of the universal interface system during the power-on self test (“POST”) operation.
  • POST power-on self test
  • FIG. 3 illustrates a block diagram of the execution of the universal interface system during the power-on self test (“POST”) operation.
  • POST power-on self test
  • FIG. 4 illustrates a block diagram of the execution of software applications independent of the operating system.
  • This invention provides a universal interface system that is capable of launching software applications across a variety of operating system platforms.
  • the universal interface system allows a computer using a Microsoft Windows operating system to launch and execute software applications that were written for a Novelle, UNIX, ATM, etc. operating system environment.
  • the universal interface system allows software applications compiled for one operating system environment to be launched and operate in either the same or a second and different operating system environment where the software application is not compiled to operate in.
  • the universal interface system may interface between the proprietary integrated circuits, the BIOS and the operating system(s) or operate simultaneously with another operating system.
  • the universal interface system implements three math tables that create equations capable of manipulating the software application's instructions such that the functionality of the application shells operate independent of the operating system.
  • the first math table K implements the memory allocation and memory functionality.
  • the universal interface system then implements a second math table K(x) on top of the first math table K using functions from the first math table. Operation of the third math table's formulas involves loading the variables into memory will equate the values that run in the shells.
  • the first math table K equates to f(x) in the following equations and is the function of a variable where K is the math table of that variable.
  • the variable f(x) is typically in hexadecimal format and the input/output number is typically in a decimal format.
  • the actual input/output that the firmware uses is typically in a decimal format and the software values in a hexadecimal format.
  • FIG. 1 illustrates a block diagram of the universal interface application relative to the chip Basic Input Output System (BIOS), operating system, and/or applications operating via the operating system of the microprocessor.
  • the universal interface system 100 may interact with the standard BIOS 102 in a microprocessor or may act as firmware BIOS 104 on a specialized chip 106 designed to optimize the universal interface system 108 code.
  • the universal interface system 100 or 108 may also interact with various operating systems 110 and 112 .
  • the software applications 114 may interact with the operating systems 110 and 112 or directly with the universal interface system 100 and 108 .
  • FIG. 2 illustrates a block diagram of the execution of the universal interface application during the power-on self-test (“POST”) operation.
  • POST power-on self-test
  • the interval [0,1] is mapped into itself by ⁇ for each value of a ⁇ [0,4].
  • These functions, parametrized by the constant ⁇ , is known as a family of logical maps.
  • An 8-cycle may be obtained numerically by solving:
  • the first math table K is typically loaded into random access memory (RAM) 300 and the memory locations F000 to C700 are cleared 302 .
  • a specialized flash boot of the computer system 304 is performed.
  • the specialized flash boot clears out certain memory locations for storage or new functions of the math tables.
  • the universal interface system reloads the memory locations F000 to C700 for storage of the second math table K(x) 306 .
  • the universal interface system ensures that the variables are not set with denominative values 310 and loads the third math table K(f) typically upon the start up of the computer system 312 .
  • the third math table K(f) is not limited only upon start up of the computer but may be loaded after the computer is operational. Operation of the third math table's formulas involves loading the variables into memory, typically RAM, that will equate the values that run in the shells.
  • the first math table K equates to f(x) in the following equations and is the function of a variable where K is the math table of that variable.
  • the variable f(x) is typically in hexadecimal format and the input/output number is typically in a decimal format.
  • the actual input/output that the firmware uses is typically in a decimal format and the software values in a hexadecimal format.
  • the universal interface system will decide if the attached peripheral devices may be determined that are connected to the CMOS chip found in almost all computer systems.
  • the universal interface system will use an extremely large number such as infinity over sigma n equal to 1 or the derivative of n equal to 1, as long as it's a positive integer value.
  • the third math table may be utilized for the system manager and operates according to implementation of the following sets of formulas.
  • the value of x in the right side of the following Fourier Transform, Cosine Transform and Sine Transform equations respectively, is the value supplied from operation of the second math table K(x).
  • the Fourier Transform is best utilized in transmitting a data packet, the Cosine Transform is best used when precise bandwidths are required, while the Sine Transform is used for data compression. Both the Cosine and Sine Transforms may be used interchangeably.
  • n 1 ⁇ ⁇ a n ⁇ ⁇ a ⁇ ⁇ n ⁇ ⁇ d ⁇ ⁇ ⁇ 1 ⁇ ⁇ a n
  • the third math table K(f) may be created using the following formulas. Using the following Fourier and Inverse Fourier Transforms where i is the shell value needed to run the operation. The Fourier Transforms are the last value added before the shell integration.
  • the system manager In a Microsoft Windows environment, the system manager is used to manipulate the relationship between the firmware interrupts and the application source.
  • the universal interface system queries whether a custom system manager is to be loaded 314 . If a custom system manager is selected 316 , the custom system manager is loaded 316 and executed 318 . If a custom system manager is not selected 314 , the standard registry is implemented 320 and a standard system manager is loaded 322 . Once the custom system manager is executed 318 or the standard system manager is loaded 322 , a third math table K(f) is created 324 . In a non-Windows operating system environment, the need for a system manager is not required and a custom system manager may be implemented for convenience.
  • the universal interface system activates or deactivates system hardware or firmware as needed 326 and optimizes conventional memory 328 .
  • the root directories are then read and any software applications are run as if in their original design shell 330 .
  • the software applications are then executed 332 when selected.
  • the universal interface application may be implemented at any time during the operation of the computer.
  • the implementation of the universal interface application may occur in firmware or software, and be capable of interfacing at the BIOS level or the operating system level.
  • the universal interface system may also be implemented using a specialized integrated circuit with the system operating as the firmware for the integrated circuit.
  • the universal interface system may also operate across a variety of operating systems and be able to translate software applications so that they can operate cross any operating system.
  • the universal interface system is applicable to any system where it is desirable to implement a variety of cross operating system platforms.
  • FIG. 4 illustrates a block diagram of the execution of software applications independent of the operating system.
  • a first math table K 400 is selected and implemented.
  • the interval [0, 1] is mapped into itself by ⁇ for each value of a ⁇ [0, 4].
  • These functions, parametrized by the constant ⁇ is known as a family of logical maps.
  • An 8-cycle may be obtained numerically by solving:
  • Values are loaded 402 into the system based on the math table K in memory.
  • the first math table K implements the memory allocation and functionality.
  • the universal interface system then implements a second math table K(x) 404 on top of the first math table K using functions from the first math table.
  • the first and the second math table are then compiled 406 and 408 and stored in memory.
  • Operation of the third math table's formulas involves loading the variables into memory, typically RAM, that will equate the values that run in the shells.
  • the first math table K equates to f(x) in the following equations and is the function of a variable where K is the math table of that variable.
  • the variable f(x) is typically in hexadecimal format and the input/output number is typically in a decimal format.
  • the actual input/output that the firmware uses is typically in a decimal format and the software values in a hexadecimal format.
  • the universal interface system will use an extremely large number such as infinity over sigma n equal to 1 or the derivative of n equal to 1, as long as it's a positive integer value.
  • the third math table may be utilized for the system manager and operates according to implementation of the following sets of formulas.
  • the value of x in the right side of the following Fourier Transform, Cosine Transform and Sine Transform equations respectively, is the value supplied from operation of the second math table K(x).
  • the Fourier Transform is best utilized in transmitting a data packet, the Cosine Transform is best used when precise bandwidths are required, while the Sine Transform is used for data compression. Both the Cosine and Sine Transforms may be used interchangeably.
  • n 1 ⁇ ⁇ a n ⁇ ⁇ and ⁇ ⁇ ⁇ 1 ⁇ ⁇ a n
  • the third math table K(f) may be created using the following formulas. Using the following Fourier and Inverse Fourier Transforms where i is the shell value needed to run the operation. The Fourier Transforms are the last value added before the shell integration.
  • the software application may be executed independent of the operating system.
  • the universal interface system of the invention can be implemented in software, hardware, or a combination of hardware and software.
  • selected portions of the universal interface system may be implemented in hardware and software.
  • the hardware portion of the invention can be implemented using specialized hardware logic.
  • the software portion can be stored in a memory and be executed by a suitable instruction execution system (microprocessor).
  • the hardware implementation of the universal interface system may include any or a combination of the following technologies, which are all well known in the art: a discrete logic circuit(s) having logic gates for implementing logic functions upon data signals, an application specific integrated circuit (“ASIC”) having appropriate logic gates, a programmable gate array(s) (PGA), a field programmable gate array (FPGA), etc.
  • the universal interface system software that comprises an ordered listing of executable instructions for implementing logical functions, may be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions.
  • a “computer-readable medium” can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
  • the computer readable medium can be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium.
  • the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.

Abstract

This invention provides a universal interface system that is capable of launching software applications across operating system platforms. For example, the universal interface system allows a computer using a Microsoft Windows operating system to launch and execute software applications that were written for a UNIX operating system environment. Conversely, the universal interface system allows software applications written for a Linux operating system environment to be launched and operating in a Sun Solaris operating system environment. The universal interface system may interface between the BIOS and the operating system or operate on top of the operating system.

Description

CLAIM OF PRIORITY
The following co-pending and commonly assigned U.S. provisional patent application was filed on Apr. 24, 2000, having U.S. Provisional Patent Application Ser. No. 60/199,293, entitled “A Universal Interface System.”
BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to a system for providing a universal interface system. Specifically, the invention relates to a software interface for proprietary hardware that may act between the Basic Input Output System (BIOS) and the operating system or specific applications, or between the operating system and specific applications.
2. Related Art
When a personal computer is initially started, the boot process executes a series of complex instructions to ensure that the components are properly functioning. The computer executes a power-on self test (“POST”) to check the functionality of the central processing unit (“CPU”) and the memory. In the initiation of a POST, an electrical signal following a permanently programed path to the CPU clears any leftover data from the internal proprietary memory registers. The discrete signal also resets the program counter to typically the hexadecimal number of F000. This number instructs the CPU of the next instruction that requires processing. This address is the start of the boot program typically stored in read only memory (ROM) that contains the basic input/output system (“BIOS”). The BIOS boot program invokes a series of systems checks including reading code located in various memory locations and checking the code against identical records stored in the BIOS chip set or some other CMOS chip.
The boot operation typically performs the POST and searches for the operating system. Once the operating system is found, the system files are read and copied into random access memory (“RAM”). Typically, each computer has only one operating system. In a disk operating system environment, once the boot record loads the IO.SYS files into RAM the SYSINIT routine is called that manages the remaining part of the boot process. The SYSINIT loads the MSDOS.SYS into RAM and works to manage the files, execute programs and respond to hardware commands. Other operating system files that may be launched are COMMAND.COM and AUTOEXEC.BAT.
Due to interoperability problems there exists a need for a software system to interface between the BIOS and the operating system. For example, often there is a need to operate a Windows based application contemporaneously with a UNIX based application. Without interface software, a Windows operating system will not execute a UNIX application and vice versa. There also is a need for a software system interface to act between the microprocessor BIOS and specific application or between the operating system and specific applications. These problems often exist when computer systems seek to launch or share programs across a variety of platforms and operating system releases.
BRIEF DESCRIPTION OF THE FIGURES
The invention can be better understood with reference to the following figures. The components in the figures are not necessarily to scale, emphasis instead being placed upon illustrating the principals of the invention. Moreover, in the figures, like reference numerals designate corresponding parts throughout the different views.
FIG. 1 illustrates a block diagram of the universal interface system relative to the chip Basic Input Output System (BIOS), operating system, and/or applications operating via the operating system of the microprocessor.
FIG. 2 illustrates a block diagram of the execution of the universal interface system during the power-on self test (“POST”) operation.
FIG. 3 illustrates a block diagram of the execution of the universal interface system during the power-on self test (“POST”) operation.
FIG. 4 illustrates a block diagram of the execution of software applications independent of the operating system.
SUMMARY
This invention provides a universal interface system that is capable of launching software applications across a variety of operating system platforms. For example, the universal interface system allows a computer using a Microsoft Windows operating system to launch and execute software applications that were written for a Novelle, UNIX, ATM, etc. operating system environment. Conversely, the universal interface system allows software applications compiled for one operating system environment to be launched and operate in either the same or a second and different operating system environment where the software application is not compiled to operate in. The universal interface system may interface between the proprietary integrated circuits, the BIOS and the operating system(s) or operate simultaneously with another operating system.
The universal interface system implements three math tables that create equations capable of manipulating the software application's instructions such that the functionality of the application shells operate independent of the operating system. The first math table K implements the memory allocation and memory functionality. The universal interface system then implements a second math table K(x) on top of the first math table K using functions from the first math table. Operation of the third math table's formulas involves loading the variables into memory will equate the values that run in the shells. The first math table K equates to f(x) in the following equations and is the function of a variable where K is the math table of that variable. The variable f(x) is typically in hexadecimal format and the input/output number is typically in a decimal format. The actual input/output that the firmware uses is typically in a decimal format and the software values in a hexadecimal format.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
The universal interface application may be implemented during the initial boot-up of a computer or on an operating computer. FIG. 1 illustrates a block diagram of the universal interface application relative to the chip Basic Input Output System (BIOS), operating system, and/or applications operating via the operating system of the microprocessor. The universal interface system 100 may interact with the standard BIOS 102 in a microprocessor or may act as firmware BIOS 104 on a specialized chip 106 designed to optimize the universal interface system 108 code. The universal interface system 100 or 108 may also interact with various operating systems 110 and 112. Or the software applications 114 may interact with the operating systems 110 and 112 or directly with the universal interface system 100 and 108.
FIG. 2 illustrates a block diagram of the execution of the universal interface application during the power-on self-test (“POST”) operation. When a computer is initially turned on, it performs a POST operation 200. If the universal interface system is installed on the computer, during the POST operation additional tasks are performed. A first math table K 202 is selected for the BIOS, and next the system components 204 are identified.
The first math table uses the Feigenbaum constants to determine values where ƒ(x)=αx(1−x), and where a is a constant. The interval [0,1] is mapped into itself by ƒ for each value of a ε[0,4]. These functions, parametrized by the constant α, is known as a family of logical maps. The 1-cycles of ƒ or the fixed points of ƒ are obtained by solving x=ƒ(x). Therefore, for x=0 (attracts for α<1 and repels for α>1), and x = a - 1 a
Figure US06817017-20041109-M00001
(attracts for 1<α<3 and repels for α>3).
The 2-cycle or the fixed points of the iterate ƒ2 that are not fixed points of ƒ are obtained from solving:
x=ƒ 2(x)
x=ƒ(x)
obtains the 2-cycle fixed points x = a = 1 ± ( a 2 - 2 a - 3 ) 1 2 2 a
Figure US06817017-20041109-M00002
This equation produces values that attract for 3<α<1+{square root over (6)} and repels for α>1+{square root over (6)}. For α>1+{square root over (6)}=3.4495, an attracting 4-cycle emerges. A 4-cycle may be obtained numerically by solving:
x=ƒ 4(x)
x=ƒ 2(x)
The 4-cycle attracts for 3.45595 . . . <a<3.5441 . . . and repels for a>3.5441 . . . For α>3.5441 . . . , an attracting 8-cycle emerges. An 8-cycle may be obtained numerically by solving:
x=ƒ 8(x)
x=ƒ 4(x)
The 8-cycle attracts for 3.5441 . . . <α<3.5644 . . . and repels for α>3.5644 . . . This sequence of period doubling bifurcations stops short of 4. Letting:
α0=1, α1=3, α2=1+{square root over (6=3.4495 . . . ,)} α3=3.5441 . . . , α43.5644 . . .
denotes the cascade of bifurcations.
If the system component identification is not complete 206, additional steps to identify all the system components 204 is performed. Values are loaded 208 into the system based on the math table K in memory. The first math table K implements the memory allocation and functionality. The universal interface system then implements a second math table K(x) 210 on top of the first math table K using functions from the first math table. The first and the second math table are then compiled 212 and stored in memory. Connector A 214 links FIGS. 2 and 3.
The first math table K is typically loaded into random access memory (RAM) 300 and the memory locations F000 to C700 are cleared 302. A specialized flash boot of the computer system 304 is performed. The specialized flash boot clears out certain memory locations for storage or new functions of the math tables. The universal interface system reloads the memory locations F000 to C700 for storage of the second math table K(x) 306.
For the second math table K(x), the Madelung's constant equations are used. M 2 = i , j = - ( - 1 ) i + j i 2 + i 2 M 2 = 4 ( 2 - 1 ) · ( 1 2 ) · β ( 1 2 ) = - 1.6155426267 M 3 = i , j , k = - ( - 1 ) i + j + k i 2 + j 2 + k 2 M 3 = 12 x m , n , = 1 sec h 2 [ x 2 ( 2 m - 1 ) 2 + ( 2 n - 1 ) 2 ] = - 1.7475645946
Figure US06817017-20041109-M00003
The universal interface system ensures that the variables are not set with denominative values 310 and loads the third math table K(f) typically upon the start up of the computer system 312. However, for execution of an application, the third math table K(f) is not limited only upon start up of the computer but may be loaded after the computer is operational. Operation of the third math table's formulas involves loading the variables into memory, typically RAM, that will equate the values that run in the shells. The first math table K equates to f(x) in the following equations and is the function of a variable where K is the math table of that variable. The variable f(x) is typically in hexadecimal format and the input/output number is typically in a decimal format. The actual input/output that the firmware uses is typically in a decimal format and the software values in a hexadecimal format. The universal interface system will decide if the attached peripheral devices may be determined that are connected to the CMOS chip found in almost all computer systems. The universal interface system will use an extremely large number such as infinity over sigma n equal to 1 or the derivative of n equal to 1, as long as it's a positive integer value.
If the series converges in the generation of the third math table, the remainder RN equals the series of −SN, the exact sum of an infinite series. The third math table may be utilized for the system manager and operates according to implementation of the following sets of formulas. The value of x in the right side of the following Fourier Transform, Cosine Transform and Sine Transform equations respectively, is the value supplied from operation of the second math table K(x).
ƒ(x)=1/x(2x)x x g(t)e{circumflex over ( )} (itx) dt
ƒ(x)=x(2/x)x x g(x)cos(xt)dt
ƒ(x)=x(2/x)x x g(x)sin(xt)dt
The Fourier Transform is best utilized in transmitting a data packet, the Cosine Transform is best used when precise bandwidths are required, while the Sine Transform is used for data compression. Both the Cosine and Sine Transforms may be used interchangeably.
The p-Series convergence is determined by: n = 1 1 / n p = 1 / 1 p + 1 / 2 p + 1 / 3 p +
Figure US06817017-20041109-M00004
where p>0 by definition. If p>1 then the series converges. This occurs for approximately 90% of the programs, where p<=1, then the series diverges, and the program will not operate.
The nth-Term is tested for divergence such that if the sequence {an} does not converge to zero, then the series n = 1 a n
Figure US06817017-20041109-M00005
diverges.
The special cases of Fourier Integral is used where x is the hexadecimal value. If ƒ(x)=ƒ(−x) then:
ƒ(x)=2/PI0 cos xy dy ∫ 0 ƒ(t)cos yt dt
Where, if ƒ(−x)=−ƒ(x) then:
ƒ(x)=2/PI∫ 0 28 sin xy dy∫ 0 sin yt dt
The integral test is used to provide t he value of n in terms of i. If for all n>=1, then f(n)=αn and ƒ is positive and continuous, then: n = 1 a n a n d 1 a n
Figure US06817017-20041109-M00006
and convergence occurs. If the above series converges, then the remainder RN=S−SN, where S is the exact sum of the infinite series and SN is the sum of the first N terms of the series. RN is bounded by:
0<=R N<=∫(N . . . ∞)ƒ(x)dx
The third math table K(f) may be created using the following formulas. Using the following Fourier and Inverse Fourier Transforms where i is the shell value needed to run the operation. The Fourier Transforms are the last value added before the shell integration. f ( x ) = 1 ( 2 π ) g ( t ) ( t x ) t g ( x ) = 1 ( 2 π ) f ( t ) ^ ( t x ) t
Figure US06817017-20041109-M00007
In a Microsoft Windows environment, the system manager is used to manipulate the relationship between the firmware interrupts and the application source. The universal interface system queries whether a custom system manager is to be loaded 314. If a custom system manager is selected 316, the custom system manager is loaded 316 and executed 318. If a custom system manager is not selected 314, the standard registry is implemented 320 and a standard system manager is loaded 322. Once the custom system manager is executed 318 or the standard system manager is loaded 322, a third math table K(f) is created 324. In a non-Windows operating system environment, the need for a system manager is not required and a custom system manager may be implemented for convenience.
The universal interface system activates or deactivates system hardware or firmware as needed 326 and optimizes conventional memory 328. The root directories are then read and any software applications are run as if in their original design shell 330. The software applications are then executed 332 when selected.
Although described with particular reference to implementation upon start up of a computer, the universal interface application may be implemented at any time during the operation of the computer. The implementation of the universal interface application may occur in firmware or software, and be capable of interfacing at the BIOS level or the operating system level. The universal interface system may also be implemented using a specialized integrated circuit with the system operating as the firmware for the integrated circuit. The universal interface system may also operate across a variety of operating systems and be able to translate software applications so that they can operate cross any operating system. Furthermore, the universal interface system is applicable to any system where it is desirable to implement a variety of cross operating system platforms.
FIG. 4 illustrates a block diagram of the execution of software applications independent of the operating system. A first math table K 400 is selected and implemented. The first math table uses the Feigenbaum constants to determine values where ƒ(x)=αx(1−x), and where a is a constant. The interval [0, 1] is mapped into itself by ƒ for each value of a ε[0, 4]. These functions, parametrized by the constant α, is known as a family of logical maps. The 1-cycles of ƒ or the fixed points of ƒ are obtained by solving x=ƒ(x). Therefore, for x=0 (attracts for α<1 and repels for α>1), and x = a - 1 a
Figure US06817017-20041109-M00008
(attracts for 1<α<3 and repels for α>3).
The 2-cycle or the fixed points of the iterate ƒ2 that are not fixed points of ƒ are obtained from solving:
x=ƒ 2(x)
x=ƒ(x)
obtains the 2-cycle fixed points x = a = 1 ± ( a 2 - 2 a - 3 ) 1 2 2 a
Figure US06817017-20041109-M00009
This equation produces values that attract for 3<α<1+{square root over (6)} and repels for α>1+{square root over (6)}. For α>1+{square root over (6)}=3.4495, an attracting 4-cycle emerges. A 4-cycle maybe obtained numerically by solving:
x=ƒ 4(x)
x=ƒ 2(x)
The 4-cycle attracts for 3.45595 . . . <a<3.5441 . . . and repels for a>3.5441 . . . For α>3.5441 . . . , an attracting 8-cycle emerges. An 8-cycle may be obtained numerically by solving:
x=ƒ 8(x)
x=ƒ 4(x)
The 8-cycle attracts for 3.5441 . . . <α<3.5644 . . . and repels for α>3.5644 . . . This sequence of period doubling bifurcations stops short of 4. Letting:
α0=1, α1=3, α2=1+{square root over (6=3.4495 . . . ,)} α3=3.5441 . . . , α43.5644 . . .
denotes the cascade of bifurcations.
Values are loaded 402 into the system based on the math table K in memory. The first math table K implements the memory allocation and functionality. The universal interface system then implements a second math table K(x) 404 on top of the first math table K using functions from the first math table. The first and the second math table are then compiled 406 and 408 and stored in memory.
For the second math table K(x), the Madelung's constant equations are used. M 2 = i , j = - ( - 1 ) i + j i 2 + i 2
Figure US06817017-20041109-M00010
M 2 = ( 4 2 - 1 ) · ( 1 2 ) · β ( 1 2 ) = - 1.6155426267 M 3 = i , j , k = - ( - 1 ) i + j + k i 2 + j 2 + k 2 M 3 = 12 x m , n = 1 sec h 2 [ x 2 ( 2 m - 1 ) 2 + ( 2 n + 1 ) 2 ] = - 1.7475645946
Figure US06817017-20041109-M00011
Operation of the third math table's formulas involves loading the variables into memory, typically RAM, that will equate the values that run in the shells. The first math table K equates to f(x) in the following equations and is the function of a variable where K is the math table of that variable. The variable f(x) is typically in hexadecimal format and the input/output number is typically in a decimal format. The actual input/output that the firmware uses is typically in a decimal format and the software values in a hexadecimal format. The universal interface system will use an extremely large number such as infinity over sigma n equal to 1 or the derivative of n equal to 1, as long as it's a positive integer value.
If the series converges in the generation of the third math table, the remainder RN equals the series of −SN, the exact sum of an infinite series. The third math table may be utilized for the system manager and operates according to implementation of the following sets of formulas. The value of x in the right side of the following Fourier Transform, Cosine Transform and Sine Transform equations respectively, is the value supplied from operation of the second math table K(x).
ƒ(x)=1/x(2x)x x g(t)e{circumflex over ( )} (itx) dt
ƒ(x)=x(2/x)x x g(x)cos(xt)dt
ƒ(x)=x(2/x)x x g(x)sin(xt)dt
The Fourier Transform is best utilized in transmitting a data packet, the Cosine Transform is best used when precise bandwidths are required, while the Sine Transform is used for data compression. Both the Cosine and Sine Transforms may be used interchangeably.
The p-Series convergence is determined by: n = 1 1 / n p = 1 / 1 p + 1 / 2 p + 1 / 3 p +
Figure US06817017-20041109-M00012
where p>0 by definition. If p>1 then the series converges. This occurs for approximately 90% of the programs, where p<=1, then the series diverges, and the program will not operate.
The nth-Term is tested for divergence such that if the sequence {an} does not converge to zero, then the series n = 1 a n
Figure US06817017-20041109-M00013
diverges.
The special cases of Fourier Integral is used where x is the hexadecimal value. If ƒ(x)=ƒ(−x) then:
ƒ(x)=2/PI∫ 0 cos xy dy∫ 0 ∞ƒ( t)cos yt dt
Where, if ƒ(−x)=−ƒ(x) then:
ƒ(x)=2/PI∫ 0 sin xy dy∫ 0 sin yt dt
The integral test is used to provide the value of n in terms of i. If for all n>=1, then f(n)=αn and ƒ is positive and continuous, then: n = 1 a n and 1 a n
Figure US06817017-20041109-M00014
and convergence occurs. If the above series converges, then the remainder RN=S−SN, where S is the exact sum of the infinite series and SN is the sum of the first N terms of the series. RN is bounded by:
0<=R N<=∫(N . . . ∞)ƒ(x)dx
The third math table K(f) may be created using the following formulas. Using the following Fourier and Inverse Fourier Transforms where i is the shell value needed to run the operation. The Fourier Transforms are the last value added before the shell integration.
ƒ(x)=1{square root over ((2π))}∫ g(t)e{circumflex over ( )} (itx) dt
g(x)=1{square root over ((2π))}∫ ∞ƒ( t)e{circumflex over ( )} (−itx) dt
Once a third math table K(f) is created and loaded into memory 410, the software application may be executed independent of the operating system.
Furthermore, the universal interface system of the invention can be implemented in software, hardware, or a combination of hardware and software. In a preferred embodiment(s), selected portions of the universal interface system may be implemented in hardware and software. The hardware portion of the invention can be implemented using specialized hardware logic. The software portion can be stored in a memory and be executed by a suitable instruction execution system (microprocessor). The hardware implementation of the universal interface system may include any or a combination of the following technologies, which are all well known in the art: a discrete logic circuit(s) having logic gates for implementing logic functions upon data signals, an application specific integrated circuit (“ASIC”) having appropriate logic gates, a programmable gate array(s) (PGA), a field programmable gate array (FPGA), etc.
Furthermore, the universal interface system software that comprises an ordered listing of executable instructions for implementing logical functions, may be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions.
In the context of this document, a “computer-readable medium” can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. The computer readable medium can be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic) having one or more wires, a portable computer diskette (magnetic), a random access memory (“RAM”), a read-only memory (“ROM”), an erasable programmable read-only memory (“EPROM” or Flash memory) (magnetic), an optical fiber (optical), and a portable compact disc read-only memory (“CD-ROM”) (optical). Note that the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
While various embodiments of the application have been described, it will be apparent to those of ordinary skill in the art that many more embodiments and implementations are possible that are within the scope of this invention. Accordingly, the invention is not to be restricted except in light of the attached claims and their equivalents.

Claims (80)

What is claimed is:
1. A universal interface application, comprising:
loading values based on a first math table into memory where the first table uses Feigenbaum constants to determine values for the first math table;
loading values from implementation of a second math table using functions from the first math table into the memory;
loading values from implementation of a third math table into the memory; and
executing a software application by implementing functions from the first, second and third math tables.
2. The universal interface application of claim 1, where the Feigenbaum constants are parameterized by logical maps.
3. The universal interface application of claim 1, where the Feigenbaum constants have fixed points ƒ obtained by solving the equation x=ƒ(x).
4. The universal interface application of claim 3, where a hexadecimal value represents ƒ(x).
5. The universal interface application of claim 3, where input/output values of the first math table are decimal values.
6. The universal interface application of claim 1, where memory locations F000 through C700 are cleared after the first math table is loaded into memory.
7. The universal interface application of claim 1, where the second math table uses values from the first math table.
8. The universal interface application of claim 1, further comprising where the second math table uses Madelung's constants to determine values for the second math table.
9. The universal interface application of claim 1, where the third math table uses values that support execution of the software application's shells.
10. The universal interface application of claim 1, where the third math table uses a Fourier Transform function.
11. The universal interface application of claim 10, where the software application supports transmission of data packets.
12. The universal interface application of claim 1, where the third math table uses a Cosine Transform function.
13. The universal interface application of claim 12, where the software application operates in an environment necessitating precise bandwidths.
14. The universal interface application of claim 1, where the third math table uses a Sine Transform function.
15. The universal interface application of claim 14, where the software application operates in an environment necessitating data compression.
16. A universal interface application, comprising:
identifying system hardware components;
using Feigenbaum constants to determine values for a first math table and loading the values into memory;
loading values from implementation of a second math table using functions from the first math table into the memory;
loading values from implementation of a third math table into the memory;
selecting a system manager and optimizing conventional memory; and
executing a software application by implementing functions from the first, second and third math tables.
17. The universal interface application of claim 16, where the Feigenbaum constants are parameterized by logical maps.
18. The universal interface application of claim 16, where the Feigenbaum constants have fixed points ƒ obtained by solving the equation x=ƒ(x).
19. The universal interface application of claim 18, where a hexadecimal value represents ƒ(x).
20. The universal interface application of claim 18, where input/output values of the first math table are decimal values.
21. The universal interface application of claim 16, where memory locations F000 through C700 are cleared after the first math table is loaded into memory.
22. The universal interface application of claim 16, where the second math table uses values from the first math table.
23. The universal interface application of claim 16, further comprising the second math table uses Madelung's constants to determine values for the second math table.
24. The universal interface application of claim 16, where the third math table uses values that support execution of the software application's shells.
25. The universal interface application of claim 24, where the software application supports transmission of data packets.
26. The universal interface application of claim 16, where the third math table uses a Cosine Transform function.
27. The universal interface application of claim 26, where the software application operates in an environment necessitating precise bandwidths.
28. The universal interface application of claim 16, where the third math table uses a Sine Transform function.
29. The universal interface application of claim 28, where the software application operates in an environment necessitating data compression.
30. A universal interface program capable of executing applications across operating system platforms, comprising:
identifying system hardware components;
using Feigenbaum constants to determine values for a first math table and loading the values into memory;
loading the values of the first math table to activate memory locations and compiling the first math table to the memory;
using Madelung's constants to determine values for a second math table;
loading values from implementation of a second math table using functions from the first math table into the memory;
loading values from implementation of a third math table into the memory;
selecting a system manager and optimizing conventional memory;
implementing a methodology capable of reading root directories and software applications as if in original shell design; and
executing a software application by implementing functions from the first, second and third math tables.
31. The universal interface application of claim 30, where the Feigenbaum constants are parameterized by logical maps.
32. The universal interface application of claim 30, where the Feigenbaum constants have fixed points ƒ obtained by solving the equation x=ƒ(x).
33. The universal interface application of claim 32, where a hexadecimal value represents ƒ(x).
34. The universal interface application of claim 32, where input/output values of the first math table are decimal values.
35. The universal interface application of claim 30, where memory locations F000 through C700 are cleared after the first math table is loaded into memory.
36. The universal interface application of claim 30, where the second math table uses values from the first math table.
37. The universal interface application of claim 30, further comprising the second math table uses Madelung's constants to determine values for the second math table.
38. The universal interface application of claim 30, where the third math table uses values that support execution of the software application's shells.
39. The universal interface application of claim 30, where the third math table uses a Fourier Transform function.
40. The universal interface application of claim 39, where the software application supports transmission of data packets.
41. The universal interface application of claim 30, where the third math table uses a Cosine Transform function.
42. The universal interface application of claim 41, where the software application operates in an environment necessitating precise bandwidths.
43. The universal interface application of claim 30, where the third math table uses a Sine Transform function.
44. The universal interface application of claim 43, where the software application operates in an environment necessitating data compression.
45. A universal interface program for executing applications comprising:
performing a POST operation;
identifying system hardware components;
using Feigenbaum constants to determine values for a first math table and loading the values into memory;
loading the values of the first math table to activate memory locations and compiling the first math table to the memory;
clearing the memory in certain locations;
using Madelung's constants to determine values for a second math table;
loading values from implementation of a second math table using functions from the first math table into the memory;
loading values from implementation of a third math table into the memory;
selecting a system manager and optimizing conventional memory;
implementing a methodology capable of reading root directories and software applications as if in original shell design; and
executing a software application by implementing functions from the first, second and third math tables.
46. The universal interface application of claim 45, where the Feigenbaum constants are parameterized by logical maps.
47. The universal interface application of claim 45, where the Feigenbaum constants have fixed points ƒ obtained by solving the equation x=ƒ(x).
48. The universal interface application of claim 47, where a hexadecimal value represents ƒ(x).
49. The universal interface application of claim 47, where input/output values of the first math table are decimal values.
50. The universal interface application of claim 45, where clearing of the memory in certain locations occurs in areas F000 through C700.
51. The universal interface application of claim 45, where the second math table uses values from the first math table.
52. The universal interface application of claim 45, further comprising the second math table uses Madelung's constants to determine values for the second math table.
53. The universal interface application of claim 45, where the third math table uses values that support execution of the software application's shells.
54. The universal interface application of claim 45, where the third math table uses a Fourier Transform function.
55. The universal interface application of claim 54, where the software application supports transmission of data packets.
56. The universal interface application of claim 45, where the third math table uses a Cosine Transform function.
57. The universal interface application of claim 56, where the software application operates in an environment necessitating precise bandwidths.
58. The universal interface application of claim 45, where the third math table uses a Sine Transform function.
59. The universal interface application of claim 58, where the software application operates in an environment necessitating data compression.
60. The universal interface application of claim 45, further comprising ensuring that variables are not set with denominative values.
61. The universal interface application of claim 45, further comprising optimizing convention memory locations.
62. The universal interface application of claim 45, further comprising implementing a standard registry.
63. A universal interface application, comprising:
loading values based on a means for a first math table into a memory means where the means for the first math tables uses Feigenbaum constants to determine the values for the means for the first math table;
loading values from implementation of a means for a second math table using functions from the means for the first math table into the memory means;
loading values from implementation of a means for a third math table into the memory means; and
executing a means for a software application by implementing functions from the means for the first, second and third math tables.
64. The universal interface application of claim 63, where the Feigenbaum constants are parameterized by logical maps means.
65. The universal interface application of claim 63, where the Feigenbaum constants have fixed points ƒ obtained by solving the equation x=ƒ(x).
66. The universal interface application of claim 65, where a hexadecimal value represents ƒ(x).
67. The universal interface application of claim 65, where input/output values of the means for the first math table are decimal values.
68. The universal interface application of claim 63, where memory locations F000 through C700 are cleared after the means for the first math table is loaded into memory means.
69. The universal interface application of claim 63, where the means for the second math table uses values from the means for the first math table.
70. The universal interface application of claim 63, further comprising the means for the second math table uses Madelung's constants to determine values for the means for the second math table.
71. The universal interface application of claim 63, where the means for the third math table uses values that support execution of the means for the software application's shells.
72. The universal interface application of claim 63, where the means for the third math table uses a Fourier Transform function.
73. The universal interface application of claim 74, where the software application supports transmission of data packets.
74. The universal interface application of claim 63, where the means for the third math table uses a Cosine Transform function.
75. The universal interface application of claim 74, where the software application operates in an environment necessitating precise bandwidths.
76. The universal interface application of claim 63, where the third math table uses a Sine Transform function.
77. The universal interface application of claim 76, where the software application operates in an environment necessitating data compression.
78. A computer-readable medium having computer executable instructions for performing steps, comprising:
loading values based on a first math table into memory where the values are determined from Feigenbaum constants;
loading values from implementation of a second math table using functions from the first math table into the memory;
loading values from implementation of a third math table into the memory; and
executing a software application by implementing functions from the first, second and third math tables.
79. The universal interface application of claim 16, where the third math table uses a Fourier Transform function.
80. The universal interface application of claim 45, where the third math table is loaded on system start up.
US09/792,773 2000-04-24 2001-02-23 Universal interface system Expired - Fee Related US6817017B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/792,773 US6817017B2 (en) 2000-04-24 2001-02-23 Universal interface system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US19929300P 2000-04-24 2000-04-24
US09/792,773 US6817017B2 (en) 2000-04-24 2001-02-23 Universal interface system

Publications (2)

Publication Number Publication Date
US20020156928A1 US20020156928A1 (en) 2002-10-24
US6817017B2 true US6817017B2 (en) 2004-11-09

Family

ID=33422556

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/792,773 Expired - Fee Related US6817017B2 (en) 2000-04-24 2001-02-23 Universal interface system

Country Status (1)

Country Link
US (1) US6817017B2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060064474A1 (en) * 2004-09-23 2006-03-23 Feinleib David A System and method for automated migration from Linux to Windows
US8086710B2 (en) 2006-10-30 2011-12-27 Quest Software, Inc. Identity migration apparatus and method
US8087075B2 (en) 2006-02-13 2011-12-27 Quest Software, Inc. Disconnected credential validation using pre-fetched service tickets
US8245242B2 (en) 2004-07-09 2012-08-14 Quest Software, Inc. Systems and methods for managing policies on a computer
US8255984B1 (en) 2009-07-01 2012-08-28 Quest Software, Inc. Single sign-on system for shared resource environments
US8429712B2 (en) 2006-06-08 2013-04-23 Quest Software, Inc. Centralized user authentication system apparatus and method
USRE45327E1 (en) 2005-12-19 2015-01-06 Dell Software, Inc. Apparatus, systems and methods to provide authentication services to a legacy application
US9971733B1 (en) 2014-12-04 2018-05-15 Altera Corporation Scalable 2.5D interface circuitry
US10977361B2 (en) 2017-05-16 2021-04-13 Beyondtrust Software, Inc. Systems and methods for controlling privileged operations
US11528149B2 (en) 2019-04-26 2022-12-13 Beyondtrust Software, Inc. Root-level application selective configuration

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1151415C (en) * 2001-10-23 2004-05-26 深圳市朗科科技有限公司 Method for adding additional memory function to periphrals of computer and its architecture
JP5062499B2 (en) * 2010-05-07 2012-10-31 横河電機株式会社 Field device management device
US10171501B2 (en) 2013-09-20 2019-01-01 Open Text Sa Ulc System and method for remote wipe
EP2851833B1 (en) 2013-09-20 2017-07-12 Open Text S.A. Application Gateway Architecture with Multi-Level Security Policy and Rule Promulgations
US10824756B2 (en) 2013-09-20 2020-11-03 Open Text Sa Ulc Hosted application gateway architecture with multi-level security policy and rule promulgations
US11593075B2 (en) 2015-11-03 2023-02-28 Open Text Sa Ulc Streamlined fast and efficient application building and customization systems and methods
US11388037B2 (en) 2016-02-25 2022-07-12 Open Text Sa Ulc Systems and methods for providing managed services

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5986709A (en) * 1996-11-18 1999-11-16 Samsung Electronics Co., Ltd. Adaptive lossy IDCT for multitasking environment
US6408321B1 (en) * 1999-03-24 2002-06-18 International Business Machines Corporation Method and apparatus for mapping components of descriptor vectors to a space that discriminates between groups
US6442749B1 (en) * 1998-10-30 2002-08-27 Fujitsu Limited Apparatus, method and architecture for task oriented applications
US6487656B1 (en) * 1999-12-10 2002-11-26 Phoenix Technologies Ltd. System and method for providing functionalities to system BIOS
US6496795B1 (en) * 1999-05-05 2002-12-17 Microsoft Corporation Modulated complex lapped transform for integrated signal enhancement and coding
US6578142B1 (en) * 1999-06-18 2003-06-10 Phoenix Technologies, Ltd. Method and apparatus for automatically installing and configuring software on a computer
US6591284B1 (en) * 1999-07-09 2003-07-08 Interuniversitair Microelektronica Centrum Method for performing a fast transform
US6658554B1 (en) * 1999-03-09 2003-12-02 Wisconsin Alumni Res Found Electronic processor providing direct data transfer between linked data consuming instructions

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5986709A (en) * 1996-11-18 1999-11-16 Samsung Electronics Co., Ltd. Adaptive lossy IDCT for multitasking environment
US6442749B1 (en) * 1998-10-30 2002-08-27 Fujitsu Limited Apparatus, method and architecture for task oriented applications
US6658554B1 (en) * 1999-03-09 2003-12-02 Wisconsin Alumni Res Found Electronic processor providing direct data transfer between linked data consuming instructions
US6408321B1 (en) * 1999-03-24 2002-06-18 International Business Machines Corporation Method and apparatus for mapping components of descriptor vectors to a space that discriminates between groups
US6496795B1 (en) * 1999-05-05 2002-12-17 Microsoft Corporation Modulated complex lapped transform for integrated signal enhancement and coding
US6578142B1 (en) * 1999-06-18 2003-06-10 Phoenix Technologies, Ltd. Method and apparatus for automatically installing and configuring software on a computer
US6591284B1 (en) * 1999-07-09 2003-07-08 Interuniversitair Microelektronica Centrum Method for performing a fast transform
US6487656B1 (en) * 1999-12-10 2002-11-26 Phoenix Technologies Ltd. System and method for providing functionalities to system BIOS

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8245242B2 (en) 2004-07-09 2012-08-14 Quest Software, Inc. Systems and methods for managing policies on a computer
US9130847B2 (en) 2004-07-09 2015-09-08 Dell Software, Inc. Systems and methods for managing policies on a computer
US8533744B2 (en) 2004-07-09 2013-09-10 Dell Software, Inc. Systems and methods for managing policies on a computer
US8713583B2 (en) 2004-07-09 2014-04-29 Dell Software Inc. Systems and methods for managing policies on a computer
US20060064474A1 (en) * 2004-09-23 2006-03-23 Feinleib David A System and method for automated migration from Linux to Windows
US7284043B2 (en) * 2004-09-23 2007-10-16 Centeris Corporation System and method for automated migration from Linux to Windows
USRE45327E1 (en) 2005-12-19 2015-01-06 Dell Software, Inc. Apparatus, systems and methods to provide authentication services to a legacy application
US9288201B2 (en) 2006-02-13 2016-03-15 Dell Software Inc. Disconnected credential validation using pre-fetched service tickets
US8087075B2 (en) 2006-02-13 2011-12-27 Quest Software, Inc. Disconnected credential validation using pre-fetched service tickets
US8584218B2 (en) 2006-02-13 2013-11-12 Quest Software, Inc. Disconnected credential validation using pre-fetched service tickets
US8978098B2 (en) 2006-06-08 2015-03-10 Dell Software, Inc. Centralized user authentication system apparatus and method
US8429712B2 (en) 2006-06-08 2013-04-23 Quest Software, Inc. Centralized user authentication system apparatus and method
US8966045B1 (en) 2006-10-30 2015-02-24 Dell Software, Inc. Identity migration apparatus and method
US8346908B1 (en) 2006-10-30 2013-01-01 Quest Software, Inc. Identity migration apparatus and method
US8086710B2 (en) 2006-10-30 2011-12-27 Quest Software, Inc. Identity migration apparatus and method
US8255984B1 (en) 2009-07-01 2012-08-28 Quest Software, Inc. Single sign-on system for shared resource environments
US9576140B1 (en) 2009-07-01 2017-02-21 Dell Products L.P. Single sign-on system for shared resource environments
US11226925B2 (en) 2014-12-04 2022-01-18 Altera Corporation Scalable 2.5D interface circuitry
US10482060B2 (en) 2014-12-04 2019-11-19 Altera Corporation Methods and apparatus for controlling interface circuitry
US11157440B2 (en) 2014-12-04 2021-10-26 Altera Corporation Scalable 2.5D interface circuitry
US11194757B2 (en) 2014-12-04 2021-12-07 Altera Corporation Scalable 2.5D interface circuitry
US9971733B1 (en) 2014-12-04 2018-05-15 Altera Corporation Scalable 2.5D interface circuitry
US11741042B2 (en) 2014-12-04 2023-08-29 Altera Corporation Scalable 2.5D interface circuitry
US10977361B2 (en) 2017-05-16 2021-04-13 Beyondtrust Software, Inc. Systems and methods for controlling privileged operations
US11528149B2 (en) 2019-04-26 2022-12-13 Beyondtrust Software, Inc. Root-level application selective configuration
US11943371B2 (en) 2019-04-26 2024-03-26 Beyond Trust Software, Inc. Root-level application selective configuration

Also Published As

Publication number Publication date
US20020156928A1 (en) 2002-10-24

Similar Documents

Publication Publication Date Title
US6817017B2 (en) Universal interface system
US5842024A (en) Method of software installation
US6816963B1 (en) Platform level initialization using an image generated automatically by a remote server based upon description automatically generated and transmitted thereto by a processor-based system
US6802006B1 (en) System and method of verifying the authenticity of dynamically connectable executable images
US6745385B1 (en) Fixing incompatible applications by providing stubs for APIs
US7096473B2 (en) Computer system with an improved device and driver framework
US8082542B2 (en) Load time in-lining of subroutines
US6820192B2 (en) Central processing unit for easily testing and debugging programs
US5958049A (en) Operating system debugger using kernel and dynamic extension with debugger drivers to support different output devices
US20030135350A1 (en) Use of hidden partitions in a storage device for storing BIOS extension files
US20030110369A1 (en) Firmware extensions
US20040221268A1 (en) Off-device class/resource loading methods, systems and computer program products for debugging a Java application in a Java micro device
US6988223B2 (en) ACPI name space validation
US5918048A (en) Booting an operating system using soft read-only storage (ROS) for firmware emulation
US7650504B2 (en) System and method of verifying the authenticity of dynamically connectable executable images
US6829705B2 (en) System information display method and apparatus
EP1669853A2 (en) Enabling inter-subsystem resource sharing
US6868507B1 (en) Operating system independent
US7334120B2 (en) Firmware emulation environment for developing, debugging, and testing firmware components including option ROMs
US7124412B2 (en) Extensible BIOS error log
JP4698925B2 (en) System and method for verifying authenticity of dynamically connectable executable images
CA2016396C (en) Initial program load (ipl) based on an object abstraction for a data processing system
US7100031B1 (en) Detector and operational method for a firmware interface
US20050044347A1 (en) System and method for initializing hardware coupled to a computer system based on a board support package (BSP)
KR0160841B1 (en) Numbering device &amp; method

Legal Events

Date Code Title Description
AS Assignment

Owner name: LEOTEL TECHNOLOGIES, INC., ILLINOIS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GOODMAN, DAVID A.;REEL/FRAME:011565/0930

Effective date: 20010223

REMI Maintenance fee reminder mailed
FPAY Fee payment

Year of fee payment: 4

SULP Surcharge for late payment
REMI Maintenance fee reminder mailed
FPAY Fee payment

Year of fee payment: 8

SULP Surcharge for late payment

Year of fee payment: 7

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20161109