diff options
| author | Miguel <m.i@gmx.at> | 2018-08-20 22:01:25 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-20 22:01:25 +0200 |
| commit | 1963dbcd92c15094c99d2f900e4812611b6af733 (patch) | |
| tree | 0e77a76d24aa2eae2f12e6d889bd1aa65bdc26f0 /asm/multiboot.s | |
| parent | e4febc5aac3006c3ef025b5f708ec51fdac63b94 (diff) | |
Makefile fix
Diffstat (limited to 'asm/multiboot.s')
| -rw-r--r-- | asm/multiboot.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/multiboot.s b/asm/multiboot.s index 54cffbb..a35423c 100644 --- a/asm/multiboot.s +++ b/asm/multiboot.s @@ -32,8 +32,8 @@ .long 0 .long 0 #gfx_stuff 0=enable! -.long 1280 -.long 1024 +.long 640 +.long 480 .long 32 # Currently the stack pointer register (esp) points at anything and using it may |
