Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cleanup; iso qemu test
  • Loading branch information
mntmn committed Sep 13, 2015
1 parent 498f4f8 commit 2afab53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions devices/bios.c
Expand Up @@ -6,16 +6,6 @@

static void* heap_end;

/* Check if the compiler thinks if we are targeting the wrong operating system. */
//#if defined(__linux__)
//#error "You are not using a cross-compiler, you will most certainly run into trouble"
//#endif

/* This tutorial will only work for the 32-bit ix86 targets. */
#if !defined(__i386__)
#error "This tutorial needs to be compiled with a ix86-elf compiler"
#endif

/* Hardware text mode color constants. */
enum vga_color {
COLOR_BLACK = 0,
Expand Down
1 change: 1 addition & 0 deletions runiso-386.sh
@@ -0,0 +1 @@
qemu-system-i386 -m 512M interim386.iso

0 comments on commit 2afab53

Please sign in to comment.