feat: introduced tasking, added paging (no vm), moved malloc, added
syscalls, other stuff
This commit is contained in:
@@ -92,6 +92,11 @@ _start:
|
||||
*/
|
||||
cli
|
||||
lgdt (gdtr)
|
||||
movw $0x10,%ax # kernel data segment descriptor
|
||||
movw %ax,%ds
|
||||
movw %ax,%es
|
||||
movw %ax,%fs
|
||||
movw %ax,%gs
|
||||
ljmp $0x8, $continue_boot
|
||||
|
||||
continue_boot:
|
||||
|
||||
Reference in New Issue
Block a user