]> Joshua Wise's Git repositories - netwatch.git/blobdiff - grubload/realmode.asm
More ICH2-specific code diked out.
[netwatch.git] / grubload / realmode.asm
index b504b005b51de7e5803b6c984263d5bc93e163d0..f91352c7457f8e6df8744675106381b4eef70576 100644 (file)
@@ -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:
This page took 0.022628 seconds and 4 git commands to generate.