Guest User

Untitled

a guest
Jan 16th, 2024
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. menuentry "my os" {
  2. multiboot2 /boot/kernel.bin
  3. insmod all_video
  4. insmod gfxterm
  5. set gfxmode=640x480x8
  6. terminal_output gfxterm
  7. boot
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment