Patent application title: WEB BROWSER DATA COMMUNICATION IN SYSTEM BOOTING
Inventors:
James Dean Morris (Newport Coast, CA, US)
IPC8 Class: AG06F944FI
USPC Class:
1 1
Class name:
Publication date: 2017-05-18
Patent application number: 20170139719
Abstract:
A device includes a non-volatile memory storing a host operating system,
a web browser application, a device operating system, and a device
application, and control circuitry operable to receive a first request
from a host to load the host operating system, provide the device
operating system to the host in response to the first request, and
receive a second request from the host to load the device application.
The device application is configured to transmit a web browser file for
the web browser application over the Internet, and generate a host reboot
command after transmitting the web browser file.Claims:
1. A device comprising: a non-volatile memory storing a host operating
system, a web browser application, a device operating system, and a
device application; and control circuitry operable to: receive a first
request from a host to load the host operating system; provide the device
operating system to the host in response to the first request; and
receive a second request from the host to load the device application,
wherein the device application is configured to: transmit a web browser
file for the web browser application over the Internet; and generate a
host reboot command after transmitting the web browser file.
2. The device of claim 1, wherein the control circuitry is further operable to provide the device application to the host in response to the second request.
3. The device of claim 1, wherein the device application is further configured to scan a file system associated with the host operating system to locate the web browser file.
4. The device of claim 1, wherein the device operating system is stored in a protected area of the non-volatile memory that is inaccessible by the host and the host operating system is stored in an unprotected area of the non-volatile memory.
5. The device of claim 4, wherein the device application is stored in the protected area of the non-volatile memory.
6. The device of claim 5, wherein the web browser file is stored in the unprotected area of the non-volatile memory.
7. The device of claim 1, wherein the web browser file comprises one or more of the group consisting of a cookies file, a history file, a cache file, a bookmarks file, a security file, a preference file, and a cookies configuration file.
8. A method of servicing a boot request, the method comprising: receiving a first request from a host system to load a host operating system stored in a non-volatile memory; providing a device operating system stored in the non-volatile memory to the host system using a communication interface in response to the first request; receiving a second request from the host system to load a device application stored in the non-volatile memory; and providing the device application to the host system using the communication interface in response to the second request; wherein the device application comprises instructions that, when executed by one or more processors, cause the one or more processors to: transmit a web browser file over the Internet; and generate a reboot command after transmitting the web browser file.
9. The method of claim 8, wherein the instructions of the device application further cause the one or more processors to scan a file system associated with the host operating system to locate the web browser file.
10. The method of claim 8, wherein the web browser file is associated with a web browser application stored in the non-volatile memory.
11. The method of claim 8, wherein the web browser file comprises one or more of the group consisting of a cookies file, a history file, a cache file, a bookmarks file, a security file, a preference file, and a cookies configuration file.
12. The method of claim 8, wherein the device application is stored in a protected area of the non-volatile memory.
13. The method of claim 12, wherein the device operating system is stored in the protected area of the non-volatile memory.
14. The method of claim 12, wherein the device operating system is configured to copy the device application from the protected area to an unprotected area of the non-volatile memory.
15. The method of claim 14, wherein the device operating system is further configured to modify the host operating system so that the device application is executed automatically when the host operating system is executed.
16. A device comprising: a non-volatile memory storing a host operating system, a web browser application, a device operating system, and a device application; and means for: receiving a first request from a host to load the host operating system; providing the device operating system to the host in response to the first request; and receiving a second request from the host to load the device application; wherein the device application is configured to: transmit a web browser file for the web browser application over the Internet; and generate a host reboot command after transmitting the web browser file.
17. The device of claim 16, further comprising means for providing the device application to the host in response to receiving the second request.
18. The device of claim 16, wherein the device application is further configured to scan a file system associated with the host operating system to locate the web browser file.
19. The device of claim 16, wherein the device operating system is stored in a protected area of the non-volatile memory that is inaccessible by the host and the host operating system is stored in an unprotected area of the non-volatile memory.
20. The device of claim 19, wherein the device application is stored in the protected area of the non-volatile memory.
21. The device of claim 20, wherein the web browser file is stored in the unprotected area of the non-volatile memory.
22. The device of claim 16, wherein the web browser file comprises one or more of the group consisting of a cookies file, a history file, a cache file, a bookmarks file, a security file, a preference file, and a cookies configuration file.
Description:
RELATED APPLICATION
[0001] This application is a continuation of U.S. patent application Ser. No. 12/534,076, filed on Jul. 31, 2009, entitled AUTOMATICALLY TRANSMITTING A WEB BROWSER FILE OVER THE INTERNET WHEN BOOTING AN OPERATING SYSTEM FROM A DATA STORAGE DEVICE, the disclosure of which is hereby incorporated by reference in its entirety.
BACKGROUND
Description of Related Art
[0002] Computer systems (e.g., desktops, laptops, portables, etc) typically employ some form of a non-volatile data storage device such as a disk drive, or a solid state drive comprising a non-volatile semiconductor memory such as flash memory. A solid state drive typically emulates a disk drive so that the same communication protocol may be employed. That is, a host typically interfaces with a solid state drive using a standard disk drive communication protocol, such as the Advanced Technology Attachment (ATA) protocol.
[0003] Computer systems typically allow access to the Internet using a standard web browser (Internet Explorer, Safari, Firefox, etc.) and therefore have become significant platforms for consumer transactions and advertising. Web browsers store information in configuration files that help facilitate browsing sessions. For example, a website may store a cookie in a browser cookie file, wherein the cookie may include information for authentication and session tracking (state maintenance), or specific information about a user, such as site preferences or the contents of their shopping cart. Each time the user visits a particular website, or browses through different pages of a website, the corresponding cookie information may be transmitted to the website to facilitate the browsing session.
BRIEF DESCRIPTION OF THE DRAWINGS
[0004] FIG. 1A shows a data storage device according to an embodiment of the present invention comprising a non-volatile memory and control circuitry.
[0005] FIG. 1B shows an embodiment wherein the non-volatile memory stores a device operating system and a device application in a protected area inaccessible by the host, and stores a host operating system and browser application in an unprotected area accessible by the host.
[0006] FIG. 1C is a flow diagram executed by the control circuitry according to an embodiment of the present invention wherein when the host requests the host operating system, the storage device returns the device operating system which loads and executes the device application in order to transmit a web browser file over the Internet.
[0007] FIG. 2A is a flow diagram according to an embodiment of the present invention wherein the device application scans the file system in the host operating system to find and transmit the web browser file over the Internet.
[0008] FIG. 2B is a flow diagram according to an embodiment of the present invention wherein the device operating system copies the device application into the unprotected area of the non-volatile memory and modifies the host operating system so that the device application is executed during the boot process.
[0009] FIG. 3A is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a cookies file.
[0010] FIG. 3B is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a history file.
[0011] FIG. 3C is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a cache file.
[0012] FIG. 3D is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a bookmarks file.
[0013] FIG. 3E is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a security file.
[0014] FIG. 3F is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a preference file.
[0015] FIG. 3G shows a web browser window for configuring a list of websites that are blocked from storing cookies on the host system.
[0016] FIG. 3H is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a cookies configuration file.
[0017] FIG. 4 shows an embodiment wherein the data storage device comprises a disk drive.
[0018] FIG. 5 shows an embodiment wherein the data storage device comprises a solid state drive.
DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION
[0019] FIG. 1A shows a data storage device 2 according to an embodiment of the present invention comprising a non-volatile memory 4 having a host operating system stored in an unprotected area of the non-volatile memory, a device operating system stored in a protected area of the non-volatile memory, and a device application operable to transmit a web browser file over the Internet, the device application stored in the protected area of the non-volatile memory (FIG. 1B). The data storage device 2 further comprises control circuitry 6 for executing the flow diagram of FIG. 1C. When a first read command is received from a host to load the host operating system (step 8), the device operating system is returned in response to the first read command (step 10). A second read command is then received from the host to load the device application (step 12), wherein the device application transmits the web browser file over the Internet (step 14).
[0020] In the embodiment of FIG. 1B, the protected area of the non-volatile memory is inaccessible by the host that boots the host operating system. In this manner, the device operating system and the device application are protected from being modified or disabled by the host. Any suitable technique may be employed to reserve the protected area in the non-volatile memory, such as by reserving a number of data locations and corresponding block addresses for internal use only.
[0021] Any suitable technique may be employed to return the device operating system instead of the host operating system during the initial boot operation of the data storage device. Suitable techniques are disclosed in U.S. Pat. No. 6,948,165 entitled "METHOD FOR INSTALLING AN APPLICATION PROGRAM TO BE EXECUTED DURING EACH BOOTLOAD OF A COMPUTER SYSTEM FOR PRESENTING A USER WITH CONTENT OPTIONS PRIOR TO CONVENTIONAL SYSTEM STARTUP PRESENTATION WITHOUT REQUIRING A USER'S PARTICIPATION TO INSTALL THE PROGRAM" the disclosure of which is incorporated herein by reference.
[0022] FIG. 2A is a flow diagram according to an embodiment of the present invention which extends on the flow diagram of FIG. 1C. When the device operating system executes the device application, the device application scans the file system of the host operating system (step 16) in order to locate the target web browser file to be transmitted over the Internet (step 14). After transmitting the web browser file, the device application generates a reboot command to reboot the host so that the host resends a request to load the host operating system (step 18) wherein the data storage device returns the host operating system (step 20). After the host operating system is loaded, the host operates normally including to execute the web browser application.
[0023] The device application may be executed in any suitable manner during the boot of the host. FIG. 2B is a flow diagram according to an embodiment of the present invention wherein while executing the device operating system (step 10) the device application is copied from the protected area of the non-volatile memory to the unprotected area (step 22). The host operating system is then modified (step 24) so that the device application is executed automatically when the host operating system is loaded and executed. For example, the device application (or alias) may be copied into a startup folder of the host operating system. The device operating system then generates a reboot command to reboot the host so that the host resends a request to load the host operating system (step 26). The data storage device returns the host operating system (step 28) which then executes the device application (step 30) which scans the file system (step 16) and transmits the target web browser file over the Internet (step 14).
[0024] In the embodiments of the present invention, any suitable web browser file may be transmitted over the Internet for any suitable web browser (Internet Explorer, Netscape, Safari, Firefox, etc.). FIG. 3A shows an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a cookies file (step 14). In one embodiment, the cookies file stores cookies generated by various Internet websites, wherein the cookies may include information for authentication and session tracking (state maintenance), or specific information about a user, such as site preferences or the contents of their shopping cart. Each time the user visits a particular website, or browses through different pages of a website, the corresponding cookie information may be transmitted to the website to facilitate the browsing session.
[0025] FIG. 3B shows an embodiment of the present invention wherein the browser file transmitted over the Internet comprises a history file (step 14). The history file stores information related to the history of the web browser, such as a history of websites visited by the user. FIG. 3C shows an embodiment of the present invention wherein the browser file transmitted over the Internet comprises a cache file (step 14). The cache file stores content related to websites visited by the user, such as the content of various web pages visited by the user.
[0026] FIG. 3D shows an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a bookmarks file (step 14). The bookmarks file stores a list of website addresses for quick access by the user during Internet browsing sessions. The bookmarks may be displayed in any suitable manner, such as in a drop-down menu or in a toolbar of the web browser.
[0027] FIG. 3E shows an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a security file (step 14). The security file may store configuration information for enabling/disabling certain security features of a web browser, such as enabling/disabling various program components (e.g., Java, .NET, ActiveX, etc.) that a website may attempt to download and run on the host computer together with the standard HTML scripts. Alternatively, the security file may store security certificates which enable secure communication between a website and the web browser over the Internet. In one embodiment, the security file comprises a list of websites having a particular security configuration.
[0028] FIG. 3F shows an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a preference file (step 14). The preference file may store configuration information, such as the address of a website displayed initially (the homepage) when the web browser is first launched.
[0029] FIG. 3G shows a dialog window displayed from a web browser for enabling/disabling cookies for selected websites. For example, if a user wants to block all cookies generated by a particular website, the user enters the address of the website and selects the "Block" button which adds the website address to the list of blocked websites. The list of website addresses and access setting is typically stored in a cookies exclusion file (a configuration file) for the web browser. FIG. 3H is a flow diagram according to an embodiment of the present invention wherein the web browser file transmitted over the Internet comprises a cookies configuration file such as the cookies exclusion file (step 14).
[0030] The embodiments of the present invention may be employed in any suitable data storage device. FIG. 4 shows a data storage device comprising a disk drive including a head 34 actuated over a disk 36 and control circuitry 38 for executing the flow diagrams described herein. FIG. 5 shows a solid state drive comprising a plurality of non-volatile semiconductor memories 40A, 40B, etc., such as flash memories, and control circuitry 42 for executing the flow diagrams described herein. A hybrid data storage device may also be employed comprising components of a disk drive shown in FIG. 4 combined with the non-volatile semiconductor memories shown in FIG. 5.
[0031] Any suitable control circuitry may be employed to implement the flow diagrams in the embodiments of the present invention, such as any suitable integrated circuit or circuits. In one embodiment, the control circuitry comprises a microprocessor executing instructions, the instructions being operable to cause the microprocessor to perform the steps of the flow diagrams described herein. The instructions may be stored in any computer-readable medium. In one embodiment, they may be stored on a non-volatile semiconductor memory external to the microprocessor, or integrated with the microprocessor in a system on a chip (SOC). In another embodiment, the instructions are read into a volatile semiconductor memory when the data storage device is powered on. In yet another embodiment, the control circuitry comprises suitable logic circuitry, such as state machine circuitry.
User Contributions:
Comment about this patent or add new information about this topic: