mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add code description
This commit is contained in:
parent
eb1fc29cdd
commit
7002a854cb
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
; ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
;
|
||||
; This is the kernel's entry point for the application processors.
|
||||
; HermitCore switches to the protected mode and jump to its kernel.
|
||||
; This trampline code is only used by the HemritCore's single kernel version.
|
||||
|
||||
KERNEL_STACK_SIZE equ 0x100
|
||||
kernel_start equ 0x800000
|
||||
|
|
Loading…
Add table
Reference in a new issue