X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/86c89e89a88d25e85956b258005b52e0f2686b89..93e304e362865d8e41a0c75bb799ac8418895e3d:/grubload/realmode.asm diff --git a/grubload/realmode.asm b/grubload/realmode.asm index b504b00..f91352c 100644 --- a/grubload/realmode.asm +++ b/grubload/realmode.asm @@ -1,3 +1,11 @@ +; realmode.asm +; Routines to return the system to real mode +; NetWatch multiboot loader +; +; Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. +; This program is free software; you can redistribute and/or modify it under +; the terms found in the file LICENSE in the root of this source tree. + [bits 32] ; Starts in 32 bit mode, then will drop back later. org 0x4000 entry: